all develop-inst-nodeps: /opt/stack/tempest all installed: attrs==25.3.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.7.14,cffi==1.17.1,charset-normalizer==3.4.2,cinder-tempest-plugin @ file:///opt/stack/cinder-tempest-plugin,cliff==4.10.0,cmd2==2.7.0,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,fasteners==0.19,fixtures==4.2.5,idna==3.10,iso8601==2.1.0,jsonschema==4.25.0,jsonschema-specifications==2025.4.1,markdown-it-py==3.0.0,mdurl==0.1.2,msgpack==1.1.1,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==10.0.0,oslo.context==6.0.0,oslo.i18n==6.5.1,oslo.log==7.2.0,oslo.serialization==5.7.0,oslo.utils==9.0.0,packaging==25.0,paramiko==3.5.1,pbr==6.1.1,prettytable==3.16.0,psutil==7.0.0,pycparser==2.22,Pygments==2.19.2,PyNaCl==1.5.0,pyparsing==3.2.3,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.4,rfc3986==2.0.0,rich==14.1.0,rich-argparse==1.7.1,rpds-py==0.26.0,six==1.17.0,stestr==4.2.0,stevedore==5.4.1,-e git+https://github.com/openstack/tempest@6158cc5cdc922dfdd67236766f0fdb8b36ff3703#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.3,typing_extensions==4.14.1,tzdata==2025.2,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 all run-test-pre: PYTHONHASHSEED='2442689385' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {3} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {2} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {11} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {10} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [3.035483s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 55, 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 64560cd1-75ce-4f27-9bd2-0c85caddddeb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:20:31,828 98128 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.475s 2025-07-31 10:20:31,828 98128 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-1441865429", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/64560cd1-75ce-4f27-9bd2-0c85caddddeb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9b0224c-e2f1-44ed-91b4-1f64edc2c93b', 'x-compute-request-id': 'req-b9b0224c-e2f1-44ed-91b4-1f64edc2c93b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "64560cd1-75ce-4f27-9bd2-0c85caddddeb", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-07-31T10:20:31.612407", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1441865429", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-07-31 10:20:32,072 98128 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/64560cd1-75ce-4f27-9bd2-0c85caddddeb 0.238s 2025-07-31 10:20:32,073 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:31 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-1c61c9c5-e0f8-4e18-ad5a-21305e42aa06', 'x-compute-request-id': 'req-1c61c9c5-e0f8-4e18-ad5a-21305e42aa06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/64560cd1-75ce-4f27-9bd2-0c85caddddeb'} Body: b'{"volume": {"id": "64560cd1-75ce-4f27-9bd2-0c85caddddeb", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-07-31T10:20:32.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1441865429", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-07-31 10:20:33,380 98128 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/64560cd1-75ce-4f27-9bd2-0c85caddddeb 0.300s 2025-07-31 10:20:33,381 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fa3031e-84ab-47ab-9aa8-a156dca6add0', 'x-compute-request-id': 'req-9fa3031e-84ab-47ab-9aa8-a156dca6add0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/64560cd1-75ce-4f27-9bd2-0c85caddddeb'} Body: b'{"volume": {"id": "64560cd1-75ce-4f27-9bd2-0c85caddddeb", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-07-31T10:20:32.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1441865429", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' {6} 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 95587f45-6ac7-4440-b4b9-209bbc2e3d34 failed to build and is in ERROR status {6} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [2.124808s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 182, 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 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 4ad6b632-6a66-41fc-9375-417febb95dc1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:20:42,915 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/types 0.164s 2025-07-31 10:20:42,915 98120 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-322888653"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5ec1176-017d-4d61-ab5e-042865d56e93', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5ec1176-017d-4d61-ab5e-042865d56e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "317c58be-3a8e-4b1d-854a-f78c66d8c35e", "name": "tempest-GroupsV314Test-volume-type-322888653", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:20:42,967 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/group_types 0.049s 2025-07-31 10:20:42,968 98120 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-707041678"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-597491fe-2d9c-4e0b-b007-de9b4ad9a8ad', 'content-length': '176', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-597491fe-2d9c-4e0b-b007-de9b4ad9a8ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "9ea9b28b-f5a5-48af-ae78-8d1fd00938fa", "name": "tempest-GroupsV314Test-group-type-707041678", "description": null, "is_public": true, "group_specs": {}}}' 2025-07-31 10:20:43,367 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/groups 0.395s 2025-07-31 10:20:43,367 98120 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": "9ea9b28b-f5a5-48af-ae78-8d1fd00938fa", "volume_types": ["317c58be-3a8e-4b1d-854a-f78c66d8c35e"], "name": "tempest-GroupsV314Test-Group-746767271"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bbada6f-3304-402f-b749-2d11fb3cb837', 'content-length': '107', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bbada6f-3304-402f-b749-2d11fb3cb837', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "4ad6b632-6a66-41fc-9375-417febb95dc1", "name": "tempest-GroupsV314Test-Group-746767271"}}' 2025-07-31 10:20:43,425 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/4ad6b632-6a66-41fc-9375-417febb95dc1 0.055s 2025-07-31 10:20:43,425 98120 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': 'Thu, 31 Jul 2025 10:20:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'a pplication/json', 'x-compute-request-id': 'req-b49e4575-a3e8-40d0-9872-0b8616f11296', 'content-length': '387', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b49e4575-a3e8-40d0-9872-0b8616f11296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/4ad6b632-6a66-41fc-9375-417febb95dc1'} Body: b'{"group": {"id": "4ad6b632-6a66-41fc-9375-417febb95dc1", "status": "creating", "availability_zone": "nova", "created_at": "2025-07-31T10:20:43.000000", "name": "tempest-GroupsV314Test-Group-746767271", "description": null, "group_type": "9ea9b28b-f5a5-48af-ae78-8d1fd00938fa", "volume_types": ["317c58be-3a8e-4b1d-854a-f78c66d8c35e"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:20:44,484 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/4ad6b632-6a66-41fc-9375-417febb95dc1 0.053s 2025-07-31 10:20:44,485 98120 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': 'Thu, 31 Jul 2025 10:20:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c288c7bf-111b-40b1-a0d6-e110793e5aa9', 'content-length': '384', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c288c7bf-111b-40b1-a0d6-e110793e5aa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/4ad6b632-6a66-41fc-9375-417febb95dc1'} Body: b'{"group": {"id": "4ad6b632-6a66-41fc-9375-417febb95dc1", "status": "error", "availability_zone": "nova", "created_at": "2025-07-31T10:20:43.000000", "name": "tempest-GroupsV314Test-Group-746767271", "description": null, "group_type": "9ea9b28b-f5a5-48af-ae78-8d1fd00938fa", "volume_types": ["317c58be-3a8e-4b1d-854a-f78c66d8c35e"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:20:44,592 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.101s 2025-07-31 10:20:44,592 98120 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': 'Thu, 31 Jul 2025 10:20:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31782c9a-0c9e-46c3-a3e9-53a9cd836cef', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31782c9a-0c9e-46c3-a3e9-53a9cd836cef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-07-31 10:20:44,708 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/4ad6b632-6a66-41fc-9375-417febb95dc1/action 0.100s 2025-07-31 10:20:44,708 98120 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': 'Thu, 31 Jul 2025 10:20:44 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-074cf412-3f3c-4d84-8b5a-26702cd53f83', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/4ad6b632-6a66-41fc-9375-417febb95dc1/action'} Body: b'' 2025-07-31 10:20:44,724 98120 INFO [tempes t.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/4ad6b632-6a66-41fc-9375-417febb95dc1 0.015s 2025-07-31 10:20:44,724 98120 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': 'Thu, 31 Jul 2025 10:20:44 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-269749ee-45df-4ff0-8b66-b9a5039297b8', 'x-openstack-request-id': 'req-269749ee-45df-4ff0-8b66-b9a5039297b8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/4ad6b632-6a66-41fc-9375-417febb95dc1'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4ad6b632-6a66-41fc-9375-417febb95dc1 could not be found."}}' 2025-07-31 10:20:44,776 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/9ea9b28b-f5a5-48af-ae78-8d1fd00938fa 0.050s 2025-07-31 10:20:44,776 98120 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': 'Thu, 31 Jul 2025 10:20:44 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-ac8b2372-fa3c-491e-8b68-5bc78696133c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/9ea9b28b-f5a5-48af-ae78-8d1fd00938fa'} Body: b'' 2025-07-31 10:20:44,846 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/317c58be-3a8e-4b1d-854a-f78c66d8c35e 0.069s 2025-07-31 10:20:44,847 98120 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:44 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-0070f653-b2fc-4490-8b3b-a2194ea26cf2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/317c58be-3a8e-4b1d-854a-f78c66d8c35e'} Body: b'' 2025-07-31 10:20:44,873 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/317c58be-3a8e-4b1d-854a-f78c66d8c35e 0.025s 2025-07-31 10:20:44,873 98120 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:44 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-dbe0265e-f42f-4dea-be25-d9a9640fb7e7', 'x-openstack-request-id': 'req-dbe0265e-f42f-4dea-be25-d9a9640fb7e7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/317c58be-3a8e-4b1d-854a-f78c66d8c35e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 317c58be-3a8e-4b1d-854a-f78c66d8c35e could not be found."}}' {10} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [1.952037s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 293, 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 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:20:44,904 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/types 0.187s 2025-07-31 10:20:44,904 98128 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-1160917616"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-790316bd-6a54-4a41-9a02-b7a4068b3731', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-790316bd-6a54-4a41-9a02-b7a4068b3731', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "b86fe4d2-5a23-4d23-91e1-b92c6751597c", "name": "tempest-GroupSnapshotsV319Test-volume-type-1160917616", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:20:44,939 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/group_types 0.031s 2025-07-31 10:20:44,939 98128 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-1043342053"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-facb82a6-fe69-4937-8485-a14a48e39b7b', 'content-length': '185', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-facb82a6-fe69-4937-8485-a14a48e39b7b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "e82c4a24-3dbe-4070-a074-4433821c77b3", "name": "tempest-GroupSnapshotsV319Test-group-type-1043342053", "description": null, "is_public": true, "group_specs": {}}}' 2025-07-31 10:20:45,214 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/groups 0.272s 2025-07-31 10:20:45,215 98128 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": "e82c4a24-3dbe-4070-a074-4433821c77b3", "volume_types": ["b86fe4d2-5a23-4d23-91e1-b92c6751597c"], "name": "tempest-GroupSnapshotsV319Test-Group-427322106"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bff299d-1222-45fc-a0c1-f4a021eb2490', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bff299d-1222-45fc-a0c1-f4a021eb2490', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe", "name": "tempest-GroupSnapshotsV319Test-Group-427322106"}}' 2025-07-31 10:20:45,285 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe 0.068s 2025-07-31 10:20:45,286 98128 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 - Heade rs: {'date': 'Thu, 31 Jul 2025 10:20:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1ffb1ba-c56b-4625-b084-082d5f1bf07e', 'content-length': '395', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1ffb1ba-c56b-4625-b084-082d5f1bf07e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe'} Body: b'{"group": {"id": "a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe", "status": "creating", "availability_zone": "nova", "created_at": "2025-07-31T10:20:45.000000", "name": "tempest-GroupSnapshotsV319Test-Group-427322106", "description": null, "group_type": "e82c4a24-3dbe-4070-a074-4433821c77b3", "volume_types": ["b86fe4d2-5a23-4d23-91e1-b92c6751597c"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:20:46,325 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe 0.034s 2025-07-31 10:20:46,326 98128 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': 'Thu, 31 Jul 2025 10:20:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1fa8aeb-1d67-4f1f-8a9e-468e20870a0e', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1fa8aeb-1d67-4f1f-8a9e-468e20870a0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe'} Body: b'{"group": {"id": "a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe", "status": "error", "availability_zone": "nova", "created_at": "2025-07-31T10:20:45.000000", "name": "tempest-GroupSnapshotsV319Test-Group-427322106", "description": null, "group_type": "e82c4a24-3dbe-4070-a074-4433821c77b3", "volume_types": ["b86fe4d2-5a23-4d23-91e1-b92c6751597c"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:20:46,434 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.102s 2025-07-31 10:20:46,435 98128 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': 'Thu, 31 Jul 2025 10:20:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce2ba43b-9aba-4f1a-bc75-1fabda66b21b', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce2ba43b-9aba-4f1a-bc75-1fabda66b21b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-07-31 10:20:46,533 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe/action 0.084s 2025-07-31 10:20:46,534 98128 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': 'Thu, 31 Jul 2025 10:20:46 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-3da8a307-e344-4dd3-905b-ca6c05549965', 'connection': 'close', 'status': '202', 'content-location': 'h ttp://10.0.0.210/volume/v3/groups/a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe/action'} Body: b'' 2025-07-31 10:20:46,551 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe 0.016s 2025-07-31 10:20:46,551 98128 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': 'Thu, 31 Jul 2025 10:20:46 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-d5c2feb1-db9e-4bd6-9f80-a41b61ee8816', 'x-openstack-request-id': 'req-d5c2feb1-db9e-4bd6-9f80-a41b61ee8816', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe'} Body: b'{"itemNotFound": {"code": 404, "message": "Group a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe could not be found."}}' 2025-07-31 10:20:46,581 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/e82c4a24-3dbe-4070-a074-4433821c77b3 0.029s 2025-07-31 10:20:46,582 98128 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': 'Thu, 31 Jul 2025 10:20:46 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-fd042312-1022-461f-b62b-ac6e13c584ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/e82c4a24-3dbe-4070-a074-4433821c77b3'} Body: b'' 2025-07-31 10:20:46,651 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/b86fe4d2-5a23-4d23-91e1-b92c6751597c 0.069s 2025-07-31 10:20:46,652 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3177b7fd-ca1c-477c-938f-ba76bd072c52', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/b86fe4d2-5a23-4d23-91e1-b92c6751597c'} Body: b'' 2025-07-31 10:20:46,668 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/b86fe4d2-5a23-4d23-91e1-b92c6751597c 0.015s 2025-07-31 10:20:46,668 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:46 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-bd129bdc-7f13-4750-963c-2a374cfe4f72', 'x-openstack-request-id': 'req-bd129bdc-7f13-4750-963c-2a374cfe4f72', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/b86fe4d2-5a23-4d23-91e1-b92c6751597c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type b86fe4d2-5a23-4d23-91e1-b92c6751597c could not be found."}}' {10} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.207840s] ... ok {10} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.772374s] ... ok {9} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [1.460984s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ea42001f-ed0c-4d02-a5e3-1d37f21f5df8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:12,639 98126 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/volumes 0.336s 2025-07-31 10:21:12,639 98126 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-1648787623"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfd9d4e8-8be8-4d41-97fd-f331aa3f9b0d', 'content-length': '746', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfd9d4e8-8be8-4d41-97fd-f331aa3f9b0d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ea42001f-ed0c-4d02-a5e3-1d37f21f5df8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:12.582028", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1648787623", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8"}], "user_id": "6eedc5feba3f4fbfa6403fc0567473ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:21:12,696 98126 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8 0.043s 2025-07-31 10:21:12,696 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45ce8bd4-d374-4190-83f9-1a5b986eaf79', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45ce8bd4-d374-4190-83f9-1a5b986eaf79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8'} Body: b'{"volume": {"id": "ea42001f-ed0c-4d02-a5e3-1d37f21f5df8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:13.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1648787623", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8"}], "user_id": "6eedc5feba3f4fbfa6403fc0567473ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30b5e97e62064bc08f82c83a7955df52"}}' 2025-07-31 10:21:13,747 98126 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8 0.035s 2025-07-31 10:21:13,747 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40c9d32f-6a3b-4269-b03a-f4bae86c3436', 'content-length': '835', 'openstack-api-ver sion': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40c9d32f-6a3b-4269-b03a-f4bae86c3436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8'} Body: b'{"volume": {"id": "ea42001f-ed0c-4d02-a5e3-1d37f21f5df8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:13.000000", "updated_at": "2025-07-31T10:21:13.000000", "name": "tempest-TestVolumeSwap-volume-1648787623", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8"}], "user_id": "6eedc5feba3f4fbfa6403fc0567473ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30b5e97e62064bc08f82c83a7955df52"}}' {8} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [1.785561s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 137, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1f3214b5-f85e-43fe-80f7-88d5b5429823 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:18,741 98124 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.619s 2025-07-31 10:21:18,741 98124 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-753647330", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abb0e5c9-8cd9-4296-8763-b333381364e7', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abb0e5c9-8cd9-4296-8763-b333381364e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1f3214b5-f85e-43fe-80f7-88d5b5429823", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:18.681505", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-753647330", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823"}], "user_id": "c6e0d3f7995a4851989e57dd45832e84", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:21:18,823 98124 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823 0.069s 2025-07-31 10:21:18,823 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1645e3f-1d92-42eb-b6c8-05fe19123afa', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1645e3f-1d92-42eb-b6c8-05fe19123afa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823'} Body: b'{"volume": {"id": "1f3214b5-f85e-43fe-80f7-88d5b5429823", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:19.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-753647330", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823"}], "user_id": "c6e0d3f7995a4851989e57dd45832e84", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8ca533db43ec4e5c80f4225ccd3df8ab"}}' 2025-07-31 10:21:19,890 98124 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823 0.051s 2025-07-31 10:21:19,890 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'c ontent-type': 'application/json', 'x-compute-request-id': 'req-fc0a2674-8f6e-418e-b948-22fcfaedc421', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc0a2674-8f6e-418e-b948-22fcfaedc421', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823'} Body: b'{"volume": {"id": "1f3214b5-f85e-43fe-80f7-88d5b5429823", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:19.000000", "updated_at": "2025-07-31T10:21:19.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-753647330", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823"}], "user_id": "c6e0d3f7995a4851989e57dd45832e84", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8ca533db43ec4e5c80f4225ccd3df8ab"}}' {10} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [1.631362s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ee85e0c6-c7b3-4f97-965c-cff9ea2512a9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:23,538 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/volumes 0.317s 2025-07-31 10:21:23,539 98128 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-186001020"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e85c02a-5d0d-449a-82c2-bfdfe1bfa66a', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e85c02a-5d0d-449a-82c2-bfdfe1bfa66a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ee85e0c6-c7b3-4f97-965c-cff9ea2512a9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:23.479320", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-186001020", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9"}], "user_id": "e0197835ee1646c4b9c9118ffd524ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:21:23,598 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9 0.040s 2025-07-31 10:21:23,598 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-181384e4-686c-4722-8081-e7ffb85e5fcb', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-181384e4-686c-4722-8081-e7ffb85e5fcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9'} Body: b'{"volume": {"id": "ee85e0c6-c7b3-4f97-965c-cff9ea2512a9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:23.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-186001020", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9"}], "user_id": "e0197835ee1646c4b9c9118ffd524ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9000ed70b0f3468ea377d0b46893ad80"}}' 2025-07-31 10:21:24,654 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9 0.040s 2025-07-31 10:21:24,654 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-976607d0-7f08-4da4-989b-556 de73da031', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-976607d0-7f08-4da4-989b-556de73da031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9'} Body: b'{"volume": {"id": "ee85e0c6-c7b3-4f97-965c-cff9ea2512a9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:23.000000", "updated_at": "2025-07-31T10:21:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-186001020", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9"}], "user_id": "e0197835ee1646c4b9c9118ffd524ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9000ed70b0f3468ea377d0b46893ad80"}}' 2025-07-31 10:21:24,708 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9 0.039s 2025-07-31 10:21:24,708 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-129cb29b-2dcd-4bef-8edb-9084cec1cd32', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-129cb29b-2dcd-4bef-8edb-9084cec1cd32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9'} Body: b'{"volume": {"id": "ee85e0c6-c7b3-4f97-965c-cff9ea2512a9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:23.000000", "updated_at": "2025-07-31T10:21:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-186001020", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9"}], "user_id": "e0197835ee1646c4b9c9118ffd524ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9000ed70b0f3468ea377d0b46893ad80"}}' 2025-07-31 10:21:24,825 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9 0.104s 2025-07-31 10:21:24,826 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-085358b9-deaa-4273-91e9-29b625df6a1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9'} Body: b'' 2025-07-31 10:21:24,850 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9 0.024s 2025-07-31 10:21:24,851 98128 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-de1f9100-e011-4e88-a5a7-ea6a2336638c', 'x-openstack-request-id': 'req-de1f9100-e011-4e88-a5a7-ea6a2336638c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ee85e0c6-c7b3-4f97-965c-cff9ea2512a9 could not be found."}}' {6} 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 94ce7851-0dcb-4744-9823-46451d51f865 failed to build and is in ERROR status {6} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.121935s] ... ok {10} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [1.595904s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 93, in test_volume_from_snapshot_cascade_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:25,034 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/volumes 0.180s 2025-07-31 10:21:25,035 98128 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-87572061"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dd9776e-a32a-488e-9211-e36aa0abd000', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dd9776e-a32a-488e-9211-e36aa0abd000', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:24.976371", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-87572061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79"}], "user_id": "e0197835ee1646c4b9c9118ffd524ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:21:25,118 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79 0.071s 2025-07-31 10:21:25,119 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eada1ea-7f7d-4518-82b0-bf350c30f490', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eada1ea-7f7d-4518-82b0-bf350c30f490', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79'} Body: b'{"volume": {"id": "b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:25.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-87572061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79"}], "user_id": "e0197835ee1646c4b9c9118ffd524ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9000ed70b0f3468ea377d0b46893ad80"}}' 2025-07-31 10:21:26,179 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79 0.046s 2025-07-31 10:21:26,180 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-899c478d-9859-445d-a2d1-92d7ee0298e9', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-899c478d-9859-445d-a2d1-92d7ee0298e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79'} Body: b'{"volume": {"id": "b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:25.000000", "updated_at": "2025-07-31T10:21:25.000000", "name": "tempest-VolumesDeleteCascade-Volume-87572061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79"}], "user_id": "e0197835ee1646c4b9c9118ffd524ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9000ed70b0f3468ea377d0b46893ad80"}}' 2025-07-31 10:21:26,245 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79 0.051s 2025-07-31 10:21:26,245 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10b794da-aa36-4b20-a010-9ba22eef430d', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10b794da-aa36-4b20-a010-9ba22eef430d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79'} Body: b'{"volume": {"id": "b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:25.000000", "updated_at": "2025-07-31T10:21:25.000000", "name": "tempest-VolumesDeleteCascade-Volume-87572061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79"}], "user_id": "e0197835ee1646c4b9c9118ffd524ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9000ed70b0f3468ea377d0b46893ad80"}}' 2025-07-31 10:21:26,415 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79 0.156s 2025-07-31 10:21:26,416 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21: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-b4e99e6d-4cbd-4ea1-9155-c327d15c1f6d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79'} Body: b'' 2025-07-31 10:21:26,448 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79 0.032s 2025-07-31 10:21:26,4 49 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21: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-470678fe-2557-42ec-9d89-8efa32c438db', 'x-openstack-request-id': 'req-470678fe-2557-42ec-9d89-8efa32c438db', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79 could not be found."}}' {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.014343s] ... ok {6} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.239470s] ... ok {7} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [11.028232s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 371, in test_tagged_attachment volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e8c4c1a8-c4f0-435e-9910-3204bebf3ecd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:23,041 98122 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/networks 2.119s 2025-07-31 10:21:23,042 98122 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-780201039"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-299d57ef-70ce-4f48-a9cc-7b050b35a788', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/networks'} Body: b'{"network":{"id":"35a23e95-0ead-4c70-a05b-d5ad48ef2aed","name":"tempest-tagged-attachments-test-net-780201039","tenant_id":"0747432c75674e16aca83368d48ff6a0","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"0747432c75674e16aca83368d48ff6a0","port_security_enabled":true,"router:external":false,"vlan_transparent":false,"qinq":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-07-31T10:21:21Z","updated_at":"2025-07-31T10:21:21Z","revision_number":1}}' 2025-07-31 10:21:26,135 98122 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/subnets 3.092s 2025-07-31 10:21:26,135 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "35a23e95-0ead-4c70-a05b-d5ad48ef2aed", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-85ce86c0-d9d2-41ee-a3a0-288044f29f9a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"923fdbd3-f87b-461c-a008-f56eab93ff5f","name":"","tenant_id":"0747432c75674e16aca83368d48ff6a0","network_id":"35a23e95-0ead-4c70-a05b-d5ad48ef2aed","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":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-07-31T10:21:25Z","updated_at":"2025-07-31T10:21:25Z","revision_number":0,"project_id":"0747432c75674e16aca83368d48ff6a0"}}' 2025-07-31 10:21:26,378 98122 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/volumes 0.243s 2025-07-31 10:21:26,379 98122 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-2036039466"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23bcaea4-10c8-4e0c-9540-77ccf99cfafd', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23bcaea4-10c8-4e0c-9540-77ccf99cfafd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e8c4c1a8-c4f0-435e-9910-3204bebf3ecd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:26.291091", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-2036039466 ", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd"}], "user_id": "46973320d1fc4f5da0941d1ef529c1bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:21:26,433 98122 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd 0.042s 2025-07-31 10:21:26,434 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a787e9d-168d-4f3f-bd3c-6d9506aedb18', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a787e9d-168d-4f3f-bd3c-6d9506aedb18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd'} Body: b'{"volume": {"id": "e8c4c1a8-c4f0-435e-9910-3204bebf3ecd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:26.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-2036039466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd"}], "user_id": "46973320d1fc4f5da0941d1ef529c1bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0747432c75674e16aca83368d48ff6a0"}}' 2025-07-31 10:21:27,525 98122 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd 0.075s 2025-07-31 10:21:27,525 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91961dee-4de5-4ed8-ada7-8b80e2d19b13', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91961dee-4de5-4ed8-ada7-8b80e2d19b13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd'} Body: b'{"volume": {"id": "e8c4c1a8-c4f0-435e-9910-3204bebf3ecd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:26.000000", "updated_at": "2025-07-31T10:21:26.000000", "name": "tempest-TaggedAttachmentsTest-volume-2036039466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd"}], "user_id": "46973320d1fc4f5da0941d1ef529c1bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0747432c75674e16aca83368d48ff6a0"}}' 2025-07-31 10:21:29, 642 98122 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/subnets/923fdbd3-f87b-461c-a008-f56eab93ff5f 2.102s 2025-07-31 10:21:29,642 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-ef5c5873-cdc3-425a-84c1-9b91bc9927f6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets/923fdbd3-f87b-461c-a008-f56eab93ff5f'} Body: b'' 2025-07-31 10:21:31,948 98122 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/networks/35a23e95-0ead-4c70-a05b-d5ad48ef2aed 2.306s 2025-07-31 10:21:31,949 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-814d2d44-5788-48ed-8c96-a91759add444', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/networks/35a23e95-0ead-4c70-a05b-d5ad48ef2aed'} Body: b'' {5} tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete [1.963078s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_assisted_volume_snapshots.py", line 54, in test_volume_assisted_snapshot_create_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 64497bb6-a713-43fa-9551-31282944c81d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:33,703 98118 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 202 POST http://10.0.0.210/volume/v3/volumes 0.704s 2025-07-31 10:21:33,704 98118 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-VolumesAssistedSnapshotsTest-volume-795096124"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5518085-8972-4ddc-8914-71a6d4d94b3e', 'content-length': '785', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5518085-8972-4ddc-8914-71a6d4d94b3e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "64497bb6-a713-43fa-9551-31282944c81d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:33.374838", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-795096124", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/64497bb6-a713-43fa-9551-31282944c81d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/64497bb6-a713-43fa-9551-31282944c81d"}], "user_id": "bbce11277f2b40adbe9c81507b25bd3e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}' 2025-07-31 10:21:33,812 98118 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/64497bb6-a713-43fa-9551-31282944c81d 0.095s 2025-07-31 10:21:33,812 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9e9bd66-e9ca-4da7-891d-16f6a091810d', 'content-length': '964', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9e9bd66-e9ca-4da7-891d-16f6a091810d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/64497bb6-a713-43fa-9551-31282944c81d'} Body: b'{"volume": {"id": "64497bb6-a713-43fa-9551-31282944c81d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:33.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-795096124", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/64497bb6-a713-43fa-9551-31282944c81d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/64497bb6-a713-43fa-9551-31282944c81d"}], "user_id": "bbce11277f2b40adbe9c81507b25bd3e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "06a1fe136efe4702ac07ff8478712091"}}' 2025-07-31 10:21:34,946 98118 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/64497bb6-a713-43fa-9551-31282944c81d 0.119s 2025-07-31 10:21:34,947 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'A ccept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feb35fb5-95a6-4206-a643-958af7121e1e', 'content-length': '985', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feb35fb5-95a6-4206-a643-958af7121e1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/64497bb6-a713-43fa-9551-31282944c81d'} Body: b'{"volume": {"id": "64497bb6-a713-43fa-9551-31282944c81d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:33.000000", "updated_at": "2025-07-31T10:21:34.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-795096124", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/64497bb6-a713-43fa-9551-31282944c81d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/64497bb6-a713-43fa-9551-31282944c81d"}], "user_id": "bbce11277f2b40adbe9c81507b25bd3e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "06a1fe136efe4702ac07ff8478712091"}}' {6} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [1.750169s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7e5effdf-bdc1-4097-a3c2-a96bfd719a18 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:40,062 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/volumes 0.421s 2025-07-31 10:21:40,062 98120 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-2062927892"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c55dc453-f793-4249-b836-2a8c628ce5c3', 'content-length': '820', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c55dc453-f793-4249-b836-2a8c628ce5c3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7e5effdf-bdc1-4097-a3c2-a96bfd719a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:39.982024", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2062927892", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18"}], "user_id": "81ded5250a2e4f3187ebf4fc1e957cbe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-07-31 10:21:40,148 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18 0.061s 2025-07-31 10:21:40,149 98120 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': 'Thu, 31 Jul 2025 10:21:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4189d087-ab10-4e79-b61f-a3d6e5cd9ef0', 'content-length': '888', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4189d087-ab10-4e79-b61f-a3d6e5cd9ef0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18'} Body: b'{"volume": {"id": "7e5effdf-bdc1-4097-a3c2-a96bfd719a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:40.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2062927892", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18"}], "user_id": "81ded5250a2e4f3187ebf4fc1e957cbe", "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": "96d570ce2d7b4eeebe113b1343e3836f"}}' 2025-07-31 10:21:41,200 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18 0.036s 2025-07-31 10:21:41,200 98120 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'app lication/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffa724fa-51e3-417f-8175-6d001d0b24aa', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffa724fa-51e3-417f-8175-6d001d0b24aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18'} Body: b'{"volume": {"id": "7e5effdf-bdc1-4097-a3c2-a96bfd719a18", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:40.000000", "updated_at": "2025-07-31T10:21:40.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2062927892", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18"}], "user_id": "81ded5250a2e4f3187ebf4fc1e957cbe", "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": "96d570ce2d7b4eeebe113b1343e3836f"}}' 2025-07-31 10:21:41,254 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18 0.040s 2025-07-31 10:21:41,255 98120 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': 'Thu, 31 Jul 2025 10:21:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cff2708-1af3-4528-a4c3-243925009d93', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cff2708-1af3-4528-a4c3-243925009d93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18'} Body: b'{"volume": {"id": "7e5effdf-bdc1-4097-a3c2-a96bfd719a18", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:40.000000", "updated_at": "2025-07-31T10:21:40.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2062927892", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18"}], "user_id": "81ded5250a2e4f3187ebf4fc1e957cbe", "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": "96d570ce2d7b4eeebe113b1343e3836f"}}' 2025-07-31 10:21:41,369 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18 0.100s 2025-07-31 10:21:41,369 98120 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': 'Thu, 31 Jul 2025 10:21:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'ope nstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-854cc98c-60ca-4411-827d-8d72be60f85f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18'} Body: b'' 2025-07-31 10:21:41,389 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18 0.019s 2025-07-31 10:21:41,389 98120 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': 'Thu, 31 Jul 2025 10:21:41 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-cff225e7-f9f4-404b-aa92-288b49480a82', 'x-openstack-request-id': 'req-cff225e7-f9f4-404b-aa92-288b49480a82', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7e5effdf-bdc1-4097-a3c2-a96bfd719a18 could not be found."}}' {6} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [1.494355s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d15d2b5e-76f1-441d-8e41-59e99617a708 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:41,573 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/volumes 0.180s 2025-07-31 10:21:41,573 98120 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-919798089"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc190fbc-9746-43fa-a5e4-f144d0d96922', 'content-length': '819', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc190fbc-9746-43fa-a5e4-f144d0d96922', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d15d2b5e-76f1-441d-8e41-59e99617a708", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:41.513136", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-919798089", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708"}], "user_id": "81ded5250a2e4f3187ebf4fc1e957cbe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-07-31 10:21:41,633 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708 0.047s 2025-07-31 10:21:41,633 98120 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': 'Thu, 31 Jul 2025 10:21:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32b95d40-b11e-45e1-b3fc-b1ad809bd7d1', 'content-length': '887', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32b95d40-b11e-45e1-b3fc-b1ad809bd7d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708'} Body: b'{"volume": {"id": "d15d2b5e-76f1-441d-8e41-59e99617a708", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:42.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-919798089", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708"}], "user_id": "81ded5250a2e4f3187ebf4fc1e957cbe", "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": "96d570ce2d7b4eeebe113b1343e3836f"}}' 2025-07-31 10:21:42,684 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708 0.036s 2025-07-31 10:21:42,685 98120 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': 'Thu, 31 Jul 2025 10:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01f920ce-1ce2-479c-83db-a85099250f54', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01f920ce-1ce2-479c-83db-a85099250f54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708'} Body: b'{"volume": {"id": "d15d2b5e-76f1-441d-8e41-59e99617a708", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:42.000000", "updated_at": "2025-07-31T10:21:42.000000", "name": "tempest-VolumesTransfersV357Test-Volume-919798089", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708"}], "user_id": "81ded5250a2e4f3187ebf4fc1e957cbe", "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": "96d570ce2d7b4eeebe113b1343e3836f"}}' 2025-07-31 10:21:42,739 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708 0.040s 2025-07-31 10:21:42,740 98120 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': 'Thu, 31 Jul 2025 10:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cb58e62-e039-4fb0-bbe8-8a0eb069d453', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cb58e62-e039-4fb0-bbe8-8a0eb069d453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708'} Body: b'{"volume": {"id": "d15d2b5e-76f1-441d-8e41-59e99617a708", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:42.000000", "updated_at": "2025-07-31T10:21:42.000000", "name": "tempest-VolumesTransfersV357Test-Volume-919798089", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708"}], "user_id": "81ded5250a2e4f3187ebf4fc1e957cbe", "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": "96d570ce2d7b4eeebe113b1343e3836f"}}' 2025-07-31 10:21:42,864 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708 0.111s 2025-07-31 10:21:42,865 98120 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': 'Thu, 31 Jul 2025 10:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-versio n': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3bc2f0c-7e4e-4b44-9ea9-60aa6abc071b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708'} Body: b'' 2025-07-31 10:21:42,885 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708 0.019s 2025-07-31 10:21:42,885 98120 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': 'Thu, 31 Jul 2025 10:21:42 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-a6abc1a3-ad7e-472c-b616-47d29c3ba797', 'x-openstack-request-id': 'req-a6abc1a3-ad7e-472c-b616-47d29c3ba797', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d15d2b5e-76f1-441d-8e41-59e99617a708 could not be found."}}' {9} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {6} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {6} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {6} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [1.577815s] ... 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 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d302404a-f019-4326-b0d2-fe3507608c5e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:52,645 98120 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/volumes 0.427s 2025-07-31 10:21:52,645 98120 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-957365412"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f668f537-3e71-4ba5-a8e2-4c9c1f3d711b', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f668f537-3e71-4ba5-a8e2-4c9c1f3d711b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d302404a-f019-4326-b0d2-fe3507608c5e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:52.503727", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-957365412", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d302404a-f019-4326-b0d2-fe3507608c5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d302404a-f019-4326-b0d2-fe3507608c5e"}], "user_id": "4f62da420d7b4d04be237b841451061a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:21:52,720 98120 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/d302404a-f019-4326-b0d2-fe3507608c5e 0.063s 2025-07-31 10:21:52,721 98120 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-335bd905-69c0-4631-848e-bab415ace101', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-335bd905-69c0-4631-848e-bab415ace101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d302404a-f019-4326-b0d2-fe3507608c5e'} Body: b'{"volume": {"id": "d302404a-f019-4326-b0d2-fe3507608c5e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:53.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-957365412", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d302404a-f019-4326-b0d2-fe3507608c5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d302404a-f019-4326-b0d2-fe3507608c5e"}], "user_id": "4f62da420d7b4d04be237b841451061a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b23e1cc2a58d47119549d68e5fdd2183"}}' 2025-07-31 10:21:53,779 98120 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/d302404a-f019-4326-b0d2-fe3507608c5e 0.043s 2025-07-31 10:21:53,780 98120 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:53 GMT', 'server': 'Apache/2.4.52 (Ubu ntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c19a8ea-4e7a-4a30-9e0e-5228452d8f35', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c19a8ea-4e7a-4a30-9e0e-5228452d8f35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d302404a-f019-4326-b0d2-fe3507608c5e'} Body: b'{"volume": {"id": "d302404a-f019-4326-b0d2-fe3507608c5e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:53.000000", "updated_at": "2025-07-31T10:21:53.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-957365412", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d302404a-f019-4326-b0d2-fe3507608c5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d302404a-f019-4326-b0d2-fe3507608c5e"}], "user_id": "4f62da420d7b4d04be237b841451061a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b23e1cc2a58d47119549d68e5fdd2183"}}' {10} 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b7aad854-a5ed-4186-8a13-a5b6ae1b9911 failed to build and is in ERROR status {10} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {6} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [1.673479s] ... 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 38, 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 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f04ce8c0-3fed-466c-b571-06a3ca6c7fc8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:22:00,842 98120 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.508s 2025-07-31 10:22:00,845 98120 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-1831284756"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-811349b0-8114-4b35-9270-3f3b2b25bfff', 'content-length': '767', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-811349b0-8114-4b35-9270-3f3b2b25bfff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f04ce8c0-3fed-466c-b571-06a3ca6c7fc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:00.734610", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1831284756", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8"}], "user_id": "747d2966e0f049e2a6b82cc31ab159c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:22:00,902 98120 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8 0.044s 2025-07-31 10:22:00,902 98120 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': 'Thu, 31 Jul 2025 10:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f160417-3023-4697-a829-dff4068b46b7', 'content-length': '835', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f160417-3023-4697-a829-dff4068b46b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8'} Body: b'{"volume": {"id": "f04ce8c0-3fed-466c-b571-06a3ca6c7fc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:01.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1831284756", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8"}], "user_id": "747d2966e0f049e2a6b82cc31ab159c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "e8c7f4578fc246948bab7fe9bd349c83"}}' 2025-07-31 10:22:01,990 98120 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8 0.072s 2025-07-31 10:22:01,991 98120 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': 'Thu, 31 Jul 2025 10:22:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-12688da0-c61d-435b-b237-561f1795f23c', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12688da0-c61d-435b-b237-561f1795f23c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8'} Body: b'{"volume": {"id": "f04ce8c0-3fed-466c-b571-06a3ca6c7fc8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:01.000000", "updated_at": "2025-07-31T10:22:01.000000", "name": "tempest-VolumeRevertTests-Volume-1831284756", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8"}], "user_id": "747d2966e0f049e2a6b82cc31ab159c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "e8c7f4578fc246948bab7fe9bd349c83"}}' {6} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [1.541482s] ... 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 38, 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 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f0495723-2094-4844-bda2-bd41fef28501 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:22:02,294 98120 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.286s 2025-07-31 10:22:02,295 98120 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-1012018827"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd5381c1-519f-431f-8e67-8d940a212466', 'content-length': '767', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd5381c1-519f-431f-8e67-8d940a212466', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f0495723-2094-4844-bda2-bd41fef28501", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:02.195207", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1012018827", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f0495723-2094-4844-bda2-bd41fef28501"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f0495723-2094-4844-bda2-bd41fef28501"}], "user_id": "747d2966e0f049e2a6b82cc31ab159c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:22:02,419 98120 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/f0495723-2094-4844-bda2-bd41fef28501 0.110s 2025-07-31 10:22:02,419 98120 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': 'Thu, 31 Jul 2025 10:22:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-502cf4fa-aec2-4936-b38e-8156090c061e', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-502cf4fa-aec2-4936-b38e-8156090c061e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f0495723-2094-4844-bda2-bd41fef28501'} Body: b'{"volume": {"id": "f0495723-2094-4844-bda2-bd41fef28501", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:02.000000", "updated_at": "2025-07-31T10:22:02.000000", "name": "tempest-VolumeRevertTests-Volume-1012018827", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f0495723-2094-4844-bda2-bd41fef28501"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f0495723-2094-4844-bda2-bd41fef28501"}], "user_id": "747d2966e0f049e2a6b82cc31ab159c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "e8c7f4578fc246948bab7fe9bd349c83"}}' 2025-07-31 10:22:03,520 98120 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/f0495723-2094-4844-bda2-bd41fef28501 0.084s 2025-07-31 10:22:03,520 98120 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': 'Thu, 31 Jul 2025 10:22:03 GMT', 'server': 'Apache/2.4.52 (U buntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbddcf4e-4b61-4f36-a23e-b7a9bca5a33f', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbddcf4e-4b61-4f36-a23e-b7a9bca5a33f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f0495723-2094-4844-bda2-bd41fef28501'} Body: b'{"volume": {"id": "f0495723-2094-4844-bda2-bd41fef28501", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:02.000000", "updated_at": "2025-07-31T10:22:02.000000", "name": "tempest-VolumeRevertTests-Volume-1012018827", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f0495723-2094-4844-bda2-bd41fef28501"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f0495723-2094-4844-bda2-bd41fef28501"}], "user_id": "747d2966e0f049e2a6b82cc31ab159c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "e8c7f4578fc246948bab7fe9bd349c83"}}' {5} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {7} setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 858, in resource_setup cls.server_id = cls.recreate_server(None, volume_backed=True, File "/opt/stack/tempest/tempest/api/compute/base.py", line 421, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 267, 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 263, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ad932c4a-6747-4df6-b3a2-3763b236de02 failed to build and is in ERROR status {7} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {7} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {7} 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 08244df3-4862-4a17-a3e8-1ecbe6654a56 failed to build and is in ERROR status {7} setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest) ... SKIPPED: Attached volume extend is disabled. {5} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [1.782965s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 137, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume be356b73-bb7c-4381-a9e0-152e03a21a44 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:22:38,852 98118 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.639s 2025-07-31 10:22:38,853 98118 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-1525705654", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aadf4bdb-209f-48c1-980c-1af14f4d481c', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aadf4bdb-209f-48c1-980c-1af14f4d481c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "be356b73-bb7c-4381-a9e0-152e03a21a44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:38.762230", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1525705654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44"}], "user_id": "c13cb4f84035425b802c338d51eb8159", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:22:38,906 98118 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44 0.041s 2025-07-31 10:22:38,906 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb77265f-8c59-4d67-a307-86f337c3c607', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb77265f-8c59-4d67-a307-86f337c3c607', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44'} Body: b'{"volume": {"id": "be356b73-bb7c-4381-a9e0-152e03a21a44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:39.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1525705654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44"}], "user_id": "c13cb4f84035425b802c338d51eb8159", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c621751ac27b4746911dbf47da450889"}}' 2025-07-31 10:22:39,980 98118 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44 0.059s 2025-07-31 10:22:39,980 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-d3ca46c5-8083-4276-a2c3-89ae4348fd63', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3ca46c5-8083-4276-a2c3-89ae4348fd63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44'} Body: b'{"volume": {"id": "be356b73-bb7c-4381-a9e0-152e03a21a44", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:39.000000", "updated_at": "2025-07-31T10:22:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1525705654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44"}], "user_id": "c13cb4f84035425b802c338d51eb8159", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c621751ac27b4746911dbf47da450889"}}' {5} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [1.685899s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 30e02511-6362-4c98-91bf-159647fc911e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:22:53,356 98118 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/volumes 0.369s 2025-07-31 10:22:53,356 98118 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-587645141"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a47c0fa-1b47-479d-9835-f3f3a2b219df', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a47c0fa-1b47-479d-9835-f3f3a2b219df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "30e02511-6362-4c98-91bf-159647fc911e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:53.274204", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-587645141", "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/volumes/30e02511-6362-4c98-91bf-159647fc911e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/30e02511-6362-4c98-91bf-159647fc911e"}], "user_id": "f52291f328574f9d81d4e0cb66c50818", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:22:53,415 98118 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e 0.046s 2025-07-31 10:22:53,415 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5ffd1ce-be3b-4f1f-9477-886b06d2a9e3', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5ffd1ce-be3b-4f1f-9477-886b06d2a9e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e'} Body: b'{"volume": {"id": "30e02511-6362-4c98-91bf-159647fc911e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:53.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-587645141", "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/volumes/30e02511-6362-4c98-91bf-159647fc911e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/30e02511-6362-4c98-91bf-159647fc911e"}], "user_id": "f52291f328574f9d81d4e0cb66c50818", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "280d426113ae4313aa1bb6a55eef905c"}}' 2025-07-31 10:22:54,484 98118 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e 0.054s 2025-07-31 10:22:54,485 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:54 GMT', 'server': 'Apa che/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2bdc98b-4397-414f-a3cc-92b65143d846', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2bdc98b-4397-414f-a3cc-92b65143d846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e'} Body: b'{"volume": {"id": "30e02511-6362-4c98-91bf-159647fc911e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:53.000000", "updated_at": "2025-07-31T10:22:54.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-587645141", "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/volumes/30e02511-6362-4c98-91bf-159647fc911e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/30e02511-6362-4c98-91bf-159647fc911e"}], "user_id": "f52291f328574f9d81d4e0cb66c50818", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "280d426113ae4313aa1bb6a55eef905c"}}' 2025-07-31 10:22:54,538 98118 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e 0.039s 2025-07-31 10:22:54,538 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af693850-71df-411c-8611-2041acc78e64', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af693850-71df-411c-8611-2041acc78e64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e'} Body: b'{"volume": {"id": "30e02511-6362-4c98-91bf-159647fc911e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:53.000000", "updated_at": "2025-07-31T10:22:54.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-587645141", "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/volumes/30e02511-6362-4c98-91bf-159647fc911e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/30e02511-6362-4c98-91bf-159647fc911e"}], "user_id": "f52291f328574f9d81d4e0cb66c50818", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "280d426113ae4313aa1bb6a55eef905c"}}' 2025-07-31 10:22:54,648 98118 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e 0.095s 2025-07-31 10:22:54,649 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22: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-32809d74-cd37-452b-83b0-15cf485597eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e'} Body: b'' 2025-07-31 10:22:54,670 98118 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWitho utMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e 0.021s 2025-07-31 10:22:54,670 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22: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-6bc750f2-3048-40fd-be21-2f5dd951ade8', 'x-openstack-request-id': 'req-6bc750f2-3048-40fd-be21-2f5dd951ade8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 30e02511-6362-4c98-91bf-159647fc911e could not be found."}}' {5} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.225793s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.086162s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.205660s] ... ok {5} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [1.843471s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 27f7ff66-d115-4e49-bbec-e2306d5f4918 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:23:04,290 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/volumes 0.370s 2025-07-31 10:23:04,290 98118 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-1990526860"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de234edb-9df4-4019-807c-ddfa5897a912', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de234edb-9df4-4019-807c-ddfa5897a912', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "27f7ff66-d115-4e49-bbec-e2306d5f4918", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:04.231603", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1990526860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918"}], "user_id": "f3d96350830b41dc8a455069a62cdb97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:23:04,343 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918 0.039s 2025-07-31 10:23:04,343 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f8c5a58-b853-4565-9a66-4f87bbf3224e', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f8c5a58-b853-4565-9a66-4f87bbf3224e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918'} Body: b'{"volume": {"id": "27f7ff66-d115-4e49-bbec-e2306d5f4918", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:04.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1990526860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918"}], "user_id": "f3d96350830b41dc8a455069a62cdb97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cea5981371e84d5d84fb5484c0f430c5"}}' 2025-07-31 10:23:05,408 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918 0.048s 2025-07-31 10:23:05,408 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x -compute-request-id': 'req-e74707cc-d1e7-4b54-a96d-05feab8b9b76', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e74707cc-d1e7-4b54-a96d-05feab8b9b76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918'} Body: b'{"volume": {"id": "27f7ff66-d115-4e49-bbec-e2306d5f4918", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:04.000000", "updated_at": "2025-07-31T10:23:04.000000", "name": "tempest-VolumesTransfersTest-Volume-1990526860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918"}], "user_id": "f3d96350830b41dc8a455069a62cdb97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cea5981371e84d5d84fb5484c0f430c5"}}' 2025-07-31 10:23:05,489 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918 0.066s 2025-07-31 10:23:05,490 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3202bed-1ca1-4846-8288-963f1e1c5d73', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3202bed-1ca1-4846-8288-963f1e1c5d73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918'} Body: b'{"volume": {"id": "27f7ff66-d115-4e49-bbec-e2306d5f4918", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:04.000000", "updated_at": "2025-07-31T10:23:04.000000", "name": "tempest-VolumesTransfersTest-Volume-1990526860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918"}], "user_id": "f3d96350830b41dc8a455069a62cdb97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cea5981371e84d5d84fb5484c0f430c5"}}' 2025-07-31 10:23:05,691 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918 0.188s 2025-07-31 10:23:05,692 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23: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-96e430d8-4da8-4b1a-a9ac-5e7aa9405a78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918'} Body: b'' 2025-07-31 10:23:05,760 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918 0.024s 20 25-07-31 10:23:05,761 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23: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-cfb29be1-b8bc-4bbf-abd6-a56f3cfee3a0', 'x-openstack-request-id': 'req-cfb29be1-b8bc-4bbf-abd6-a56f3cfee3a0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 27f7ff66-d115-4e49-bbec-e2306d5f4918 could not be found."}}' {5} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [1.679942s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 85eaf564-36aa-44c2-9411-99a138d46d8b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:23:06,051 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/volumes 0.285s 2025-07-31 10:23:06,052 98118 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-1173779267"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a952c466-db0c-4668-9dee-63ed8d10d384', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a952c466-db0c-4668-9dee-63ed8d10d384', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "85eaf564-36aa-44c2-9411-99a138d46d8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:05.988500", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1173779267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b"}], "user_id": "f3d96350830b41dc8a455069a62cdb97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:23:06,120 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b 0.055s 2025-07-31 10:23:06,120 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c362ecf7-0088-453d-824d-a6dfcc8a3e60', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c362ecf7-0088-453d-824d-a6dfcc8a3e60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b'} Body: b'{"volume": {"id": "85eaf564-36aa-44c2-9411-99a138d46d8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:06.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1173779267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b"}], "user_id": "f3d96350830b41dc8a455069a62cdb97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cea5981371e84d5d84fb5484c0f430c5"}}' 2025-07-31 10:23:07,190 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b 0.055s 2025-07-31 10:23:07,190 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-req uest-id': 'req-d4702874-961d-4a1c-91b0-7093d52e5626', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4702874-961d-4a1c-91b0-7093d52e5626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b'} Body: b'{"volume": {"id": "85eaf564-36aa-44c2-9411-99a138d46d8b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:06.000000", "updated_at": "2025-07-31T10:23:06.000000", "name": "tempest-VolumesTransfersTest-Volume-1173779267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b"}], "user_id": "f3d96350830b41dc8a455069a62cdb97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cea5981371e84d5d84fb5484c0f430c5"}}' 2025-07-31 10:23:07,245 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b 0.039s 2025-07-31 10:23:07,246 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6a5655f-a57a-4a04-b57b-374b1c106027', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6a5655f-a57a-4a04-b57b-374b1c106027', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b'} Body: b'{"volume": {"id": "85eaf564-36aa-44c2-9411-99a138d46d8b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:06.000000", "updated_at": "2025-07-31T10:23:06.000000", "name": "tempest-VolumesTransfersTest-Volume-1173779267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b"}], "user_id": "f3d96350830b41dc8a455069a62cdb97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cea5981371e84d5d84fb5484c0f430c5"}}' 2025-07-31 10:23:07,411 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b 0.152s 2025-07-31 10:23:07,412 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23: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-9aa5d017-bbeb-4886-a49e-28c8879a1066', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b'} Body: b'' 2025-07-31 10:23:07,443 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b 0.030s 2025-07-31 10: 23:07,444 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23: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-2998c198-c8e7-4ae0-a014-8f6903416ca3', 'x-openstack-request-id': 'req-2998c198-c8e7-4ae0-a014-8f6903416ca3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 85eaf564-36aa-44c2-9411-99a138d46d8b could not be found."}}' {5} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [1.779717s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d3b6bf14-b5e6-4e04-9869-825f365c76b9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:23:13,280 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/volumes 0.460s 2025-07-31 10:23:13,280 98118 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-670831108"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ec7d11b-a73c-41db-8302-e76a9b0d074c', 'content-length': '819', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ec7d11b-a73c-41db-8302-e76a9b0d074c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d3b6bf14-b5e6-4e04-9869-825f365c76b9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:13.200468", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-670831108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9"}], "user_id": "195fa5c602804cefb92dc9b49ef84ba4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-07-31 10:23:13,350 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9 0.049s 2025-07-31 10:23:13,350 98118 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': 'Thu, 31 Jul 2025 10:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74eb2499-f538-4a37-b33b-cd336a5bdea1', 'content-length': '887', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74eb2499-f538-4a37-b33b-cd336a5bdea1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9'} Body: b'{"volume": {"id": "d3b6bf14-b5e6-4e04-9869-825f365c76b9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:13.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-670831108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9"}], "user_id": "195fa5c602804cefb92dc9b49ef84ba4", "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": "1a9de7327a1d46aba3726befa6e19357"}}' 2025-07-31 10:23:14,409 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9 0.041s 2025-07-31 10:23:14,410 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applic ation/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0ecfd01-9581-4061-9574-48b6d3e16875', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0ecfd01-9581-4061-9574-48b6d3e16875', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9'} Body: b'{"volume": {"id": "d3b6bf14-b5e6-4e04-9869-825f365c76b9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:13.000000", "updated_at": "2025-07-31T10:23:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-670831108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9"}], "user_id": "195fa5c602804cefb92dc9b49ef84ba4", "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": "1a9de7327a1d46aba3726befa6e19357"}}' 2025-07-31 10:23:14,460 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9 0.036s 2025-07-31 10:23:14,461 98118 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': 'Thu, 31 Jul 2025 10:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0566e3e3-d29e-4821-a209-635af2d6c649', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0566e3e3-d29e-4821-a209-635af2d6c649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9'} Body: b'{"volume": {"id": "d3b6bf14-b5e6-4e04-9869-825f365c76b9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:13.000000", "updated_at": "2025-07-31T10:23:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-670831108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9"}], "user_id": "195fa5c602804cefb92dc9b49ef84ba4", "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": "1a9de7327a1d46aba3726befa6e19357"}}' 2025-07-31 10:23:14,566 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9 0.090s 2025-07-31 10:23:14,566 98118 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': 'Thu, 31 Jul 2025 10:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstac k-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c51aa6c-66c0-44f4-ba95-3724b880277c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9'} Body: b'' 2025-07-31 10:23:14,597 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9 0.030s 2025-07-31 10:23:14,597 98118 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': 'Thu, 31 Jul 2025 10:23:14 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-6c61cdce-b8f5-4e7a-bd89-e0a46a1cd0dd', 'x-openstack-request-id': 'req-6c61cdce-b8f5-4e7a-bd89-e0a46a1cd0dd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d3b6bf14-b5e6-4e04-9869-825f365c76b9 could not be found."}}' {5} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [1.478292s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f3c2b562-ab06-48df-ace7-e79d9ac958b7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:23:14,776 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/volumes 0.173s 2025-07-31 10:23:14,777 98118 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-1728708213"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d980d30e-61a8-4b8c-bc15-69bca3ba0171', 'content-length': '820', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d980d30e-61a8-4b8c-bc15-69bca3ba0171', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f3c2b562-ab06-48df-ace7-e79d9ac958b7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:14.716634", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1728708213", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7"}], "user_id": "195fa5c602804cefb92dc9b49ef84ba4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-07-31 10:23:14,827 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7 0.038s 2025-07-31 10:23:14,828 98118 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': 'Thu, 31 Jul 2025 10:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-087e18ab-edfa-4abe-a1f4-6259e9f1d609', 'content-length': '888', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-087e18ab-edfa-4abe-a1f4-6259e9f1d609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7'} Body: b'{"volume": {"id": "f3c2b562-ab06-48df-ace7-e79d9ac958b7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:15.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1728708213", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7"}], "user_id": "195fa5c602804cefb92dc9b49ef84ba4", "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": "1a9de7327a1d46aba3726befa6e19357"}}' 2025-07-31 10:23:15,885 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7 0.041s 2025-07-31 10:23:15,885 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/jso n', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8eb14fa-d876-4e4f-94de-a971a4ae26f1', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8eb14fa-d876-4e4f-94de-a971a4ae26f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7'} Body: b'{"volume": {"id": "f3c2b562-ab06-48df-ace7-e79d9ac958b7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:15.000000", "updated_at": "2025-07-31T10:23:15.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1728708213", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7"}], "user_id": "195fa5c602804cefb92dc9b49ef84ba4", "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": "1a9de7327a1d46aba3726befa6e19357"}}' 2025-07-31 10:23:15,937 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7 0.038s 2025-07-31 10:23:15,938 98118 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': 'Thu, 31 Jul 2025 10:23:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4a844fe-4ec4-4334-be65-2289fe048318', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4a844fe-4ec4-4334-be65-2289fe048318', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7'} Body: b'{"volume": {"id": "f3c2b562-ab06-48df-ace7-e79d9ac958b7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:15.000000", "updated_at": "2025-07-31T10:23:15.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1728708213", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7"}], "user_id": "195fa5c602804cefb92dc9b49ef84ba4", "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": "1a9de7327a1d46aba3726befa6e19357"}}' 2025-07-31 10:23:16,052 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7 0.101s 2025-07-31 10:23:16,053 98118 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': 'Thu, 31 Jul 2025 10:23:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-v ersion': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa233773-2907-49bd-81ab-387229128cac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7'} Body: b'' 2025-07-31 10:23:16,078 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7 0.024s 2025-07-31 10:23:16,078 98118 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': 'Thu, 31 Jul 2025 10:23:16 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-97b8b3a2-b50e-498f-9bf2-72eedfb6c9f8', 'x-openstack-request-id': 'req-97b8b3a2-b50e-498f-9bf2-72eedfb6c9f8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f3c2b562-ab06-48df-ace7-e79d9ac958b7 could not be found."}}' {5} 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f4b645cc-495b-4bc5-83d5-bb41977aebb1 failed to build and is in ERROR status {5} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {5} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {4} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [142.850327s] ... 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ebe69005-418a-45ce-9e3c-94690dee1cc0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:15,967 98116 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:21:21,785 98116 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 5.816s 2025-07-31 10:21:21,785 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2078588732", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMPrLAr7loZMYfaX4+9yr+VJaFO0Ii3WsCKlFLyp6Up9VOQNBVQ0TV44pt4P+K4p41aGkETEQz+ATD2IAkgBRGYxf5Y4BikNYUQeoq5NxCoiL4lCTruVIvwIVuHc/QEMyw=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:15 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-dfde328d-c4a6-49a8-88f5-989a2e97a3db', 'x-compute-request-id': 'req-dfde328d-c4a6-49a8-88f5-989a2e97a3db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2078588732", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMPrLAr7loZMYfaX4+9yr+VJaFO0Ii3WsCKlFLyp6Up9VOQNBVQ0TV44pt4P+K4p41aGkETEQz+ATD2IAkgBRGYxf5Y4BikNYUQeoq5NxCoiL4lCTruVIvwIVuHc/QEMyw==", "fingerprint": "bc:f2:ab:5c:dd:9e:71:44:4a:fa:4b:2a:16:93:28:17", "user_id": "a8dfc4df7b5443e48b7051af9a566b96"}}' 2025-07-31 10:21:21,787 98116 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2078588732 created 2025-07-31 10:21:25,439 98116 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/networking/v2.0/security-groups 3.651s 2025-07-31 10:21:25,439 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1725471706", "description": "tempest-description--1664348025"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-4bca62db-923a-4488-89a4-a1efc389aa2e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5c2ca5b7-1720-4637-b0a0-c413ce89c8d2", "name": "tempest-securitygroup--1725471706", "stateful": true, "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "description": "tempest-description--1664348025", "shared": false, "security_group_rules": [{"id": "2a4dc39a-cf49-4a7d-a44e-d0181ea72f48", "project_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "security_group_id": "5c2ca5b7-1720-4637-b0a0-c413ce89c8d2", "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": 311, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:21:24Z", "updated_at": "2025-07-31T10:21:24Z", "revision_number": 0}, {"id": "c12a6a1f-b92b-4c0b-9e10-0eab14d4648a", "project_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "security_group_id": "5c2ca5b7-1720-4637-b0a0-c413ce89c8d2", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": nu ll, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 312, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:21:24Z", "updated_at": "2025-07-31T10:21:24Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:21:24Z", "updated_at": "2025-07-31T10:21:24Z", "revision_number": 1, "project_id": "ad14bcbb45c94db0b6738ad5dd05efb6"}}' 2025-07-31 10:21:26,893 98116 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.453s 2025-07-31 10:21:26,893 98116 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": "5c2ca5b7-1720-4637-b0a0-c413ce89c8d2", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8eb43fd5-495a-442f-b68e-b282b50f640a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "de6d4656-4e26-4a2b-b8ae-eb0f4793193c", "project_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "security_group_id": "5c2ca5b7-1720-4637-b0a0-c413ce89c8d2", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:21:26Z", "updated_at": "2025-07-31T10:21:26Z", "revision_number": 0}}' 2025-07-31 10:21:29,314 98116 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.420s 2025-07-31 10:21:29,314 98116 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": "5c2ca5b7-1720-4637-b0a0-c413ce89c8d2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ae681543-0b45-408b-9cb3-ac64b99da3dc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "97532335-f606-4652-9530-6e3ef38cc770", "project_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "security_group_id": "5c2ca5b7-1720-4637-b0a0-c413ce89c8d2", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:21:29Z", "updated_at": "2025-07-31T10:21:29Z", "revision_number": 0}}' 2025-07-31 10:21:29,315 98116 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1725471706 created 2025-07-31 10:21:31,511 98116 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/networking/v2.0/floatingips 2.195s 2025-07-31 10:21:31,511 98116 DEBUG [tempest.lib.common.rest_client] Reque st - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-e16709eb-0698-4007-94a4-22d814b42315', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a2d0342b-d710-49b1-a1d2-2098033a2ea7", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "floating_ip_address": "172.24.4.59", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:21:31Z", "updated_at": "2025-07-31T10:21:31Z", "revision_number": 0}}' 2025-07-31 10:21:31,511 98116 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a2d0342b-d710-49b1-a1d2-2098033a2ea7', 'tenant_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'floating_ip_address': '172.24.4.59', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:21:31Z', 'updated_at': '2025-07-31T10:21:31Z', 'revision_number': 0, 'ip': '172.24.4.59'} created 2025-07-31 10:21:31,605 98116 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.089s 2025-07-31 10:21:31,606 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2495', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-362357ec-fe1f-4915-baa7-2bdc2dadc1ea', '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": "a8dfc4df7b5443e48b7051af9a566b96", "name": "tempest-VolumesAdminNegativeTest-381398493-project-member", "password_expires_at": null}, "audit_ids": ["Iu1vLgpfR8e76VS_mE8w_A"], "expires_at": "2025-07-31T11:21:31.000000Z", "issued_at": "2025-07-31T10:21:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad14bcbb45c94db0b6738ad5dd05efb6", "name": "tempest-VolumesAdminNegativeTest-381398493"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "R egionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ad14bcbb45c94db0b6738ad5dd05efb6", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:21:31,606 98116 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'd0b8bbbf-be59-487b-bb22-a78de6c3ecaf', 'name': 'tempest-VolumesAdminNegativeTest-904843947-network', 'tenant_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33314, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:20:31Z', 'updated_at': '2025-07-31T10:20:31Z', 'revision_number': 1} available for tenant 2025-07-31 10:21:31,607 98116 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2078588732', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMPrLAr7loZMYfaX4+9yr+VJaFO0Ii3WsCKlFLyp6Up9VOQNBVQ0TV44pt4P+K4p41aGkETEQz+ATD2IAkgBRGYxf5Y4BikNYUQeoq5NxCoiL4lCTruVIvwIVuHc/QEMyw==', 'fingerprint': 'bc:f2:ab:5c:dd:9e:71:44:4a:fa:4b:2a:16:93:28:17', 'user_id': 'a8dfc4df7b5443e48b7051af9a566b96', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA+u92YGMQYl3g1ACatbo0jhtDaUuhUgfTQbonR3dE3cwqCb9YEs2pl\nNMn+nqzvRF2gBwYFK4EEACKhZANiAATD6ywK+5aGTGH2l+Pvcq/lSWhTtCIt1rAi\npRS8qelKfVTkDQVUNE1eOKbeD/iuKeNWhpBExEM/gEw9iAJIAURmMX+WOAYpDWFE\nHqKuTcQqIi+JQk67lSL8CFbh3P0BDMs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5c2ca5b7-1720-4637-b0a0-c413ce89c8d2', 'name': 'tempest-securitygroup--1725471706', 'stateful': True, 'tenant_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'description': 'tempest-description--1664348025', 'shared': False, 'security_group_rules': [{'id': '2a4dc39a-cf49-4a7d-a44e-d0181ea72f48', 'project_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'tenant_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'security_group_id': '5c2ca5b7-1720-4637-b0a0-c413ce89c8d2', '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': 311, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:21:24Z', 'updated_at': '2025-07-31T10:21:24Z', 'revision_number': 0}, {'id': 'c12a6a1f-b92b-4c0b-9e10-0eab14d4648a', 'project_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'tenant_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'security_group_id': '5c2ca5b7-1720-4637-b0a0-c413ce89c8d2', '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': 312, 'belongs_to_default_sg': False, 'descripti on': None, 'tags': [], 'created_at': '2025-07-31T10:21:24Z', 'updated_at': '2025-07-31T10:21:24Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:21:24Z', 'updated_at': '2025-07-31T10:21:24Z', 'revision_number': 1, 'project_id': 'ad14bcbb45c94db0b6738ad5dd05efb6'}, 'floating_ip': {'id': 'a2d0342b-d710-49b1-a1d2-2098033a2ea7', 'tenant_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'floating_ip_address': '172.24.4.59', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:21:31Z', 'updated_at': '2025-07-31T10:21:31Z', 'revision_number': 0, 'ip': '172.24.4.59'}} 2025-07-31 10:21:43,325 98116 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 11.717s 2025-07-31 10:21:43,325 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-306418097", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "d0b8bbbf-be59-487b-bb22-a78de6c3ecaf"}], "security_groups": [{"name": "tempest-securitygroup--1725471706"}], "key_name": "tempest-keypair-2078588732", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18e6a396-c3b2-4a2e-a399-2cdc1b7c8690', 'x-compute-request-id': 'req-18e6a396-c3b2-4a2e-a399-2cdc1b7c8690', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0cea2fa5-4146-46bc-b665-87144ddd9a73", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1725471706"}], "adminPass": "J8b4CvKYmC6q"}}' 2025-07-31 10:21:45,000 98116 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/0cea2fa5-4146-46bc-b665-87144ddd9a73 1.672s 2025-07-31 10:21:45,001 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48034762-5886-4390-8312-dedca947982d', 'x-compute-request-id': 'req-48034762-5886-4390-8312-dedca947982d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73'} Body: b'{"server": {"id": "0cea2fa5-4146-46bc-b665-87144ddd9a73", "name": "tempest-VolumesAdminNegativeTest-server-306418097", "status": "BUILD", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "metadata": {}, "host Id": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:43Z", "updated": "2025-07-31T10:21:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2078588732", "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": []}}' 2025-07-31 10:22:35,562 98116 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/0cea2fa5-4146-46bc-b665-87144ddd9a73 0.498s 2025-07-31 10:22:35,562 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5f28a1f-9227-4a42-9d24-da34287d568d', 'x-compute-request-id': 'req-f5f28a1f-9227-4a42-9d24-da34287d568d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73'} Body: b'{"server": {"id": "0cea2fa5-4146-46bc-b665-87144ddd9a73", "name": "tempest-VolumesAdminNegativeTest-server-306418097", "status": "ACTIVE", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "metadata": {}, "hostId": "bb75f767f11b28b48cdd2312dd5797d88471c188cb55b3d6c805df90", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:43Z", "updated": "2025-07-31T10:22:21Z", "addresses": {"tempest-VolumesAdminNegativeTest-904843947-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:9b:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2078588732", "OS-SRV-USG:launched_at": "2025-07-31T10:22:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1725471706"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:22:35,578 98116 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:23:35,845 98116 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/0cea2fa5-4146-46bc-b665-87144ddd9a73/os-interface 0.225s 2025-07-31 10:23:35,846 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conte nt-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23: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-3fbdf2a3-2842-4b3e-8379-f3c212799ca3', 'x-compute-request-id': 'req-3fbdf2a3-2842-4b3e-8379-f3c212799ca3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d0b8bbbf-be59-487b-bb22-a78de6c3ecaf", "port_id": "3c0fac81-9dda-46f0-ad95-12101c03d5f7", "mac_addr": "fa:16:3e:e4:9b:26", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "564a7e4f-0b11-4ba8-b41e-6a8a2752b45e", "ip_address": "10.0.0.8"}]}]}' 2025-07-31 10:23:37,310 98116 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/a2d0342b-d710-49b1-a1d2-2098033a2ea7 1.460s 2025-07-31 10:23:37,311 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "3c0fac81-9dda-46f0-ad95-12101c03d5f7"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-1ef78e81-9ffb-4dc4-a484-574109b4f44b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/a2d0342b-d710-49b1-a1d2-2098033a2ea7'} Body: b'{"floatingip": {"id": "a2d0342b-d710-49b1-a1d2-2098033a2ea7", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "floating_ip_address": "172.24.4.59", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "46d3f8b0-4345-43e5-941f-67b4be123558", "port_id": "3c0fac81-9dda-46f0-ad95-12101c03d5f7", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d0b8bbbf-be59-487b-bb22-a78de6c3ecaf", "mac_address": "fa:16:3e:e4:9b:26", "admin_state_up": true, "status": "ACTIVE", "device_id": "0cea2fa5-4146-46bc-b665-87144ddd9a73", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:21:31Z", "updated_at": "2025-07-31T10:23:36Z", "revision_number": 1, "project_id": "ad14bcbb45c94db0b6738ad5dd05efb6"}}' 2025-07-31 10:23:37,313 98116 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.59:22' as 'cirros' with public key authentication 2025-07-31 10:23:37,337 98116 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:23:37,454 98116 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:23:37,454 98116 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.59 successfully created 2025-07-31 10:23:37,677 98116 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/volumes 0.221s 2025-07-31 10:23:37,677 98116 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-1380254667"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8972231a-3f3d-4362-854a-142cd7d64b8f', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8972 231a-3f3d-4362-854a-142cd7d64b8f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ebe69005-418a-45ce-9e3c-94690dee1cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:37.610085", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1380254667", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0"}], "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:23:37,740 98116 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/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0 0.050s 2025-07-31 10:23:37,740 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b315b0b2-b449-4e02-a8bb-ff7f8bdfa839', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b315b0b2-b449-4e02-a8bb-ff7f8bdfa839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0'} Body: b'{"volume": {"id": "ebe69005-418a-45ce-9e3c-94690dee1cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:38.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1380254667", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0"}], "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6"}}' 2025-07-31 10:23:38,801 98116 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/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0 0.046s 2025-07-31 10:23:38,802 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee9dce2e-a5a5-40e0-af24-113c8ab31c3f', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee9dce2e-a5a5-40e0-af24-113c8ab31c3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0'} Body: b'{"volume": {"id": "ebe69005-418a-45ce-9e3c-94690dee1cc0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:38.000000", "updated_at": "2025-07-31T10:23:38.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1380254667", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{ "rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0"}], "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6"}}' {0} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [194.321992s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 116, in test_attach_scsi_disk_with_config_drive volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:18,756 98108 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/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.058s 2025-07-31 10:21:18,757 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-82d3c4cb-4262-4eba-8286-9feaf6a150fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:21:19,830 98108 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.027s 2025-07-31 10:21:19,831 98108 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': 'Thu, 31 Jul 2025 10:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-aaf1ccc7-80d1-4ecb-ac2e-b591777e8edd', '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": "49097842ec964816aeed480554ff1f4b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "0ccfd497-0283-4a24-b930-fa61ba4ef7a0", "created_at": "2025-07-31T10:21:20Z", "updated_at": "2025-07-31T10:21:20Z", "tags": [], "self": "/v2/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0", "file": "/v2/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:21:21,425 98108 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/0ccfd497-0283-4a24-b930-fa61ba4ef7a0/file 1.594s 2025-07-31 10:21:21,426 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-506b4b5a-ee04-4536-a17e-2dccea3b4ecd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0/file'} Body: b'' 2025-07-31 10:21:21,426 98108 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:21:21,427 98108 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:21:24,954 98108 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 3.526s 2025-07-31 10:21:24,954 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1340319315", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCyuHBbV/vF7VLPJOnlDEb3c1uWbzY2ONATRg+KpmDvIJuoKcZEXoN8ZE8OTWs68IDuxe4fNIy+90WVgrFy39oZXHdBTthhNhV+GZ7mk1dNLs4Ll+vsiHg0LUV1qpKYA6A=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21: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-1aeab67e-0057-4a8e-86a0-0b17fdaca70a', 'x-compute-request-id': 'req-1aeab67e-0057-4a8e-86a0-0b17fdaca70a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1340319315", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCyuHBbV/vF7VLPJOnlDEb3c1uWbzY2ONATRg+KpmDvIJuoKcZEXoN8ZE8OTWs68IDuxe4fNIy+90WVgrFy39oZXHdBTthhNhV+GZ7mk1dNLs4Ll+vsiHg0LUV1qpKYA6A==", "fingerprint": "12:6d:85:fe:96:2d:d3:cd:2d:e0:d3:cc:7e:4a:6f:64", "user_id": "3455137858064aed971c893189ffbdbb"}}' 2025-07-31 10:21:24,956 98108 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1340319315 created 2025-07-31 10:21:26,400 98108 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 1.443s 2025-07-31 10:21:26,401 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--248386238", "description": "tempest-description--287413971"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-bf92cec7-43c8-4f76-a25b-166357cd877e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "134fef8e-8682-4b7f-a06a-e316a892df04", "name": "tempest-securitygroup--248386238", "stateful": true, "tenant_id": "00ce377a05e2454881553c86e6de1987", "description": "tempest-description--287413971", "shared": false, "security_group_rules": [{"id": "610ec8b0-6b63-4586-84b6-59127661b883", "project_id": "00ce377a05e2454881553c86e6de1987", "tenant_id": "00ce377a05e2454881553c86e6de1987", "security_group_id": "134fef8e-8682-4b7f-a06a-e316a892df04", "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": 315, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:21:26Z", "updated_at": "2025-07-31T10:21:26Z", "revision_number": 0}, {"id": "e1a8a340-821a-48af-a272-4ad097aa5335", "project_id": "00ce377a05e2454881553c86e6de1987", "tenant_id": "00ce377a05e2454881553c86e6de1987", "security_group_id": "134fef8e-8682-4b7f-a06a-e316a892df04", "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": 316, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:21:26Z", "updated_at": "2025-07-31T10:21:26Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:21:26Z", "updated_at": "2025-07-31T10:21:26Z", "revision_number": 1, "project_id": "00ce377a05e2454881553c86e6de1987"}}' 2025-07-31 10:21:28,271 98108 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.870s 2025-07-31 10:21:28,271 98108 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": "134fef8e-8682-4b7f-a06a-e316a892df04", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-ece5af92-05bb-4542-b299-214686db1ca7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ba7e0c9e-69bf-4e85-8b77-fa41d38808e4", "project_id": "00ce377a05e2454881553c86e6de1987", "tenant_id": "00ce377a05e2454881553c86e6de1987", "security_group_id": "134fef8e-8682-4b7f-a06a-e316a892df04", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:21:27Z", "updated_at": "2025-07-31T10:21:27Z", "revision_number": 0}}' 2025-07-31 10:21:30,397 98108 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.125s 2025-07-31 10:21:30,397 98108 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": "134fef8e-8682-4b7f-a06a-e316a892df04", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-74683b50-02cc-48f3-966d-a19bb0d2d04a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ef11642b-7462-4346-abe2-23f7cbf68960", "project_id": "00ce377a05e2454881553c86e6de1987", "tenant_id": "00ce377a05e2454881553c86e6de1987", "security_group_id": "134fef8e-8682-4b7f-a06a-e316a892df04", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:21:30Z", "updated_at": "2025-07-31T10:21:30Z", "revision_number": 0}}' 2025-07-31 10:21:30,398 98108 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--248386238 created 2025-07-31 10:21:32,637 9 8108 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 2.239s 2025-07-31 10:21:32,637 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-249005dd-9421-4431-a918-9e3126bdfb46', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5c67c4e0-ad48-48c9-93ac-9159a129fe8a", "tenant_id": "00ce377a05e2454881553c86e6de1987", "floating_ip_address": "172.24.4.122", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "00ce377a05e2454881553c86e6de1987", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:21:32Z", "updated_at": "2025-07-31T10:21:32Z", "revision_number": 0}}' 2025-07-31 10:21:32,638 98108 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5c67c4e0-ad48-48c9-93ac-9159a129fe8a', 'tenant_id': '00ce377a05e2454881553c86e6de1987', 'floating_ip_address': '172.24.4.122', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '00ce377a05e2454881553c86e6de1987', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:21:32Z', 'updated_at': '2025-07-31T10:21:32Z', 'revision_number': 0, 'ip': '172.24.4.122'} created 2025-07-31 10:21:32,723 98108 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.081s 2025-07-31 10:21:32,723 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6c441a47-826d-4c7a-bbb9-8ac29666f9e2', '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": "3455137858064aed971c893189ffbdbb", "name": "tempest-AttachSCSIVolumeTestJSON-1806834073-project-member", "password_expires_at": null}, "audit_ids": ["5iGdPbxARlGBLBOal_-sfw"], "expires_at": "2025-07-31T11:21:32.000000Z", "issued_at": "2025-07-31T10:21:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00ce377a05e2454881553c86e6de1987", "name": "tempest-AttachSCSIVolumeTestJSON-1806834073"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/ networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/00ce377a05e2454881553c86e6de1987", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:21:32,724 98108 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '44c2d065-338c-43cb-a4ae-0a3a0ee74928', 'name': 'tempest-AttachSCSIVolumeTestJSON-1099414719-network', 'tenant_id': '00ce377a05e2454881553c86e6de1987', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '00ce377a05e2454881553c86e6de1987', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 36250, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:20:31Z', 'updated_at': '2025-07-31T10:20:31Z', 'revision_number': 1} available for tenant 2025-07-31 10:21:32,724 98108 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1340319315', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCyuHBbV/vF7VLPJOnlDEb3c1uWbzY2ONATRg+KpmDvIJuoKcZEXoN8ZE8OTWs68IDuxe4fNIy+90WVgrFy39oZXHdBTthhNhV+GZ7mk1dNLs4Ll+vsiHg0LUV1qpKYA6A==', 'fingerprint': '12:6d:85:fe:96:2d:d3:cd:2d:e0:d3:cc:7e:4a:6f:64', 'user_id': '3455137858064aed971c893189ffbdbb', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBgD3VYcvRziC+5UOCeaHod7LTI1nJ9hhjZuJyxjmtJZvunLndUCy02\nKUvKFgf2i5WgBwYFK4EEACKhZANiAAQsrhwW1f7xe1SzyTp5QxG93Nblm82NjjQE\n0YPiqZg7yCbqCnGRF6DfGRPDk1rOvCA7sXuHzSMvvdFlYKxct/aGVx3QU7YYTYVf\nhme5pNXTS7OC5fr7Ih4NC1FdaqSmAOg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '134fef8e-8682-4b7f-a06a-e316a892df04', 'name': 'tempest-securitygroup--248386238', 'stateful': True, 'tenant_id': '00ce377a05e2454881553c86e6de1987', 'description': 'tempest-description--287413971', 'shared': False, 'security_group_rules': [{'id': '610ec8b0-6b63-4586-84b6-59127661b883', 'project_id': '00ce377a05e2454881553c86e6de1987', 'tenant_id': '00ce377a05e2454881553c86e6de1987', 'security_group_id': '134fef8e-8682-4b7f-a06a-e316a892df04', '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': 315, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:21:26Z', 'updated_at': '2025-07-31T10:21:26Z', 'revision_number': 0}, {'id': 'e1a8a340-821a-48af-a272-4ad097aa5335', 'project_id': '00ce377a05e2454881553c86e6de1987', 'tenant_id': '00ce377a05e2454881553c86e6de1987', 'security_group_id': '134fef8e-8682-4b7f-a06a-e316a892df04', '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': 316, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:21:26Z', 'updated_at': '2025-07-31T10:21:26Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:21:26Z', 'updated_at': '2025-07-31T10:21:26Z', 'revision_number': 1, 'project_id': '00ce377a05e2454881553c86e6de1987'}, 'floating_ip': {'id': '5c67c4e0-ad48-48c9-93ac-9159a129fe8a', 'tenant_id': '00ce377a05e2454881553c86e6de1987', 'floating_ip_address': '172.24.4.122', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '00ce377a05e2454881553c86e6de1987', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:21:32Z', 'updated_at': '2025-07-31T10:21:32Z', 'revision_number': 0, 'ip': '172.24.4.122'}} 2025-07-31 10:21:45,343 98108 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 12.618s 2025-07-31 10:21:45,344 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1866101167", "imageRef": "0ccfd497-0283-4a24-b930-fa61ba4ef7a0", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "44c2d065-338c-43cb-a4ae-0a3a0ee74928"}], "security_groups": [{"name": "tempest-securitygroup--248386238"}], "key_name": "tempest-keypair-1340319315", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4ff14e9-c07c-4e3d-b575-60e300372fb5', 'x-compute-request-id': 'req-c4ff14e9-c07c-4e3d-b575-60e300372fb5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--248386238"}], "adminPass": "uLqTtpKZ5B9B"}}' 2025-07-31 10:21:46,469 98108 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/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573 1.121s 2025-07-31 10:21:46,469 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64a7d5de-8f81-492c-99c3-fa32bed7f5cb', 'x-compute-request-id': 'req-64a7d5de-8f81-492c-99c3-fa32bed7f5cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573'} Body: b'{"server": {"id": "6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573", "name": "tempest-Att achSCSIVolumeTestJSON-server-1866101167", "status": "BUILD", "tenant_id": "00ce377a05e2454881553c86e6de1987", "user_id": "3455137858064aed971c893189ffbdbb", "metadata": {}, "hostId": "", "image": {"id": "0ccfd497-0283-4a24-b930-fa61ba4ef7a0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:45Z", "updated": "2025-07-31T10:21:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1340319315", "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": []}}' 2025-07-31 10:22:36,915 98108 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/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573 0.367s 2025-07-31 10:22:36,916 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1548', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bec50a58-0784-4dda-88c0-ee25d471f3ca', 'x-compute-request-id': 'req-bec50a58-0784-4dda-88c0-ee25d471f3ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573'} Body: b'{"server": {"id": "6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573", "name": "tempest-AttachSCSIVolumeTestJSON-server-1866101167", "status": "ACTIVE", "tenant_id": "00ce377a05e2454881553c86e6de1987", "user_id": "3455137858064aed971c893189ffbdbb", "metadata": {}, "hostId": "df782ac57c91f375dac0f50c9d0a7ca68bb85d2a873f2230c97d013c", "image": {"id": "0ccfd497-0283-4a24-b930-fa61ba4ef7a0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:45Z", "updated": "2025-07-31T10:22:20Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1099414719-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:19:e3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1340319315", "OS-SRV-USG:launched_at": "2025-07-31T10:22:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--248386238"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:22:36,931 98108 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:23:37,188 98108 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/6c1c6a3 a-9c0d-4f7e-8a5d-68caa660b573/os-interface 0.195s 2025-07-31 10:23:37,189 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:36 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-49df7add-58a8-45aa-b36a-bd04edbd65e6', 'x-compute-request-id': 'req-49df7add-58a8-45aa-b36a-bd04edbd65e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "44c2d065-338c-43cb-a4ae-0a3a0ee74928", "port_id": "6d4f82e1-bda4-4dfb-a8b1-62eb7aa99372", "mac_addr": "fa:16:3e:93:19:e3", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5cee57d4-9a99-4f71-9219-afb539ceff9b", "ip_address": "10.0.0.13"}]}]}' 2025-07-31 10:23:39,414 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/5c67c4e0-ad48-48c9-93ac-9159a129fe8a 2.220s 2025-07-31 10:23:39,415 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "6d4f82e1-bda4-4dfb-a8b1-62eb7aa99372"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-2e528d2d-d7d3-4e79-84cc-3805eadc9914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/5c67c4e0-ad48-48c9-93ac-9159a129fe8a'} Body: b'{"floatingip": {"id": "5c67c4e0-ad48-48c9-93ac-9159a129fe8a", "tenant_id": "00ce377a05e2454881553c86e6de1987", "floating_ip_address": "172.24.4.122", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "6559e66e-9b6e-4e62-937f-e354345d1f3f", "port_id": "6d4f82e1-bda4-4dfb-a8b1-62eb7aa99372", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "44c2d065-338c-43cb-a4ae-0a3a0ee74928", "mac_address": "fa:16:3e:93:19:e3", "admin_state_up": true, "status": "ACTIVE", "device_id": "6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:21:32Z", "updated_at": "2025-07-31T10:23:37Z", "revision_number": 1, "project_id": "00ce377a05e2454881553c86e6de1987"}}' 2025-07-31 10:23:39,417 98108 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.122:22' as 'cirros' with public key authentication 2025-07-31 10:23:39,432 98108 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:23:39,537 98108 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:23:39,537 98108 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.122 successfully created 2025-07-31 10:23:39,835 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/volumes 0.296s 2025-07-31 10:23:39,835 98108 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-259646898"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42fdd6b6-9484-4deb-b68f-d0a7f183259d', 'content-length': '7 55', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42fdd6b6-9484-4deb-b68f-d0a7f183259d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:39.758221", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-259646898", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0"}], "user_id": "3455137858064aed971c893189ffbdbb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:23:39,896 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0 0.039s 2025-07-31 10:23:39,896 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f3d4b48-5e93-4151-8163-169ae224d776', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f3d4b48-5e93-4151-8163-169ae224d776', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0'} Body: b'{"volume": {"id": "a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:40.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-259646898", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0"}], "user_id": "3455137858064aed971c893189ffbdbb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00ce377a05e2454881553c86e6de1987"}}' 2025-07-31 10:23:41,058 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0 0.061s 2025-07-31 10:23:41,059 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a1fb33c-619a-413c-aeb0-badeeeade79a', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a1fb33c-619a-413c-aeb0-badeeeade79a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0'} Body: b'{"volume": {"id": "a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:40.000000", "updated_at": "2025-07-31T10:23:40.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-259646898", "description": null, "volume_type": "joviandss-2", " snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0"}], "user_id": "3455137858064aed971c893189ffbdbb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00ce377a05e2454881553c86e6de1987"}}' 2025-07-31 10:23:41,638 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573 0.556s 2025-07-31 10:23:41,639 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:41 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-c31bbc54-ac18-4903-ac75-c8b5ed7c9d85', 'x-compute-request-id': 'req-c31bbc54-ac18-4903-ac75-c8b5ed7c9d85', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573'} Body: b'' 2025-07-31 10:23:41,941 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573 0.301s 2025-07-31 10:23:41,941 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a6edc6a-3a5e-4080-8422-06783531b442', 'x-compute-request-id': 'req-4a6edc6a-3a5e-4080-8422-06783531b442', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573'} Body: b'{"server": {"id": "6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573", "name": "tempest-AttachSCSIVolumeTestJSON-server-1866101167", "status": "ACTIVE", "tenant_id": "00ce377a05e2454881553c86e6de1987", "user_id": "3455137858064aed971c893189ffbdbb", "metadata": {}, "hostId": "df782ac57c91f375dac0f50c9d0a7ca68bb85d2a873f2230c97d013c", "image": {"id": "0ccfd497-0283-4a24-b930-fa61ba4ef7a0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:45Z", "updated": "2025-07-31T10:23:41Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1099414719-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:19:e3"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:19:e3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1340319315", "OS-SRV-USG:launched_at": "2025-07-31T10:22:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--248386238"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:24:32,049 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573 0.039s 2025-07-31 10:24:32,049 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-50dcc7c0-a550-41f2-81d6-9b8a287c4549', 'x-compute-request-id': 'req-50dcc7c0-a550-41f2-81d6-9b8a287c4549', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573 could not be found."}}' 2025-07-31 10:24:32,136 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1340319315 0.085s 2025-07-31 10:24:32,137 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:32 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-a928a88b-a75f-49ee-b640-dbde622f541b', 'x-compute-request-id': 'req-a928a88b-a75f-49ee-b640-dbde622f541b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1340319315'} Body: b'' 2025-07-31 10:24:32,317 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/134fef8e-8682-4b7f-a06a-e316a892df04 0.179s 2025-07-31 10:24:32,317 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-55d573e1-a9fe-4676-9ef9-50b26d863401', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/134fef8e-8682-4b7f-a06a-e316a892df04'} Body: b'' 2025-07-31 10:24:32,338 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/134fef8e-8682-4b7f-a06a-e316a892df04 0.020s 2025-07-31 10:24:32,338 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-df825690-c12b-4c1f-a27d-f3caf593bf87', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/134fef8e-8682-4b7f-a06a-e316a892df04'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 134fef8e-8682-4b7f-a06a-e316a892df04 does not exist", "detail": ""}}' 2025-07-31 10:24:32,747 98108 INFO [tempest.lib.common.rest_client] Req uest (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/5c67c4e0-ad48-48c9-93ac-9159a129fe8a 0.407s 2025-07-31 10:24:32,747 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-4859a300-885b-4153-b8aa-69f6501e9832', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/5c67c4e0-ad48-48c9-93ac-9159a129fe8a'} Body: b'' 2025-07-31 10:24:32,998 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0 0.249s 2025-07-31 10:24:32,998 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-23aedbf9-e3dd-4ee0-b1f9-4d3806f034a8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0'} Body: b'' 2025-07-31 10:24:33,018 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0 0.018s 2025-07-31 10:24:33,018 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7569e2df-53b6-443b-8dbf-e03e95ff649e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0'} Body: b'{"message": "No image found with ID 0ccfd497-0283-4a24-b930-fa61ba4ef7a0

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {9} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [178.462618s] ... 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 37c0f6a3-de95-4a54-a862-ffb3578dbca0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:22:00,580 98126 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:22:00,580 98126 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:22:00,952 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.370s 2025-07-31 10:22:00,952 98126 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-1733452117", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGTCiPHeDT4HhffoUkOmmLkRQx9jcy27mS0eOu3bdkD4l1z4AHBr0JAcbBIcBkPpDWrbwcRWkn+TqCzRuGU0Re6IfNKqKsBDrWMDrDIhAEAKmgpizMbM+ghesZr3UAGo6g=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:00 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-f7681a6c-26a9-480d-8d1b-a09be4b32438', 'x-compute-request-id': 'req-f7681a6c-26a9-480d-8d1b-a09be4b32438', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1733452117", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGTCiPHeDT4HhffoUkOmmLkRQx9jcy27mS0eOu3bdkD4l1z4AHBr0JAcbBIcBkPpDWrbwcRWkn+TqCzRuGU0Re6IfNKqKsBDrWMDrDIhAEAKmgpizMbM+ghesZr3UAGo6g==", "fingerprint": "6b:0d:c5:6b:ad:d7:37:6f:51:5c:cb:21:fb:7a:5f:31", "user_id": "cf12220927284637a0bf0a062c316346"}}' 2025-07-31 10:22:00,955 98126 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1733452117 created 2025-07-31 10:22:02,594 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 1.638s 2025-07-31 10:22:02,594 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--111574694", "description": "tempest-description--113900757"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-016f55a8-066c-4f91-bc0e-fad2a888245f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "29eb4eef-6278-4323-8049-cdbb5c0893a1", "name": "tempest-securitygroup--111574694", "stateful": true, "tenant_id": "960389194ac4448f985229325e1df049", "description": "tempest-description--113900757", "shared": false, "security_group_rules": [{"id": "77305061-50c4-4f41-b173-b9de76b6efca", "project_id": "960389194ac4448f985229325e1df049", "tenant_id": "960389194ac4448f985229325e1df049", "security_group_id": "29eb4eef-6278-4323-8049-cdbb5c0893a1", "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": 421, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:22:02Z", "updated_at": "2025-07-31T10:22:02Z", "revision_number": 0}, {"id": "b0939aab-fa96-43d0-8184-00fab46d1716", "project_id": "960389194ac4448f985229325e1df049", "tenant_id": "960389194ac4448f985229325e1df049", "security_group_id": "29eb4eef-6278-4323-8049-cdbb5c0893a1", "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": 422, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:22:02Z", "updated_at": "2025-07-31T10:22:02Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:22:02Z", "updated_at": "2025-07-31T10:22:02Z", "revision_number": 1, "project_id": "960389194ac4448f985229325e1df049"}}' 2025-07-31 10:22:04,212 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.617s 2025-07-31 10:22:04,212 98126 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": "29eb4eef-6278-4323-8049-cdbb5c0893a1", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-b980efa7-1f09-4e88-b15b-71482db48646', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0558cb42-8584-4233-9083-19e4104a6ab3", "project_id": "960389194ac4448f985229325e1df049", "tenant_id": "960389194ac4448f985229325e1df049", "security_group_id": "29eb4eef-6278-4323-8049-cdbb5c0893a1", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:03Z", "updated_at": "2025-07-31T10:22:03Z", "revision_number": 0}}' 2025-07-31 10:22:06,533 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.320s 2025-07-31 10:22:06,533 98126 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": "29eb4eef-6278-4323-8049-cdbb5c0893a1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-0a97cf3a-2c6b-4aa7-b123-eac5fba1cb1b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7b461306-b10a-4628-877d-1c8fe61dd550", "project_id": "960389194ac4448f985229325e1df049", "tenant_id": "960389194ac4448f985229325e1df049", "security_group_id": "29eb4eef-6278-4323-8049-cdbb5c0893a1", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:06Z", "updated_at": "2025-07-31T10:22:06Z", "revision_number": 0}}' 2025-07-31 10:22:06,534 98126 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--111574694 created 2025-07-31 10:22:08,210 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.676s 2025-07-31 10:22:08,210 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'appl ication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-2212648b-0f74-49c9-8b57-e70a8acaf21d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fe5b99a1-cdae-4ea8-9c68-8a522fc4967f", "tenant_id": "960389194ac4448f985229325e1df049", "floating_ip_address": "172.24.4.70", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "960389194ac4448f985229325e1df049", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:22:07Z", "updated_at": "2025-07-31T10:22:07Z", "revision_number": 0}}' 2025-07-31 10:22:08,211 98126 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fe5b99a1-cdae-4ea8-9c68-8a522fc4967f', 'tenant_id': '960389194ac4448f985229325e1df049', 'floating_ip_address': '172.24.4.70', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '960389194ac4448f985229325e1df049', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:22:07Z', 'updated_at': '2025-07-31T10:22:07Z', 'revision_number': 0, 'ip': '172.24.4.70'} created 2025-07-31 10:22:08,356 98126 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.138s 2025-07-31 10:22:08,356 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2501', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8c4c5eaf-07bf-44b7-854e-558468e3d5d0', '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": "cf12220927284637a0bf0a062c316346", "name": "tempest-AttachVolumeShelveTestJSON-1057983871-project-member", "password_expires_at": null}, "audit_ids": ["97I2_aZPQj6fAjdKrkrLhQ"], "expires_at": "2025-07-31T11:22:08.000000Z", "issued_at": "2025-07-31T10:22:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "960389194ac4448f985229325e1df049", "name": "tempest-AttachVolumeShelveTestJSON-1057983871"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placem ent", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/960389194ac4448f985229325e1df049", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:22:08,357 98126 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '75785157-2908-494d-8f2f-ec4967c5c73b', 'name': 'tempest-AttachVolumeShelveTestJSON-887162735-network', 'tenant_id': '960389194ac4448f985229325e1df049', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '960389194ac4448f985229325e1df049', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26052, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:21:48Z', 'updated_at': '2025-07-31T10:21:48Z', 'revision_number': 1} available for tenant 2025-07-31 10:22:08,357 98126 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1733452117', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGTCiPHeDT4HhffoUkOmmLkRQx9jcy27mS0eOu3bdkD4l1z4AHBr0JAcbBIcBkPpDWrbwcRWkn+TqCzRuGU0Re6IfNKqKsBDrWMDrDIhAEAKmgpizMbM+ghesZr3UAGo6g==', 'fingerprint': '6b:0d:c5:6b:ad:d7:37:6f:51:5c:cb:21:fb:7a:5f:31', 'user_id': 'cf12220927284637a0bf0a062c316346', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBK7chcJOZG7KnOIXv9RpnrGpeQ1G/984XlHhNpiEbwXnO/1IBfs9wB\nPDuc6i4ZKJCgBwYFK4EEACKhZANiAARkwojx3g0+B4X36FJDppi5EUMfY3Mtu5kt\nHjrt23ZA+Jdc+ABwa9CQHGwSHAZD6Q1q28HEVpJ/k6gs0bhlNEXuiHzSqirAQ61j\nA6wyIQBACpoKYszGzPoIXrGa91ABqOo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '29eb4eef-6278-4323-8049-cdbb5c0893a1', 'name': 'tempest-securitygroup--111574694', 'stateful': True, 'tenant_id': '960389194ac4448f985229325e1df049', 'description': 'tempest-description--113900757', 'shared': False, 'security_group_rules': [{'id': '77305061-50c4-4f41-b173-b9de76b6efca', 'project_id': '960389194ac4448f985229325e1df049', 'tenant_id': '960389194ac4448f985229325e1df049', 'security_group_id': '29eb4eef-6278-4323-8049-cdbb5c0893a1', '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': 421, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:22:02Z', 'updated_at': '2025-07-31T10:22:02Z', 'revision_number': 0}, {'id': 'b0939aab-fa96-43d0-8184-00fab46d1716', 'project_id': '960389194ac4448f985229325e1df049', 'tenant_id': '960389194ac4448f985229325e1df049', 'security_group_id': '29eb4eef-6278-4323-8049-cdbb5c0893a1', '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': 422, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '202 5-07-31T10:22:02Z', 'updated_at': '2025-07-31T10:22:02Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:22:02Z', 'updated_at': '2025-07-31T10:22:02Z', 'revision_number': 1, 'project_id': '960389194ac4448f985229325e1df049'}, 'floating_ip': {'id': 'fe5b99a1-cdae-4ea8-9c68-8a522fc4967f', 'tenant_id': '960389194ac4448f985229325e1df049', 'floating_ip_address': '172.24.4.70', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '960389194ac4448f985229325e1df049', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:22:07Z', 'updated_at': '2025-07-31T10:22:07Z', 'revision_number': 0, 'ip': '172.24.4.70'}} 2025-07-31 10:22:13,191 98126 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 4.833s 2025-07-31 10:22:13,192 98126 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-658335988", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "75785157-2908-494d-8f2f-ec4967c5c73b"}], "security_groups": [{"name": "tempest-securitygroup--111574694"}], "key_name": "tempest-keypair-1733452117", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095', '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-6ae84a07-15c4-4693-86dc-4171b38fdea0', 'x-compute-request-id': 'req-6ae84a07-15c4-4693-86dc-4171b38fdea0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b9f91d82-c0e6-4901-85c2-13074a8ef095", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--111574694"}], "adminPass": "password"}}' 2025-07-31 10:22:14,381 98126 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/b9f91d82-c0e6-4901-85c2-13074a8ef095 1.185s 2025-07-31 10:22:14,382 98126 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': 'Thu, 31 Jul 2025 10:22:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1273', '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-33700844-052b-4135-ae3c-b41272d10c6d', 'x-compute-request-id': 'req-33700844-052b-4135-ae3c-b41272d10c6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095'} Body: b'{"server": {"id": "b9f91d82-c0e6-4901-85c2-13074a8ef095", "name": "tempest-AttachVolumeShelveTestJSON-server-658335988", "status": "BUILD", "tenant_id": "960389194ac4448f985229325e1df049", "user_id": "cf12220927284637a 0bf0a062c316346", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:13Z", "updated": "2025-07-31T10:22:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1733452117", "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}}' 2025-07-31 10:23:05,257 98126 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/b9f91d82-c0e6-4901-85c2-13074a8ef095 0.840s 2025-07-31 10:23:05,257 98126 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': 'Thu, 31 Jul 2025 10:23:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1584', '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-2a3ea101-3c98-4a0f-92cf-db26f1b85932', 'x-compute-request-id': 'req-2a3ea101-3c98-4a0f-92cf-db26f1b85932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095'} Body: b'{"server": {"id": "b9f91d82-c0e6-4901-85c2-13074a8ef095", "name": "tempest-AttachVolumeShelveTestJSON-server-658335988", "status": "ACTIVE", "tenant_id": "960389194ac4448f985229325e1df049", "user_id": "cf12220927284637a0bf0a062c316346", "metadata": {}, "hostId": "64a37127bde86e5734ea21d3ce1b9faadd81f1e623493377d296ee32", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:13Z", "updated": "2025-07-31T10:22:39Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-887162735-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:4b:21"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1733452117", "OS-SRV-USG:launched_at": "2025-07-31T10:22:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--111574694"}], "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}}' 2025-07-31 10:23:05,275 98126 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-07-31 10:24:05,481 98126 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/b9f91d82-c0e6-4901-8 5c2-13074a8ef095/os-interface 0.163s 2025-07-31 10:24:05,482 98126 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': 'Thu, 31 Jul 2025 10:24:05 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-b2bdbde1-1a91-4e81-91d3-3f36086b27b4', 'x-compute-request-id': 'req-b2bdbde1-1a91-4e81-91d3-3f36086b27b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "75785157-2908-494d-8f2f-ec4967c5c73b", "port_id": "3ef7ccf3-b8e2-4a08-a074-ba1397860fc5", "mac_addr": "fa:16:3e:85:4b:21", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "0d347ec2-caab-4152-b98c-e89d39bbeed5", "ip_address": "10.0.0.10"}]}]}' 2025-07-31 10:24:06,419 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/fe5b99a1-cdae-4ea8-9c68-8a522fc4967f 0.933s 2025-07-31 10:24:06,419 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "3ef7ccf3-b8e2-4a08-a074-ba1397860fc5"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-fd6c3070-f242-421f-9a5e-5bf2cdc8a70c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/fe5b99a1-cdae-4ea8-9c68-8a522fc4967f'} Body: b'{"floatingip": {"id": "fe5b99a1-cdae-4ea8-9c68-8a522fc4967f", "tenant_id": "960389194ac4448f985229325e1df049", "floating_ip_address": "172.24.4.70", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "b783d813-4dc4-4308-9c47-f00a510ca9b4", "port_id": "3ef7ccf3-b8e2-4a08-a074-ba1397860fc5", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "75785157-2908-494d-8f2f-ec4967c5c73b", "mac_address": "fa:16:3e:85:4b:21", "admin_state_up": true, "status": "ACTIVE", "device_id": "b9f91d82-c0e6-4901-85c2-13074a8ef095", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:22:07Z", "updated_at": "2025-07-31T10:24:05Z", "revision_number": 1, "project_id": "960389194ac4448f985229325e1df049"}}' 2025-07-31 10:24:06,421 98126 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.70:22' as 'cirros' with public key authentication 2025-07-31 10:24:06,439 98126 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:24:06,545 98126 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:24:06,545 98126 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.70 successfully created 2025-07-31 10:24:06,591 98126 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/b9f91d82-c0e6-4901-85c2-13074a8ef095/ips 0.045s 2025-07-31 10:24:06,592 98126 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': 'Thu, 31 Jul 2025 10:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-version': 'co mpute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f7cd3dc-5164-4601-836c-08e92b2d08f6', 'x-compute-request-id': 'req-7f7cd3dc-5164-4601-836c-08e92b2d08f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-887162735-network": [{"version": 4, "addr": "10.0.0.10"}]}}' 2025-07-31 10:24:06,826 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/volumes 0.231s 2025-07-31 10:24:06,826 98126 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-1949375585"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a99fd828-f49c-4e91-80cd-ee9ea07b2c4b', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a99fd828-f49c-4e91-80cd-ee9ea07b2c4b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "37c0f6a3-de95-4a54-a862-ffb3578dbca0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:24:06.757933", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1949375585", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0"}], "user_id": "cf12220927284637a0bf0a062c316346", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:24:06,931 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0 0.092s 2025-07-31 10:24:06,931 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-615b341f-9d55-47e4-ac38-613cdb59d010', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-615b341f-9d55-47e4-ac38-613cdb59d010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0'} Body: b'{"volume": {"id": "37c0f6a3-de95-4a54-a862-ffb3578dbca0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:24:07.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1949375585", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0"}], "user_id": "cf12220927284637a0bf0a062c316346", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "960389194ac4448f985229325e1df049"}}' 2025-07-31 10:24:0 7,990 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0 0.043s 2025-07-31 10:24:07,990 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f85bfa11-562e-47f8-8e60-24f51a115940', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f85bfa11-562e-47f8-8e60-24f51a115940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0'} Body: b'{"volume": {"id": "37c0f6a3-de95-4a54-a862-ffb3578dbca0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:24:07.000000", "updated_at": "2025-07-31T10:24:07.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1949375585", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0"}], "user_id": "cf12220927284637a0bf0a062c316346", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "960389194ac4448f985229325e1df049"}}' 2025-07-31 10:24:08,179 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095 0.175s 2025-07-31 10:24:08,180 98126 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': 'Thu, 31 Jul 2025 10:24:08 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-a1311ddc-a52f-40a3-81e9-dfd931541e15', 'x-compute-request-id': 'req-a1311ddc-a52f-40a3-81e9-dfd931541e15', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095'} Body: b'' 2025-07-31 10:24:08,339 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095 0.159s 2025-07-31 10:24:08,340 98126 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': 'Thu, 31 Jul 2025 10:24:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1708', '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-c6c1c0e6-e966-4e7d-b2d9-41ef8e70e9e0', 'x-compute-request-id': 'req-c6c1c0e6-e966-4e7d-b2d9-41ef8e70e9e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095'} Body: b'{"server": {"id": "b9f91d82-c0e6-4901-85c2-13074a8ef095", "name": "tempest-AttachVolumeShelveTestJSON-server-658335988", "status": "ACTIVE", "tenant_id": "960389194ac4448f985229325e1df049", "user_id": "cf12220927284637a0bf0a062c316346", "metadata": {}, "hostId": "64a37127bde86e5734ea21d3ce1b9faadd81f1e623493377d296ee32", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:13Z", "updated": "2025-07-31T10:24:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-887162735-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:4b:21"}, {"version": 4, "addr": "172.24.4.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:4b:21"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1733452117", "OS-SRV-USG:launched_at": "2025-07-31T10:22:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--111574694"}], "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}}' 2025-07-31 10:24:58,426 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095 0.032s 2025-07-31 10:24:58,426 98126 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': 'Thu, 31 Jul 2025 10:24:58 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-6b9a1d51-11f6-4f7a-85d2-2dd56988842d', 'x-compute-request-id': 'req-6b9a1d51-11f6-4f7a-85d2-2dd56988842d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b9f91d82-c0e6-4901-85c2-13074a8ef095 could not be found."}}' 2025-07-31 10:24:58,464 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1733452117 0.036s 2025-07-31 10:24:58,464 98126 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': 'Thu, 31 Jul 2025 10:24: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-1041a637-6381-4b56-993b-1953821957eb', 'x-compute-request-id': 'req-1041a637-6381-4b56-993b-1953821957eb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1733452117'} Body: b'' 2025-07-31 10:24:58,641 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/29eb4eef-6278-4323-8049-cdbb5c0893a1 0.176s 2025-07-31 10:24:58,641 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Ac cept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-1348d70c-00a9-46d3-a7e6-c7ebc025fd12', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/29eb4eef-6278-4323-8049-cdbb5c0893a1'} Body: b'' 2025-07-31 10:24:58,661 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/29eb4eef-6278-4323-8049-cdbb5c0893a1 0.018s 2025-07-31 10:24:58,661 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-dd04daa3-be49-47b2-ae07-ae920b53ab80', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/29eb4eef-6278-4323-8049-cdbb5c0893a1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 29eb4eef-6278-4323-8049-cdbb5c0893a1 does not exist", "detail": ""}}' 2025-07-31 10:24:59,041 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/fe5b99a1-cdae-4ea8-9c68-8a522fc4967f 0.379s 2025-07-31 10:24:59,041 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-1f8a9665-eb86-4b3c-a300-23e1b2290fde', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/fe5b99a1-cdae-4ea8-9c68-8a522fc4967f'} Body: b'' {8} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [175.162771s] ... 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b20992cd-6afc-429b-b9f0-79697b394983 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:22:06,530 98124 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:22:06,530 98124 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:22:06,739 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.208s 2025-07-31 10:22:06,740 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-46906899", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOqvAawzBXogU6xXVXYSK40GQTusBGh7aVddtK+m9Br35KC7qA8HXUZQDsimf6QbLk81ZkPxh22p9bT3OCX3lyYocsxyQ2vbMrGjvwh79mABC8+idgQl29aJ0H1O+aUMew=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:06 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-f7d4028f-8806-4b90-ad0d-c249f21ad029', 'x-compute-request-id': 'req-f7d4028f-8806-4b90-ad0d-c249f21ad029', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-46906899", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOqvAawzBXogU6xXVXYSK40GQTusBGh7aVddtK+m9Br35KC7qA8HXUZQDsimf6QbLk81ZkPxh22p9bT3OCX3lyYocsxyQ2vbMrGjvwh79mABC8+idgQl29aJ0H1O+aUMew==", "fingerprint": "04:28:66:54:6b:9e:91:fd:b4:ac:24:22:1f:72:88:35", "user_id": "b1556457914d488da14fca85207dc034"}}' 2025-07-31 10:22:06,742 98124 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-46906899 created 2025-07-31 10:22:07,841 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 1.098s 2025-07-31 10:22:07,841 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2044024902", "description": "tempest-description--1133639154"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-ac3a2f49-29fb-4e8a-86bd-353f16bd9030', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "93117ec7-e3c7-450c-83f0-66bb0f9cc1da", "name": "tempest-securitygroup--2044024902", "stateful": true, "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "description": "tempest-description--1133639154", "shared": false, "security_group_rules": [{"id": "0390579e-35da-4082-86ab-b64eacae2697", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "93117ec7-e3c7-450c-83f0-66bb0f9cc1da", "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": 438, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:22:07Z", "updated_at": "2025-07-31T10:22:07Z", "revision_number": 0}, {"id": "ad6e5661-80f3-4f34-8c94-2ba44107fac4", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "93117ec7-e3c7-450c-83f0-66bb0f9cc1da", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_ra nge_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": 439, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:22:07Z", "updated_at": "2025-07-31T10:22:07Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:22:07Z", "updated_at": "2025-07-31T10:22:07Z", "revision_number": 1, "project_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:22:09,232 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.390s 2025-07-31 10:22:09,232 98124 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": "93117ec7-e3c7-450c-83f0-66bb0f9cc1da", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-248561a1-750b-4149-a54a-3e505d5d9827', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e4ffea31-ae90-4d5a-bc70-c05e14cd41ba", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "93117ec7-e3c7-450c-83f0-66bb0f9cc1da", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:09Z", "updated_at": "2025-07-31T10:22:09Z", "revision_number": 0}}' 2025-07-31 10:22:09,840 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.607s 2025-07-31 10:22:09,840 98124 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": "93117ec7-e3c7-450c-83f0-66bb0f9cc1da", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-eca087c1-a36d-4e08-8245-f1ced6f06f0a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "90f71e64-23b5-4ed2-afc6-a82de34b0740", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "93117ec7-e3c7-450c-83f0-66bb0f9cc1da", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:09Z", "updated_at": "2025-07-31T10:22:09Z", "revision_number": 0}}' 2025-07-31 10:22:09,840 98124 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2044024902 created 2025-07-31 10:22:14,601 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 4.760s 2025-07-31 10:22:14,601 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token ': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-2f483560-a2af-40af-8b5e-a6e8e10853cb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "73878b33-6e8e-49cc-961a-0296ba24ad09", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "floating_ip_address": "172.24.4.119", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:22:12Z", "updated_at": "2025-07-31T10:22:12Z", "revision_number": 0}}' 2025-07-31 10:22:14,601 98124 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '73878b33-6e8e-49cc-961a-0296ba24ad09', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'floating_ip_address': '172.24.4.119', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:22:12Z', 'updated_at': '2025-07-31T10:22:12Z', 'revision_number': 0, 'ip': '172.24.4.119'} created 2025-07-31 10:22:14,716 98124 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.108s 2025-07-31 10:22:14,716 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d7056927-f5f3-461e-9605-a90c20327694', '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": "b1556457914d488da14fca85207dc034", "name": "tempest-AttachVolumeNegativeTest-1263480940-project-member", "password_expires_at": null}, "audit_ids": ["8jLXew1ARDWCIJ_aPHq-jA"], "expires_at": "2025-07-31T11:22:14.000000Z", "issued_at": "2025-07-31T10:22:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a733e5c2a8243548182ba0afe2deb3f", "name": "tempest-AttachVolumeNegativeTest-1263480940"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ec dc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0a733e5c2a8243548182ba0afe2deb3f", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:22:14,717 98124 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'b878d227-3fc4-48e0-9505-283154a9f454', 'name': 'tempest-AttachVolumeNegativeTest-154168269-network', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 56236, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:21:51Z', 'updated_at': '2025-07-31T10:21:51Z', 'revision_number': 1} available for tenant 2025-07-31 10:22:14,718 98124 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-46906899', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOqvAawzBXogU6xXVXYSK40GQTusBGh7aVddtK+m9Br35KC7qA8HXUZQDsimf6QbLk81ZkPxh22p9bT3OCX3lyYocsxyQ2vbMrGjvwh79mABC8+idgQl29aJ0H1O+aUMew==', 'fingerprint': '04:28:66:54:6b:9e:91:fd:b4:ac:24:22:1f:72:88:35', 'user_id': 'b1556457914d488da14fca85207dc034', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCXufKO4zaH0py/AIOsAnHARSCDzLkIPFGopbxZKPLxvcalmAZCsq67\n1u0sx+6vCRWgBwYFK4EEACKhZANiAATqrwGsMwV6IFOsV1V2EiuNBkE7rARoe2lX\nXbSvpvQa9+Sgu6gPB11GUA7Ipn+kGy5PNWZD8YdtqfW09zgl95cmKHLMckNr2zKx\no78Ie/ZgAQvPonYEJdvWidB9TvmlDHs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '93117ec7-e3c7-450c-83f0-66bb0f9cc1da', 'name': 'tempest-securitygroup--2044024902', 'stateful': True, 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'description': 'tempest-description--1133639154', 'shared': False, 'security_group_rules': [{'id': '0390579e-35da-4082-86ab-b64eacae2697', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'security_group_id': '93117ec7-e3c7-450c-83f0-66bb0f9cc1da', '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': 438, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:22:07Z', 'updated_at': '2025-07-31T10:22:07Z', 'revision_number': 0}, {'id': 'ad6e5661-80f3-4f34-8c94-2ba44107fac4', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'security_group_id': '93117ec7-e3c7-450c-83f0-66bb0f9cc1da', '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': 439, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:22:07Z', 'updated_at': '2025-07-31T10:22:07Z', 'revision_number ': 0}], 'tags': [], 'created_at': '2025-07-31T10:22:07Z', 'updated_at': '2025-07-31T10:22:07Z', 'revision_number': 1, 'project_id': '0a733e5c2a8243548182ba0afe2deb3f'}, 'floating_ip': {'id': '73878b33-6e8e-49cc-961a-0296ba24ad09', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'floating_ip_address': '172.24.4.119', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:22:12Z', 'updated_at': '2025-07-31T10:22:12Z', 'revision_number': 0, 'ip': '172.24.4.119'}} 2025-07-31 10:22:17,422 98124 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 2.702s 2025-07-31 10:22:17,423 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-644060899", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b878d227-3fc4-48e0-9505-283154a9f454"}], "security_groups": [{"name": "tempest-securitygroup--2044024902"}], "key_name": "tempest-keypair-46906899", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a5e2bcb-51b4-4513-a46b-66ab4fa0a319', 'x-compute-request-id': 'req-4a5e2bcb-51b4-4513-a46b-66ab4fa0a319', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "311c1a8d-3c10-4d93-9eb2-5351b9fab346", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2044024902"}], "adminPass": "password"}}' 2025-07-31 10:22:17,557 98124 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/311c1a8d-3c10-4d93-9eb2-5351b9fab346 0.131s 2025-07-31 10:22:17,558 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22: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-9f40a8e9-f8f3-43b1-a897-cae10373ea64', 'x-compute-request-id': 'req-9f40a8e9-f8f3-43b1-a897-cae10373ea64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346'} Body: b'{"server": {"id": "311c1a8d-3c10-4d93-9eb2-5351b9fab346", "name": "tempest-AttachVolumeNegativeTest-server-644060899", "status": "BUILD", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "user_id": "b1556457914d488da14fca85207dc034", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.2 10/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:17Z", "updated": "2025-07-31T10:22:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-46906899", "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": []}}' 2025-07-31 10:23:07,841 98124 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/311c1a8d-3c10-4d93-9eb2-5351b9fab346 0.230s 2025-07-31 10:23:07,843 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:07 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-51a110d2-13aa-423d-90a4-c6631959628d', 'x-compute-request-id': 'req-51a110d2-13aa-423d-90a4-c6631959628d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346'} Body: b'{"server": {"id": "311c1a8d-3c10-4d93-9eb2-5351b9fab346", "name": "tempest-AttachVolumeNegativeTest-server-644060899", "status": "ACTIVE", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "user_id": "b1556457914d488da14fca85207dc034", "metadata": {}, "hostId": "fd548f5cddc657548827c7133e55878cddb6c54011e486d5a39330b4", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:17Z", "updated": "2025-07-31T10:22:41Z", "addresses": {"tempest-AttachVolumeNegativeTest-154168269-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:49:b8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-46906899", "OS-SRV-USG:launched_at": "2025-07-31T10:22:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2044024902"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:23:07,858 98124 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:24:08,073 98124 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/311c1a8d-3c10-4d93-9eb2-5351b9fab346/os-interface 0.152s 2025-07-31 10:24:08,073 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:07 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-80e08828-cccb-48b2-bc23-421ddc1f32ab', 'x-compute-request-id': 'req-80e08828-cccb-48b2-bc23-421ddc1f32ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b878d227-3fc4-48e0-9505-283154a9f454", "port_id": "41651f70-a0b1-435e-ab28-4270dd18b8e2", "mac_addr": "fa:16:3e:06:49:b8", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "96f13a2c-6c1f-408d-91fa-97e7dee153c6", "ip_address": "10.0.0.9"}]}]}' 2025-07-31 10:24:09,045 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/73878b33-6e8e-49cc-961a-0296ba24ad09 0.967s 2025-07-31 10:24:09,046 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "41651f70-a0b1-435e-ab28-4270dd18b8e2"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-fb7c6129-a969-458b-abea-f50f9022fb4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/73878b33-6e8e-49cc-961a-0296ba24ad09'} Body: b'{"floatingip": {"id": "73878b33-6e8e-49cc-961a-0296ba24ad09", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "floating_ip_address": "172.24.4.119", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "c463c21c-0330-4bbb-a26e-872cc367db7f", "port_id": "41651f70-a0b1-435e-ab28-4270dd18b8e2", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b878d227-3fc4-48e0-9505-283154a9f454", "mac_address": "fa:16:3e:06:49:b8", "admin_state_up": true, "status": "ACTIVE", "device_id": "311c1a8d-3c10-4d93-9eb2-5351b9fab346", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:22:12Z", "updated_at": "2025-07-31T10:24:08Z", "revision_number": 1, "project_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:24:09,050 98124 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.119:22' as 'cirros' with public key authentication 2025-07-31 10:24:09,067 98124 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:24:09,175 98124 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:24:09,175 98124 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.119 successfully created 2025-07-31 10:24:09,217 98124 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/311c1a8d-3c10-4d93-9eb2-5351b9fab346/ips 0.041s 2025-07-31 10:24:09,218 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e19e7cf-d952-4b0f-b211-9fcf75665701', 'x-compute-request-id': 'req-1e19e7cf-d952-4b0f-b211-9fcf75665701', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/311c1a8d-3 c10-4d93-9eb2-5351b9fab346/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-154168269-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2025-07-31 10:24:09,509 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/volumes 0.287s 2025-07-31 10:24:09,509 98124 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-736816878"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c31714a2-ad0b-4292-bac8-54d2a248b6e2', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c31714a2-ad0b-4292-bac8-54d2a248b6e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b20992cd-6afc-429b-b9f0-79697b394983", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:24:09.433983", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-736816878", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b20992cd-6afc-429b-b9f0-79697b394983"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b20992cd-6afc-429b-b9f0-79697b394983"}], "user_id": "b1556457914d488da14fca85207dc034", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:24:09,563 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/volumes/b20992cd-6afc-429b-b9f0-79697b394983 0.041s 2025-07-31 10:24:09,564 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c716d99c-085f-43fe-a5c5-4069a58c0402', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c716d99c-085f-43fe-a5c5-4069a58c0402', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b20992cd-6afc-429b-b9f0-79697b394983'} Body: b'{"volume": {"id": "b20992cd-6afc-429b-b9f0-79697b394983", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:24:09.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-736816878", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b20992cd-6afc-429b-b9f0-79697b394983"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b20992cd-6afc-429b-b9f0-79697b394983"}], "user_id": "b1556457914d488da14fca85207dc034", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:24:10,624 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/volumes/b20992cd-6afc-429b-b9f0-79697b394983 0.045s 2025-07-31 10:24:10,624 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'applicat ion/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e93fd9c-6dbd-4b2f-92b2-2990f54395fa', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e93fd9c-6dbd-4b2f-92b2-2990f54395fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b20992cd-6afc-429b-b9f0-79697b394983'} Body: b'{"volume": {"id": "b20992cd-6afc-429b-b9f0-79697b394983", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:24:09.000000", "updated_at": "2025-07-31T10:24:10.000000", "name": "tempest-AttachVolumeNegativeTest-volume-736816878", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b20992cd-6afc-429b-b9f0-79697b394983"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b20992cd-6afc-429b-b9f0-79697b394983"}], "user_id": "b1556457914d488da14fca85207dc034", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:24:10,791 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346 0.140s 2025-07-31 10:24:10,792 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:10 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-10a91a02-5c46-41d0-944a-a637c8391525', 'x-compute-request-id': 'req-10a91a02-5c46-41d0-944a-a637c8391525', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346'} Body: b'' 2025-07-31 10:24:10,977 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346 0.184s 2025-07-31 10:24:10,977 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1665', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2737e1de-82ff-4b5e-980d-31d48e33689b', 'x-compute-request-id': 'req-2737e1de-82ff-4b5e-980d-31d48e33689b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346'} Body: b'{"server": {"id": "311c1a8d-3c10-4d93-9eb2-5351b9fab346", "name": "tempest-AttachVolumeNegativeTest-server-644060899", "status": "ACTIVE", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "user_id": "b1556457914d488da14fca85207dc034", "metadata": {}, "hostId": "fd548f5cddc657548827c7133e55878cddb6c54011e486d5a39330b4", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:17Z", "updated": "2025-07-31T10 :24:11Z", "addresses": {"tempest-AttachVolumeNegativeTest-154168269-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:49:b8"}, {"version": 4, "addr": "172.24.4.119", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:49:b8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-46906899", "OS-SRV-USG:launched_at": "2025-07-31T10:22:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2044024902"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:25:01,082 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346 0.039s 2025-07-31 10:25:01,083 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-451637b3-c301-4c30-b3a5-e70d6d7d1d94', 'x-compute-request-id': 'req-451637b3-c301-4c30-b3a5-e70d6d7d1d94', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 311c1a8d-3c10-4d93-9eb2-5351b9fab346 could not be found."}}' 2025-07-31 10:25:01,127 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-46906899 0.043s 2025-07-31 10:25:01,127 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb0d82dd-85e7-4a86-a2f1-f7c3e43a1c59', 'x-compute-request-id': 'req-eb0d82dd-85e7-4a86-a2f1-f7c3e43a1c59', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-46906899'} Body: b'' 2025-07-31 10:25:01,316 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/93117ec7-e3c7-450c-83f0-66bb0f9cc1da 0.187s 2025-07-31 10:25:01,316 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-dc8d9334-eee0-4d15-bb9e-1aaed3f31586', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/93117ec7-e3c7-450c-83f0-66bb0f9cc1da'} Body: b'' 2025-07-31 10:25:01,334 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2. 0/security-groups/93117ec7-e3c7-450c-83f0-66bb0f9cc1da 0.017s 2025-07-31 10:25:01,335 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-f354b5cb-33cd-48fd-bc96-9ae6c2015e9a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/93117ec7-e3c7-450c-83f0-66bb0f9cc1da'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 93117ec7-e3c7-450c-83f0-66bb0f9cc1da does not exist", "detail": ""}}' 2025-07-31 10:25:01,690 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/73878b33-6e8e-49cc-961a-0296ba24ad09 0.355s 2025-07-31 10:25:01,691 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-1801cd6e-04e8-4035-a106-87839545b11e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/73878b33-6e8e-49cc-961a-0296ba24ad09'} Body: b'' {10} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [169.299497s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 86, in test_server_detach_rules waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4d51be28-cbba-494d-a802-b2ea47c90db1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:22:29,703 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.753s 2025-07-31 10:22:29,704 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-924892552", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91d92241-1df6-480c-a993-1c6d219b0eac', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91d92241-1df6-480c-a993-1c6d219b0eac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4d51be28-cbba-494d-a802-b2ea47c90db1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:29.619504", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-924892552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1"}], "user_id": "a53068a43a6e4832b4d24ba6b250061f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:22:29,963 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.246s 2025-07-31 10:22:29,964 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-1466655462", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65c38d7e-0018-46fb-8c8c-a03aa6b24fd1', 'content-length': '766', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65c38d7e-0018-46fb-8c8c-a03aa6b24fd1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4c85c193-7b51-4289-8b80-eb376ed3d681", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:29.887656", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-1466655462", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4c85c193-7b51-4289-8b80-eb376ed3d681"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4c85c193-7b51-4289-8b80-eb376ed3d681"}], "user_id": "a53068a43a6e4832b4d24ba6b250061f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:22:30,035 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.051s 2025-07-31 10:22:30,036 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu) ', 'content-type': 'application/json', 'content-length': '2515', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a5cf1c8e-7bd9-4d63-acfd-1919ed8c3a1e', '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": "a53068a43a6e4832b4d24ba6b250061f", "name": "tempest-TestServerVolumeAttachmentScenario-732566922-project-member", "password_expires_at": null}, "audit_ids": ["xalwhCs1S5OA33gJNZPwrA"], "expires_at": "2025-07-31T11:22:30.000000Z", "issued_at": "2025-07-31T10:22:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3cb56b90b7ae468d859afd4947238519", "name": "tempest-TestServerVolumeAttachmentScenario-732566922"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3cb56b90b7ae468d859afd4947238519", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:22:30,036 98128 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '43965d7a-9d1b-4db1-a3d9-3e499242397a', 'name': 'tempest-TestServerVolumeAttachmentScenario-921833608-network', 'tenant_id': '3cb56b90b7ae468d859afd4947238519', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3cb56b90b7ae468d859afd4947238519', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12839, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:22:01Z', 'updated_at': '2025-07-31T10:22:01Z', 'revision_number': 1} available for tenant 2025-07-31 10:22:30,037 98128 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:22:30,038 98128 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07 -31 10:22:30,171 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.130s 2025-07-31 10:22:30,172 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-865547614", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLNk1bMcurBrs/lApfXjNUv3XKFUjvBZysEsb9BHjmDBX6GQGgVz+zUj6xEYg43rN7x+9HKxuV7TRgAIhKS6PGfwIQ0PMyf0q7AdDvUUH4JaOm8onbaZx5uZo6KQb7MgPw=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:30 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-567def3b-ba24-461f-966b-5c6adc494035', 'x-compute-request-id': 'req-567def3b-ba24-461f-966b-5c6adc494035', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-865547614", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLNk1bMcurBrs/lApfXjNUv3XKFUjvBZysEsb9BHjmDBX6GQGgVz+zUj6xEYg43rN7x+9HKxuV7TRgAIhKS6PGfwIQ0PMyf0q7AdDvUUH4JaOm8onbaZx5uZo6KQb7MgPw==", "fingerprint": "35:72:9a:91:5b:bc:b1:d5:8a:58:ce:ca:ab:91:48:9a", "user_id": "a53068a43a6e4832b4d24ba6b250061f"}}' 2025-07-31 10:22:30,174 98128 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-865547614 created 2025-07-31 10:22:30,547 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.372s 2025-07-31 10:22:30,548 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--877544424", "description": "tempest-description--1859928769"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-10a9a235-ab84-408f-8d23-c64f42af9998', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "870ef57a-dd1f-4c8c-9241-1759510fa2f6", "name": "tempest-securitygroup--877544424", "stateful": true, "tenant_id": "3cb56b90b7ae468d859afd4947238519", "description": "tempest-description--1859928769", "shared": false, "security_group_rules": [{"id": "92881197-f4dd-4590-83bb-6997b97897fe", "project_id": "3cb56b90b7ae468d859afd4947238519", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "security_group_id": "870ef57a-dd1f-4c8c-9241-1759510fa2f6", "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": 496, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:22:30Z", "updated_at": "2025-07-31T10:22:30Z", "revision_number": 0}, {"id": "c2515dd8-8d29-4ebc-9aa2-2b5acbed9dd5", "project_id": "3cb56b90b7ae468d859afd4947238519", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "security_group_id": "870ef57a-dd1f-4c8c-9241-1759510fa2f6", "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": 495, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:22:30Z", "updated_at": "2025-07-31T10:22:30Z", "revision_number": 0}], "ta gs": [], "created_at": "2025-07-31T10:22:30Z", "updated_at": "2025-07-31T10:22:30Z", "revision_number": 1, "project_id": "3cb56b90b7ae468d859afd4947238519"}}' 2025-07-31 10:22:30,801 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.252s 2025-07-31 10:22:30,801 98128 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": "870ef57a-dd1f-4c8c-9241-1759510fa2f6", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-a29218ae-7619-419e-8064-7b3c52707e3e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9ceddec9-8204-438e-b107-714f157f2123", "project_id": "3cb56b90b7ae468d859afd4947238519", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "security_group_id": "870ef57a-dd1f-4c8c-9241-1759510fa2f6", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:30Z", "updated_at": "2025-07-31T10:22:30Z", "revision_number": 0}}' 2025-07-31 10:22:31,118 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.316s 2025-07-31 10:22:31,119 98128 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": "870ef57a-dd1f-4c8c-9241-1759510fa2f6", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-bbd00684-147b-4ffa-9301-ec7c3df25a35', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "55eb0c07-2531-4d25-a94d-f0a6c9b643f4", "project_id": "3cb56b90b7ae468d859afd4947238519", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "security_group_id": "870ef57a-dd1f-4c8c-9241-1759510fa2f6", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:30Z", "updated_at": "2025-07-31T10:22:30Z", "revision_number": 0}}' 2025-07-31 10:22:31,119 98128 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--877544424 created 2025-07-31 10:22:32,369 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.249s 2025-07-31 10:22:32,370 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-1a3077db-b361-4121-837f-17485a5f1252', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "075f4186-733d-4863-91fc-2ac181214723", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "floating_ip_address": "172.24.4.11", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3cb56b90b7ae468d859afd4947238519", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:22:31Z", "updated_at": "2025-07-31T10:22:31Z", "revision_number": 0}}' 2025-07-31 10:22:32,370 98128 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '075f4186-733d-4863-91fc-2ac181214723', 'tenant_id': '3cb56b90b7ae468d859afd4947238519', 'floating_ip_address': '172.24.4.11', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3cb56b90b7ae468d859afd4947238519', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:22:31Z', 'updated_at': '2025-07-31T10:22:31Z', 'revision_number': 0, 'ip': '172.24.4.11'} created 2025-07-31 10:22:32,371 98128 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-865547614', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLNk1bMcurBrs/lApfXjNUv3XKFUjvBZysEsb9BHjmDBX6GQGgVz+zUj6xEYg43rN7x+9HKxuV7TRgAIhKS6PGfwIQ0PMyf0q7AdDvUUH4JaOm8onbaZx5uZo6KQb7MgPw==', 'fingerprint': '35:72:9a:91:5b:bc:b1:d5:8a:58:ce:ca:ab:91:48:9a', 'user_id': 'a53068a43a6e4832b4d24ba6b250061f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDyg4N3qFhJNlrTAMhmmcuEy3KME+FIST5nZWOICPVuY23t2Opm8YGB\n/CQ91BNDf9WgBwYFK4EEACKhZANiAASzZNWzHLqwa7P5QKX14zVL91yhVI7wWcrB\nLG/QR45gwV+hkBoFc/s1I+sRGION6ze8fvRysble00YACISkujxn8CENDzMn9Kuw\nHQ71FB+CWjpvKJ22mcebmaOikG+zID8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '870ef57a-dd1f-4c8c-9241-1759510fa2f6', 'name': 'tempest-securitygroup--877544424', 'stateful': True, 'tenant_id': '3cb56b90b7ae468d859afd4947238519', 'description': 'tempest-description--1859928769', 'shared': False, 'security_group_rules': [{'id': '92881197-f4dd-4590-83bb-6997b97897fe', 'project_id': '3cb56b90b7ae468d859afd4947238519', 'tenant_id': '3cb56b90b7ae468d859afd4947238519', 'security_group_id': '870ef57a-dd1f-4c8c-9241-1759510fa2f6', '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': 496, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:22:30Z', 'updated_at': '2025-07-31T10:22:30Z', 'revision_number': 0}, {'id': 'c2515dd8-8d29-4ebc-9aa2-2b5acbed9dd5', 'project_id': '3cb56b90b7ae468d859afd4947238519', 'tenant_id': '3cb56b90b7ae468d859afd4947238519', 'security_group_id': '870ef57a-dd1f-4c8c-9241-1759510fa2f6', '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': 495, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:22:30Z', 'updated_at': '2025-07-31T10:22:30Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:22:30Z', 'updated_at': '2025-07-31T10:22:30Z', 'revision_number': 1, 'project_id': '3cb56b90b7ae468d859afd4947238519'}, 'floating_ip': {'id': '075f4186-733d-4863-91fc-2ac181214723', 'tenant_id': '3cb56b90b7ae468d859afd4947238519', 'floating_ip_address': '172.24.4.11', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3cb56b9 0b7ae468d859afd4947238519', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:22:31Z', 'updated_at': '2025-07-31T10:22:31Z', 'revision_number': 0, 'ip': '172.24.4.11'}} 2025-07-31 10:22:33,263 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/compute/v2.1/servers 0.890s 2025-07-31 10:22:33,263 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-1417766981", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "43965d7a-9d1b-4db1-a3d9-3e499242397a"}], "security_groups": [{"name": "tempest-securitygroup--877544424"}], "key_name": "tempest-keypair-865547614", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47c325e3-4397-490c-bd52-ac5fb58ade32', 'x-compute-request-id': 'req-47c325e3-4397-490c-bd52-ac5fb58ade32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4dda06bd-2059-480b-9f53-b73135e7f8fa", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--877544424"}], "adminPass": "ZmywuD55xQcp"}}' 2025-07-31 10:22:33,483 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa 0.216s 2025-07-31 10:22:33,486 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1243', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9631b5e6-019f-40c3-9dab-6c3a3f5315ca', 'x-compute-request-id': 'req-9631b5e6-019f-40c3-9dab-6c3a3f5315ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa'} Body: b'{"server": {"id": "4dda06bd-2059-480b-9f53-b73135e7f8fa", "name": "tempest-TestServerVolumeAttachmentScenario-server-1417766981", "status": "BUILD", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "user_id": "a53068a43a6e4832b4d24ba6b250061f", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:33Z", "updated": "2025-07-31T10:22:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}], "OS-DCF: diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-865547614", "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": []}}' 2025-07-31 10:23:23,844 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa 0.291s 2025-07-31 10:23:23,845 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-851337b6-c64b-45d3-bd22-e612b4a33529', 'x-compute-request-id': 'req-851337b6-c64b-45d3-bd22-e612b4a33529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa'} Body: b'{"server": {"id": "4dda06bd-2059-480b-9f53-b73135e7f8fa", "name": "tempest-TestServerVolumeAttachmentScenario-server-1417766981", "status": "ACTIVE", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "user_id": "a53068a43a6e4832b4d24ba6b250061f", "metadata": {}, "hostId": "5336d1beebed441ddb7775e8710346ff49e5ce16f78d3602f9cc38f4", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:33Z", "updated": "2025-07-31T10:22:50Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-921833608-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:4d:37"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-865547614", "OS-SRV-USG:launched_at": "2025-07-31T10:22:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--877544424"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:23:23,860 98128 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:24:24,093 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa/os-interface 0.163s 2025-07-31 10:24:24,094 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:23 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-fdbe4289-83a6-4a98-819a-8b05e72a487f', 'x-compute-request-id': 'req-fdbe4289-83a6-4a98-819a-8b05e72a487f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4dda06bd-20 59-480b-9f53-b73135e7f8fa/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "43965d7a-9d1b-4db1-a3d9-3e499242397a", "port_id": "bbfda5f1-38d0-4d48-abd8-861dc0de21cd", "mac_addr": "fa:16:3e:bf:4d:37", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "a5a9ba33-5369-4e44-8a65-35fdfca9bea5", "ip_address": "10.0.0.11"}]}]}' 2025-07-31 10:24:25,036 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/075f4186-733d-4863-91fc-2ac181214723 0.938s 2025-07-31 10:24:25,037 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "bbfda5f1-38d0-4d48-abd8-861dc0de21cd"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-e7f454f6-2886-40cf-9638-74d900a6a70f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/075f4186-733d-4863-91fc-2ac181214723'} Body: b'{"floatingip": {"id": "075f4186-733d-4863-91fc-2ac181214723", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "floating_ip_address": "172.24.4.11", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "aad8191a-035a-4ee8-bbd4-638ee4e64cf4", "port_id": "bbfda5f1-38d0-4d48-abd8-861dc0de21cd", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "43965d7a-9d1b-4db1-a3d9-3e499242397a", "mac_address": "fa:16:3e:bf:4d:37", "admin_state_up": true, "status": "ACTIVE", "device_id": "4dda06bd-2059-480b-9f53-b73135e7f8fa", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:22:31Z", "updated_at": "2025-07-31T10:24:24Z", "revision_number": 1, "project_id": "3cb56b90b7ae468d859afd4947238519"}}' 2025-07-31 10:24:25,041 98128 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.11:22' as 'cirros' with public key authentication 2025-07-31 10:24:25,079 98128 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:24:25,194 98128 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:24:25,194 98128 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.11 successfully created 2025-07-31 10:24:25,413 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa 0.218s 2025-07-31 10:24:25,413 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e9338a7-cbf4-4568-9d8d-9d4ba8f1a20b', 'x-compute-request-id': 'req-6e9338a7-cbf4-4568-9d8d-9d4ba8f1a20b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa'} Body: b'{"server": {"id": "4dda06bd-2059-480b-9f53-b73135e7f8fa", "name": "tempest-TestServerVolumeAttachmentScenario-server-1417766981", "status": "ACTIVE", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "user_id": "a53068a43a6e4832b4d24ba6b250061f", "metadata": {}, "hostId": "5336d1beebed441ddb7775e8710346ff49e5ce16f78d3602f9cc38f4", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}] }, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:33Z", "updated": "2025-07-31T10:22:50Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-921833608-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:4d:37"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-865547614", "OS-SRV-USG:launched_at": "2025-07-31T10:22:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--877544424"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:24:25,622 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers 0.194s 2025-07-31 10:24:25,622 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '351', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2fae06f-c383-4389-a27d-31a8d2b6e2c0', 'x-compute-request-id': 'req-e2fae06f-c383-4389-a27d-31a8d2b6e2c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "4dda06bd-2059-480b-9f53-b73135e7f8fa", "name": "tempest-TestServerVolumeAttachmentScenario-server-1417766981", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}]}]}' 2025-07-31 10:24:25,671 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1 0.044s 2025-07-31 10:24:25,671 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47fcbafc-ef0d-4a6f-8efa-f08994dcddf5', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47fcbafc-ef0d-4a6f-8efa-f08994dcddf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1'} Body: b'{"volume": {"id": "4d51be28-cbba-494d-a802-b2ea47c90db1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:30.000000", "updated_at": "2025-07-31T10:22:30.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-924892552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1"}], "user_id": "a53068a43a6e4832b4d24ba6b250061f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiat tach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3cb56b90b7ae468d859afd4947238519"}}' 2025-07-31 10:24:26,726 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1 0.039s 2025-07-31 10:24:26,726 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bd7bf3f-a31a-4560-8d5a-57330d5c435e', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bd7bf3f-a31a-4560-8d5a-57330d5c435e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1'} Body: b'{"volume": {"id": "4d51be28-cbba-494d-a802-b2ea47c90db1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:30.000000", "updated_at": "2025-07-31T10:22:30.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-924892552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1"}], "user_id": "a53068a43a6e4832b4d24ba6b250061f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3cb56b90b7ae468d859afd4947238519"}}' 2025-07-31 10:24:26,862 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa 0.122s 2025-07-31 10:24:26,863 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:26 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-3c65447f-f797-45d7-84d4-75c51c2dee7b', 'x-compute-request-id': 'req-3c65447f-f797-45d7-84d4-75c51c2dee7b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa'} Body: b'' 2025-07-31 10:24:27,066 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa 0.202s 2025-07-31 10:24:27,066 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1686', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a3de111-1fe3-4ce7-959c-05d2bf5f3d9c', 'x-compute-request-id': 'req-2a3de111-1fe3-4ce7-959c-05d2bf5f3d9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa'} Body: b'{"server": {"id": "4dda06bd-2059-480b-9f53-b73135e7f8fa", "name": "tempest-TestServerVolumeAttachmentScenario-server-1417766981", "status": "A CTIVE", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "user_id": "a53068a43a6e4832b4d24ba6b250061f", "metadata": {}, "hostId": "5336d1beebed441ddb7775e8710346ff49e5ce16f78d3602f9cc38f4", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:33Z", "updated": "2025-07-31T10:24:27Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-921833608-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:4d:37"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:4d:37"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-865547614", "OS-SRV-USG:launched_at": "2025-07-31T10:22:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--877544424"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:25:17,185 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa 0.064s 2025-07-31 10:25:17,185 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:17 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-f04e62d9-bc74-4fa8-9f5b-5175a34b77e5', 'x-compute-request-id': 'req-f04e62d9-bc74-4fa8-9f5b-5175a34b77e5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4dda06bd-2059-480b-9f53-b73135e7f8fa could not be found."}}' 2025-07-31 10:25:17,312 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-865547614 0.126s 2025-07-31 10:25:17,325 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:17 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-8ba5b2c3-7b2a-4ff6-b60b-2ef3c34b5663', 'x-compute-request-id': 'req-8ba5b2c3-7b2a-4ff6-b60b-2ef3c34b5663', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-865547614'} Body: b'' 2025-07-31 10:25:17,547 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/870ef57a-dd1f-4c8c-9241-1759510fa2f6 0.221s 2025-07-31 10:25:17,548 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'appli cation/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-03922dc4-daa0-4447-877d-93f3d81e56e9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/870ef57a-dd1f-4c8c-9241-1759510fa2f6'} Body: b'' 2025-07-31 10:25:17,566 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/870ef57a-dd1f-4c8c-9241-1759510fa2f6 0.017s 2025-07-31 10:25:17,566 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-edca4bbf-3f11-426a-a956-b4ef7e720ddf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/870ef57a-dd1f-4c8c-9241-1759510fa2f6'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 870ef57a-dd1f-4c8c-9241-1759510fa2f6 does not exist", "detail": ""}}' 2025-07-31 10:25:17,947 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/075f4186-733d-4863-91fc-2ac181214723 0.380s 2025-07-31 10:25:17,948 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-2e9297ed-eb8b-4a0d-b72a-198d10857786', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/075f4186-733d-4863-91fc-2ac181214723'} Body: b'' 2025-07-31 10:25:18,047 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4c85c193-7b51-4289-8b80-eb376ed3d681 0.099s 2025-07-31 10:25:18,048 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25: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-1e1972b0-5a3f-474d-8641-dc580085640c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4c85c193-7b51-4289-8b80-eb376ed3d681'} Body: b'' 2025-07-31 10:25:18,071 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4c85c193-7b51-4289-8b80-eb376ed3d681 0.022s 2025-07-31 10:25:18,071 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25: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-3883fe68-7cba-4a98-b8d0-6f7a0cf5a9ea', 'x-openstack-request-id': 'req-3883fe68-7cba-4a98-b8d0-6f7a0cf5a9ea', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4c85c193-7b51-4289-8b80-eb376ed3d681'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4c85c193-7b51-4289-8b80-eb376ed3d681 could not be found."}}' 2025-07-31 10:25:18,214 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1 0.142s 2025-07-31 10:25:18,215 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25: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-794fa22f-d24a-4d96-86eb-79ec621a6f5f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1'} Body: b'' 2025-07-31 10:25:18,247 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1 0.031s 2025-07-31 10:25:18,247 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25: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-7a3834c6-d43a-45d7-8ad1-3c3348dcdbb7', 'x-openstack-request-id': 'req-7a3834c6-d43a-45d7-8ad1-3c3348dcdbb7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4d51be28-cbba-494d-a802-b2ea47c90db1 could not be found."}}' {11} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [263.948283s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 249, in test_stable_device_rescue_disk_virtio_with_volume_attached waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c1e10714-ac2d-4b76-a962-8cdd702b9b4a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:20:58,487 98130 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/volumes 0.283s 2025-07-31 10:20:58,487 98130 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-111995601"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45aaf292-7f95-48f4-b24d-450da8c3d831', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45aaf292-7f95-48f4-b24d-450da8c3d831', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c1e10714-ac2d-4b76-a962-8cdd702b9b4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:20:58.427024", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-111995601", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a"}], "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:20:58,500 98130 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:20:58,636 98130 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.135s 2025-07-31 10:20:58,636 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-597355887", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFqOnsp0VkxIUk4D3xqZADa9QTDDyjhK/k6LyV7Cr53J0+OADu556uChXtVlERNeEod0uD18uEU+8C7q35ohD/956vZPR57pHgRjC7RD61ad+cqsuKSd97XyzVtD3wyCdw=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:58 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-9f603b2c-d281-46cc-950b-9bc371a54870', 'x-compute-request-id': 'req-9f603b2c-d281-46cc-950b-9bc371a54870', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-597355887", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFqOnsp0VkxIUk4D3xqZADa9QTDDyjhK/k6LyV7Cr53J0+OADu556uChXtVlERNeEod0uD18uEU+8C7q35ohD/956vZPR57pHgRjC7RD61ad+cqsuKSd97XyzVtD3wyCdw==", "fingerprint": "c5:bf:1f:bb:de:46:be:7e:11:1d:ce:a3:7d:de:1f:82", "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5"}}' 2025-07-31 10:20:58,639 98130 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-597355887 created 2025-07-31 10:21:01,184 98130 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-groups 2.545s 2025-07-31 10:21:01,185 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Ac cept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1963843345", "description": "tempest-description--1561804096"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-18289f01-b890-47d4-b430-998a05c9852a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9e6d8378-7d32-4b07-91fb-c87dabe88f63", "name": "tempest-securitygroup--1963843345", "stateful": true, "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "description": "tempest-description--1561804096", "shared": false, "security_group_rules": [{"id": "7a1bb7fc-5444-4f51-9a7d-0ed3586dc04f", "project_id": "69198912a52e4e3bbffbfc527d8c8864", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "security_group_id": "9e6d8378-7d32-4b07-91fb-c87dabe88f63", "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": 234, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:21:00Z", "updated_at": "2025-07-31T10:21:00Z", "revision_number": 0}, {"id": "b21a25fc-a385-447c-a46e-d26129cbe5c7", "project_id": "69198912a52e4e3bbffbfc527d8c8864", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "security_group_id": "9e6d8378-7d32-4b07-91fb-c87dabe88f63", "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": 235, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:21:00Z", "updated_at": "2025-07-31T10:21:00Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:21:00Z", "updated_at": "2025-07-31T10:21:00Z", "revision_number": 1, "project_id": "69198912a52e4e3bbffbfc527d8c8864"}}' 2025-07-31 10:21:03,099 98130 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.914s 2025-07-31 10:21:03,100 98130 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": "9e6d8378-7d32-4b07-91fb-c87dabe88f63", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-6f0186b0-08c0-469b-9eb9-c46892f849e2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "03ce93ab-a4c5-4f61-8d23-8003c765bc65", "project_id": "69198912a52e4e3bbffbfc527d8c8864", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "security_group_id": "9e6d8378-7d32-4b07-91fb-c87dabe88f63", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:21:03Z", "updated_at": "2025-07-31T10:21:03Z", "revision_number": 0}}' 2025-07-31 10:21:06,774 98130 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 3.674s 2025-07-31 10:21:06,775 98130 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": "9e6d8378-7d32-4b07-91fb-c87dabe88f63", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-9e9c068b-0cda-4cc2-abe1-781d43232ca8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7a41ac8c-ae7d-4a39-9f41-8a2a73297599", "project_id": "69198912a52e4e3bbffbfc527d8c8864", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "security_group_id": "9e6d8378-7d32-4b07-91fb-c87dabe88f63", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:21:06Z", "updated_at": "2025-07-31T10:21:06Z", "revision_number": 0}}' 2025-07-31 10:21:06,775 98130 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1963843345 created 2025-07-31 10:21:14,907 98130 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/floatingips 8.131s 2025-07-31 10:21:14,907 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '526', 'x-openstack-request-id': 'req-8dd518ba-43fe-4446-bc0c-e0b7e3574b4b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "041b947c-5a5b-4f6c-b47a-73920c18d0bc", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "floating_ip_address": "172.24.4.2", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "69198912a52e4e3bbffbfc527d8c8864", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:21:14Z", "updated_at": "2025-07-31T10:21:14Z", "revision_number": 0}}' 2025-07-31 10:21:14,908 98130 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '041b947c-5a5b-4f6c-b47a-73920c18d0bc', 'tenant_id': '69198912a52e4e3bbffbfc527d8c8864', 'floating_ip_address': '172.24.4.2', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '69198912a52e4e3bbffbfc527d8c8864', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:21:14Z', 'updated_at': '2025-07-31T10:21:14Z', 'revision_number': 0, 'ip': '172.24.4.2'} created 2025-07-31 10:21:15,009 98130 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.094s 2025-07-31 10:21:15,009 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2505 ', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b2dbf555-16f0-4a28-a63d-c50a8f06f6d5', '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": "cb72444f18cd454f8d536b2b0ca1ffa5", "name": "tempest-ServerStableDeviceRescueTest-1948789186-project-member", "password_expires_at": null}, "audit_ids": ["eZKq2qZCT5WOatYLfR_AJg"], "expires_at": "2025-07-31T11:21:14.000000Z", "issued_at": "2025-07-31T10:21:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69198912a52e4e3bbffbfc527d8c8864", "name": "tempest-ServerStableDeviceRescueTest-1948789186"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/69198912a52e4e3bbffbfc527d8c8864", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:21:15,010 98130 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '97da3c03-78e7-491b-820b-b006c2bd46ea', 'name': 'tempest-ServerStableDeviceRescueTest-1200058323-network', 'tenant_id': '69198912a52e4e3bbffbfc527d8c8864', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '69198912a52e4e3bbffbfc527d8c8864', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 44610, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:20:32Z', 'updated_at': '2025-07-31T10:20:32Z', 'revision_number': 1} available for tenant 2025-07-31 10:21:15,010 98130 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-597355887', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFqOnsp0VkxIUk4D3xqZADa9QTDDyjhK/k6LyV7Cr53J0+OADu556uChXtVlERNeEod0uD18uEU+8C7q35ohD/956vZPR57pHgRjC7RD61ad+cqsuKSd97XyzVtD3wyCdw==', 'fing erprint': 'c5:bf:1f:bb:de:46:be:7e:11:1d:ce:a3:7d:de:1f:82', 'user_id': 'cb72444f18cd454f8d536b2b0ca1ffa5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA8cO13M5fc6i55Zj3vryUIC7cWELMzNMKo7CYidL/DNNOwKcWPX/Yg\nR0M0MW8q4eKgBwYFK4EEACKhZANiAARajp7KdFZMSFJOA98amQA2vUEww8o4Sv5O\ni8lewq+dydPjgA7ueergoV7VZRETXhKHdLg9fLhFPvAu6t+aIQ//eer2T0ee6R4E\nYwu0Q+tWnfnKrLiknfe18s1bQ98Mgnc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9e6d8378-7d32-4b07-91fb-c87dabe88f63', 'name': 'tempest-securitygroup--1963843345', 'stateful': True, 'tenant_id': '69198912a52e4e3bbffbfc527d8c8864', 'description': 'tempest-description--1561804096', 'shared': False, 'security_group_rules': [{'id': '7a1bb7fc-5444-4f51-9a7d-0ed3586dc04f', 'project_id': '69198912a52e4e3bbffbfc527d8c8864', 'tenant_id': '69198912a52e4e3bbffbfc527d8c8864', 'security_group_id': '9e6d8378-7d32-4b07-91fb-c87dabe88f63', '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': 234, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:21:00Z', 'updated_at': '2025-07-31T10:21:00Z', 'revision_number': 0}, {'id': 'b21a25fc-a385-447c-a46e-d26129cbe5c7', 'project_id': '69198912a52e4e3bbffbfc527d8c8864', 'tenant_id': '69198912a52e4e3bbffbfc527d8c8864', 'security_group_id': '9e6d8378-7d32-4b07-91fb-c87dabe88f63', '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': 235, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:21:00Z', 'updated_at': '2025-07-31T10:21:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:21:00Z', 'updated_at': '2025-07-31T10:21:00Z', 'revision_number': 1, 'project_id': '69198912a52e4e3bbffbfc527d8c8864'}, 'floating_ip': {'id': '041b947c-5a5b-4f6c-b47a-73920c18d0bc', 'tenant_id': '69198912a52e4e3bbffbfc527d8c8864', 'floating_ip_address': '172.24.4.2', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '69198912a52e4e3bbffbfc527d8c8864', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:21:14Z', 'updated_at': '2025-07-31T10:21:14Z', 'revision_number': 0, 'ip': '172.24.4.2'}} 2025-07-31 10:21:31,653 98130 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 16.641s 2025-07-31 10:21:31,653 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-333774810", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "97da3c03-78e7-491b-820b-b006c2bd46ea"}], "security_groups": [{"name": "tempest-securitygroup--1963843345"}], "key_name": "tempest-keypair-597355887", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adaa3f76-c2ab-4c71-b7e8-3e422bb10408', 'x-compute-request-id': 'req-adaa3f76-c2ab-4c71-b7e8-3e422bb10408', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1963843345"}], "adminPass": "hTVj5J2KRVdh"}}' 2025-07-31 10:21:33,568 98130 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/9ed29569-e4e1-4a94-85c2-d13c1d0119cc 1.911s 2025-07-31 10:21:33,568 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:31 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-ba9cd139-aa31-49ee-b500-2b1f671b1ab7', 'x-compute-request-id': 'req-ba9cd139-aa31-49ee-b500-2b1f671b1ab7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc'} Body: b'{"server": {"id": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "name": "tempest-ServerStableDeviceRescueTest-server-333774810", "status": "BUILD", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:32Z", "updated": "2025-07-31T10:21:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-597355887", "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": []}}' 2025-07-31 10:22:27,640 98130 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/9ed29569-e4e1-4a94-85c2-d13c1d0119cc 4.007s 2025-07-31 10:22:27,641 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1550', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dec384d-c4fb-4e22-9a71-d8e30aac9fc8', 'x-compute-request-id': 'req-2dec384d-c4fb-4e22-9a71-d8e30aac9fc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc'} Body: b'{"server": {"id": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "name": "tempest-ServerStableDeviceRescueTest-server-333774810", "status": "ACTIVE", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "m etadata": {}, "hostId": "4d9c683bc94471efc55da599470fedba1e37013696f33757ab82b527", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:31Z", "updated": "2025-07-31T10:22:03Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1200058323-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:25:13"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-597355887", "OS-SRV-USG:launched_at": "2025-07-31T10:22:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1963843345"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:22:27,656 98130 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 54 second wait 2025-07-31 10:23:27,905 98130 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/9ed29569-e4e1-4a94-85c2-d13c1d0119cc/os-interface 0.188s 2025-07-31 10:23:27,906 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:27 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-6f36b02d-3b5c-4965-b781-d8a225168a6b', 'x-compute-request-id': 'req-6f36b02d-3b5c-4965-b781-d8a225168a6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "97da3c03-78e7-491b-820b-b006c2bd46ea", "port_id": "6316bcb5-b4f7-4cb7-8c9a-ba8b693acfcf", "mac_addr": "fa:16:3e:62:25:13", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c7067fbd-df56-4a07-8f53-70f1139c938a", "ip_address": "10.0.0.6"}]}]}' 2025-07-31 10:23:28,747 98130 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/041b947c-5a5b-4f6c-b47a-73920c18d0bc 0.837s 2025-07-31 10:23:28,747 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "6316bcb5-b4f7-4cb7-8c9a-ba8b693acfcf"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '827', 'x-openstack-request-id': 'req-4c028eee-808f-4238-a12d-8b712cb938f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/041b947c-5a5b-4f6c-b47a-73920c18d0bc'} Body: b'{"floatingip": {"id": "041b947c-5a5b-4f6c-b47a-73920c18d0bc", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "floating_ip_address": "172.24.4.2", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "531db942-2c8b-444e-b1f7-a282104077a5", "port_id": "6316bcb5-b4f7-4cb7-8c9a-ba8b693acfcf", "fixed_ip_address": "10 .0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "97da3c03-78e7-491b-820b-b006c2bd46ea", "mac_address": "fa:16:3e:62:25:13", "admin_state_up": true, "status": "ACTIVE", "device_id": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:21:14Z", "updated_at": "2025-07-31T10:23:28Z", "revision_number": 1, "project_id": "69198912a52e4e3bbffbfc527d8c8864"}}' 2025-07-31 10:23:28,749 98130 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.2:22' as 'cirros' with public key authentication 2025-07-31 10:23:28,769 98130 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:23:28,873 98130 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:23:28,873 98130 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.2 successfully created 2025-07-31 10:23:29,757 98130 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/9ed29569-e4e1-4a94-85c2-d13c1d0119cc/action 0.883s 2025-07-31 10:23:29,758 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-386641807"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:28 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/30973124-3552-4006-8d27-e8b6cd81fa74', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebc090f3-aa01-49bd-b074-df189cd64555', 'x-compute-request-id': 'req-ebc090f3-aa01-49bd-b074-df189cd64555', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc/action'} Body: b'' 2025-07-31 10:23:29,829 98130 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/30973124-3552-4006-8d27-e8b6cd81fa74 0.069s 2025-07-31 10:23:29,830 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1610', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48e763b7-da64-4cdd-bbc9-83fc7e91ad7b', 'x-compute-request-id': 'req-48e763b7-da64-4cdd-bbc9-83fc7e91ad7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/30973124-3552-4006-8d27-e8b6cd81fa74'} Body: b'{"image": {"id": "30973124-3552-4006-8d27-e8b6cd81fa74", "name": "tempest-ServerStableDeviceRescueTest-image-386641807", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1948789186", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1948789186-project-member", "user_id": "cb72444f1 8cd454f8d536b2b0ca1ffa5"}, "created": "2025-07-31T10:23:30Z", "updated": "2025-07-31T10:23:30Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/30973124-3552-4006-8d27-e8b6cd81fa74"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/30973124-3552-4006-8d27-e8b6cd81fa74"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/30973124-3552-4006-8d27-e8b6cd81fa74"}], "server": {"id": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}]}}}' 2025-07-31 10:24:19,949 98130 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/30973124-3552-4006-8d27-e8b6cd81fa74 0.071s 2025-07-31 10:24:19,949 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e655cf08-3eeb-4b17-a835-a26ecf33a701', 'x-compute-request-id': 'req-e655cf08-3eeb-4b17-a835-a26ecf33a701', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/30973124-3552-4006-8d27-e8b6cd81fa74'} Body: b'{"image": {"id": "30973124-3552-4006-8d27-e8b6cd81fa74", "name": "tempest-ServerStableDeviceRescueTest-image-386641807", "minRam": 0, "minDisk": 1, "metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1948789186-project-member", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1948789186", "boot_roles": "member,reader", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "image_type": "snapshot", "owner_id": "69198912a52e4e3bbffbfc527d8c8864", "image_state": "available", "image_location": "snapshot"}, "created": "2025-07-31T10:23:30Z", "updated": "2025-07-31T10:23:39Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/30973124-3552-4006-8d27-e8b6cd81fa74"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/30973124-3552-4006-8d27-e8b6cd81fa74"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/30973124-3552-4006-8d27-e8b6cd81fa74"}], "server": {"id": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}]}}}' 2025-07-31 10:24:20,020 98130 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/30973124-3552-4006-8d27-e8b6cd81fa74 0.064s 2025-07-31 10:24:20,021 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 3 1 Jul 2025 10:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26804b55-823a-4ef9-9240-bd4373f5fae2', 'x-compute-request-id': 'req-26804b55-823a-4ef9-9240-bd4373f5fae2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/30973124-3552-4006-8d27-e8b6cd81fa74'} Body: b'{"image": {"id": "30973124-3552-4006-8d27-e8b6cd81fa74", "name": "tempest-ServerStableDeviceRescueTest-image-386641807", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "owner_id": "69198912a52e4e3bbffbfc527d8c8864", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1948789186", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1948789186-project-member", "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5"}, "created": "2025-07-31T10:23:30Z", "updated": "2025-07-31T10:23:39Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/30973124-3552-4006-8d27-e8b6cd81fa74"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/30973124-3552-4006-8d27-e8b6cd81fa74"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/30973124-3552-4006-8d27-e8b6cd81fa74"}], "server": {"id": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}]}}}' 2025-07-31 10:24:20,250 98130 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/9ed29569-e4e1-4a94-85c2-d13c1d0119cc 0.223s 2025-07-31 10:24:20,251 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a29ab961-3b0c-4bfe-ad88-b34125decfc6', 'x-compute-request-id': 'req-a29ab961-3b0c-4bfe-ad88-b34125decfc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc'} Body: b'{"server": {"id": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "name": "tempest-ServerStableDeviceRescueTest-server-333774810", "status": "ACTIVE", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "metadata": {}, "hostId": "4d9c683bc94471efc55da599470fedba1e37013696f33757ab82b527", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:31Z", "updated": "2025-07-31T10:23:39Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1200058323-network": [{"vers ion": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:25:13"}, {"version": 4, "addr": "172.24.4.2", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:25:13"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-597355887", "OS-SRV-USG:launched_at": "2025-07-31T10:22:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1963843345"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:25:20,502 98130 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/30973124-3552-4006-8d27-e8b6cd81fa74 0.178s 2025-07-31 10:25:20,503 98130 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': 'Thu, 31 Jul 2025 10:25:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1643', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e74ce2fb-e15c-42a7-9899-b3c9f7e5c682', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/30973124-3552-4006-8d27-e8b6cd81fa74'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1948789186-project-member", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1948789186", "boot_roles": "member,reader", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "image_type": "snapshot", "owner_id": "69198912a52e4e3bbffbfc527d8c8864", "image_state": "available", "image_location": "snapshot", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-386641807", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "103f5e2d76bcc38a227d2a6421ce6113", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "69198912a52e4e3bbffbfc527d8c8864", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f41567fef26c878828ee83f999875dbff2015bebd09d55add343da1283753af07a8bf2bf1ddce0ec7e1bd20b7a9a0686589bda9aa9e5c98546ecb780a637cd18", "id": "30973124-3552-4006-8d27-e8b6cd81fa74", "created_at": "2025-07-31T10:23:30Z", "updated_at": "2025-07-31T10:25:20Z", "tags": [], "self": "/v2/images/30973124-3552-4006-8d27-e8b6cd81fa74", "file": "/v2/images/30973124-3552-4006-8d27-e8b6cd81fa74/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:25:20,736 98130 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/30973124-3552-4006-8d27-e8b6cd81fa74 0.232s 2025-07-31 10:25:20,737 98130 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': 'Thu, 31 Jul 2025 10:25:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'conte nt-type': 'application/json', 'x-openstack-request-id': 'req-a47f27f7-1783-4ec8-b081-1377f16206ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/30973124-3552-4006-8d27-e8b6cd81fa74'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "owner_id": "69198912a52e4e3bbffbfc527d8c8864", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1948789186", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1948789186-project-member", "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-386641807", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "103f5e2d76bcc38a227d2a6421ce6113", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "69198912a52e4e3bbffbfc527d8c8864", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f41567fef26c878828ee83f999875dbff2015bebd09d55add343da1283753af07a8bf2bf1ddce0ec7e1bd20b7a9a0686589bda9aa9e5c98546ecb780a637cd18", "id": "30973124-3552-4006-8d27-e8b6cd81fa74", "created_at": "2025-07-31T10:23:30Z", "updated_at": "2025-07-31T10:25:21Z", "tags": [], "self": "/v2/images/30973124-3552-4006-8d27-e8b6cd81fa74", "file": "/v2/images/30973124-3552-4006-8d27-e8b6cd81fa74/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:25:21,017 98130 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/9ed29569-e4e1-4a94-85c2-d13c1d0119cc 0.280s 2025-07-31 10:25:21,018 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29c5e618-cc2d-416d-a7e3-0429f2944e72', 'x-compute-request-id': 'req-29c5e618-cc2d-416d-a7e3-0429f2944e72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc'} Body: b'{"server": {"id": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "name": "tempest-ServerStableDeviceRescueTest-server-333774810", "status": "ACTIVE", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "metadata": {}, "hostId": "4d9c683bc94471efc55da599470fedba1e37013696f33757ab82b527", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:31Z", "updated": "2025-07-31T10:23:39Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1200058323-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:25:13"}, {"version": 4, "addr": "172.24.4.2", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:25:13"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d 13c1d0119cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-597355887", "OS-SRV-USG:launched_at": "2025-07-31T10:22:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1963843345"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:25:21,073 98130 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/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a 0.039s 2025-07-31 10:25:21,073 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12bd22b8-7d66-4d5b-b37d-80ace338d809', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12bd22b8-7d66-4d5b-b37d-80ace338d809', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a'} Body: b'{"volume": {"id": "c1e10714-ac2d-4b76-a962-8cdd702b9b4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:20:58.000000", "updated_at": "2025-07-31T10:20:59.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-111995601", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a"}], "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "69198912a52e4e3bbffbfc527d8c8864"}}' 2025-07-31 10:25:22,136 98130 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/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a 0.048s 2025-07-31 10:25:22,136 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49996a29-871a-48f3-9eaa-9e1c2007dd15', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49996a29-871a-48f3-9eaa-9e1c2007dd15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a'} Body: b'{"volume": {"id": "c1e10714-ac2d-4b76-a962-8cdd702b9b4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:20:58.000000", "updated_at": "2025-07-31T10:20:59.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-111995601", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a"}], "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "69198912a52e4e3bbffbfc527d8c8864"}}' {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached [121.999204s] ... 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 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 552, in test_resize_server_revert_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume feeb5d17-e2da-407f-89a0-b395e51c2501 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:23:23,901 98110 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/43b1a7ce-fbf4-4914-8ac1-70a55ef2918f 0.219s 2025-07-31 10:23:23,902 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1541', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8b4ece0-d1f0-4d9f-8f36-848ad87149e4', 'x-compute-request-id': 'req-b8b4ece0-d1f0-4d9f-8f36-848ad87149e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/43b1a7ce-fbf4-4914-8ac1-70a55ef2918f'} Body: b'{"server": {"id": "43b1a7ce-fbf4-4914-8ac1-70a55ef2918f", "name": "tempest-ServerActionsTestOtherB-server-799379210", "status": "ACTIVE", "tenant_id": "a1e2d9c928d748c7a211474d32f84d55", "user_id": "dc5267e607ac474993c141c2196ff504", "metadata": {}, "hostId": "e2b445c86939bd66ddb41ff649cc8c07486abbccefdc12d0f60e557d", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:27Z", "updated": "2025-07-31T10:22:01Z", "addresses": {"tempest-ServerActionsTestOtherB-1550700219-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:aa:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/43b1a7ce-fbf4-4914-8ac1-70a55ef2918f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/43b1a7ce-fbf4-4914-8ac1-70a55ef2918f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1346661578", "OS-SRV-USG:launched_at": "2025-07-31T10:22:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1512466242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:24:24,214 98110 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/volumes 0.235s 2025-07-31 10:24:24,215 98110 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-ServerActionsTestOtherB-volume-1419049402"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28f3ce8a-abc0-45a9-83b5-21e06c842dd0', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28f3ce8a-abc0-45a9-83b5-21e06c842dd0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "feeb5d17-e2da-407f-89a0-b395e51c2501", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:24:24.144400", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1419049402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/feeb5d17-e2da-407f-89a0-b395e51c2501"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/feeb5d17-e2da-407f-89a0-b395e 51c2501"}], "user_id": "dc5267e607ac474993c141c2196ff504", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:24:24,267 98110 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/feeb5d17-e2da-407f-89a0-b395e51c2501 0.040s 2025-07-31 10:24:24,268 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab60110a-a9bd-4345-a73b-16a751db8c8e', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab60110a-a9bd-4345-a73b-16a751db8c8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/feeb5d17-e2da-407f-89a0-b395e51c2501'} Body: b'{"volume": {"id": "feeb5d17-e2da-407f-89a0-b395e51c2501", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:24:24.000000", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1419049402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/feeb5d17-e2da-407f-89a0-b395e51c2501"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/feeb5d17-e2da-407f-89a0-b395e51c2501"}], "user_id": "dc5267e607ac474993c141c2196ff504", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a1e2d9c928d748c7a211474d32f84d55"}}' 2025-07-31 10:24:25,329 98110 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/feeb5d17-e2da-407f-89a0-b395e51c2501 0.046s 2025-07-31 10:24:25,330 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87eccece-8e93-4a44-ba2f-3b1cd1bdbbc6', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87eccece-8e93-4a44-ba2f-3b1cd1bdbbc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/feeb5d17-e2da-407f-89a0-b395e51c2501'} Body: b'{"volume": {"id": "feeb5d17-e2da-407f-89a0-b395e51c2501", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:24:24.000000", "updated_at": "2025-07-31T10:24:24.000000", "name": "tempest-ServerActionsTestOtherB-volume-1419049402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/feeb5d17-e2da-407f-89a0-b395e51c2501"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/feeb5d17-e2da-407f-89a0-b395e51c2501"}], "user_id": "dc5267e607ac474993c141c2196ff504", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a1e2d9c928d748c7a211474d32f84d55"}}' 2025-07-31 10:24:25,346 98110 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 2025-07-31 10:24:25,603 98110 INFO [tempest.lib.common.rest_client] Request (ServerActionsTe stOtherB:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/43b1a7ce-fbf4-4914-8ac1-70a55ef2918f 0.253s 2025-07-31 10:24:25,603 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:25 GMT', 'server': '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-a2907091-5d20-4524-a056-ac415775a3da', 'x-compute-request-id': 'req-a2907091-5d20-4524-a056-ac415775a3da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/43b1a7ce-fbf4-4914-8ac1-70a55ef2918f'} Body: b'{"server": {"id": "43b1a7ce-fbf4-4914-8ac1-70a55ef2918f", "name": "tempest-ServerActionsTestOtherB-server-799379210", "status": "ACTIVE", "tenant_id": "a1e2d9c928d748c7a211474d32f84d55", "user_id": "dc5267e607ac474993c141c2196ff504", "metadata": {}, "hostId": "e2b445c86939bd66ddb41ff649cc8c07486abbccefdc12d0f60e557d", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:27Z", "updated": "2025-07-31T10:22:01Z", "addresses": {"tempest-ServerActionsTestOtherB-1550700219-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:aa:fd"}, {"version": 4, "addr": "172.24.4.226", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:aa:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/43b1a7ce-fbf4-4914-8ac1-70a55ef2918f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/43b1a7ce-fbf4-4914-8ac1-70a55ef2918f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1346661578", "OS-SRV-USG:launched_at": "2025-07-31T10:22:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1512466242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {10} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {10} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {4} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.457524s] ... 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 02e4d1c5-1aef-4000-b9b6-0f4ab017f517 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:23:39,108 98116 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.118s 2025-07-31 10:23:39,108 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2495', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-17b891bf-cd54-4870-81ab-c3c361fb4241', '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": "a8dfc4df7b5443e48b7051af9a566b96", "name": "tempest-VolumesAdminNegativeTest-381398493-project-member", "password_expires_at": null}, "audit_ids": ["TqQqrEJ_RAuE_yNLVx-INg"], "expires_at": "2025-07-31T11:23:39.000000Z", "issued_at": "2025-07-31T10:23:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad14bcbb45c94db0b6738ad5dd05efb6", "name": "tempest-VolumesAdminNegativeTest-381398493"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ad14bcbb45c94db0b6738ad5dd05efb6", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:23:39,109 98116 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'd0b8bbbf-be59-487b-bb22-a78de6c3ecaf', 'name': 'tempest-VolumesAdminNegativeTest-904843947-network', 'tenant_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33314, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:20:31Z', 'updated_at': '2025-07-31T10:20:31Z', 'revision_number': 1} available for tenant 2025-07-31 10:23:39,623 98116 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.512s 2025-07-31 10:23:39,623 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1383597470", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "d0b8bbbf-be59-487b-bb22-a78de6c3ecaf"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/625971f9-6286-4c6b-aae3-f5f976e8217b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c14402e8-8c6d-4a4b-ab3d-876103bc2bc5', 'x-compute-request-id': 'req-c14402e8-8c6d-4a4b-ab3d-876103bc2bc5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "625971f9-6286-4c6b-aae3-f5f976e8217b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/625971f9-6286-4c6b-aae3-f5f976e8217b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/625971f9-6286-4c6b-aae3-f5f976e8217b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "X5na3qaLvaRF"}}' 2025-07-31 10:23:39,723 98116 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/625971f9-6286-4c6b-aae3-f5f976e8217b 0.096s 2025-07-31 10:23:39,723 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1210', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b6cf734-f70a-4209-8b01-ab61fea2477b', 'x-compute-request-id': 'req-6b6cf734-f70a-4209-8b01-ab61fea2477b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/625971f9-6286-4c6b-aae3-f5f976e8217b'} Body: b'{"server": {"id": "625971f9-6286-4c6b-aae3-f5f976e8217b", "name": "tempest-VolumesAdminNegativeTest-server-1383597470", "status": "BUILD", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:23:40Z", "updated": "2025-07-31T10:23:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/625971f9-6286-4c6b-aae3-f5f976e8217b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/625971f9-6286-4c6b-aae3-f5f976e8217b"}], "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": []}}' 20 25-07-31 10:24:29,990 98116 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/625971f9-6286-4c6b-aae3-f5f976e8217b 0.218s 2025-07-31 10:24:29,990 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:29 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-bb380e83-5e02-43bc-a815-8d6cf024493b', 'x-compute-request-id': 'req-bb380e83-5e02-43bc-a815-8d6cf024493b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/625971f9-6286-4c6b-aae3-f5f976e8217b'} Body: b'{"server": {"id": "625971f9-6286-4c6b-aae3-f5f976e8217b", "name": "tempest-VolumesAdminNegativeTest-server-1383597470", "status": "ACTIVE", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "metadata": {}, "hostId": "bb75f767f11b28b48cdd2312dd5797d88471c188cb55b3d6c805df90", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:23:39Z", "updated": "2025-07-31T10:23:57Z", "addresses": {"tempest-VolumesAdminNegativeTest-904843947-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:ef:94"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/625971f9-6286-4c6b-aae3-f5f976e8217b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/625971f9-6286-4c6b-aae3-f5f976e8217b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:23:56.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": []}}' 2025-07-31 10:24:30,005 98116 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-07-31 10:25:30,314 98116 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/volumes 0.253s 2025-07-31 10:25:30,314 98116 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-222353667"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47238b23-d2ea-4b6e-89c4-e844e81b03e8', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47238b23-d2ea-4b6e-89c4-e844e81b03e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "02e4d1c5-1aef-4000-b9b6-0f4ab017f517", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:25:30.230556", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-222353667", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0 .0.210/volume/v3/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517"}], "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:25:30,369 98116 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/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517 0.042s 2025-07-31 10:25:30,370 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4c755e8-6d93-4bdf-b83b-cbcccb421056', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4c755e8-6d93-4bdf-b83b-cbcccb421056', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517'} Body: b'{"volume": {"id": "02e4d1c5-1aef-4000-b9b6-0f4ab017f517", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:25:30.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-222353667", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517"}], "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6"}}' 2025-07-31 10:25:31,425 98116 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/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517 0.039s 2025-07-31 10:25:31,426 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbdce8c3-249d-4998-be9f-efebdc13802e', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbdce8c3-249d-4998-be9f-efebdc13802e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517'} Body: b'{"volume": {"id": "02e4d1c5-1aef-4000-b9b6-0f4ab017f517", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:25:30.000000", "updated_at": "2025-07-31T10:25:30.000000", "name": "tempest-VolumesAdminNegativeTest-volume-222353667", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517"}], "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6"}}' {7} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [168.587452s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 103, in test_stamp_pattern waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3a3aabec-184f-47b4-b236-876ecd8b0d0b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:22:57,495 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.335s 2025-07-31 10:22:57,496 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1589741001", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPxSrQ2AvJ8dw/OYGxN3e6iRH47SaM3zI/xrm+qQ47F3h00dcpbRQMA0tZKNksRZLkk6GUaU53NFzhHQA82snwxk2b+PZLh2MYmzLy/mEwKkI7IuKFZLQ8nsatYRAkqqWw=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:57 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-0a39e206-aaaa-485b-8910-62258b518e0a', 'x-compute-request-id': 'req-0a39e206-aaaa-485b-8910-62258b518e0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1589741001", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPxSrQ2AvJ8dw/OYGxN3e6iRH47SaM3zI/xrm+qQ47F3h00dcpbRQMA0tZKNksRZLkk6GUaU53NFzhHQA82snwxk2b+PZLh2MYmzLy/mEwKkI7IuKFZLQ8nsatYRAkqqWw==", "fingerprint": "e8:df:75:70:ab:8e:10:a0:e4:39:38:12:8b:89:b9:39", "user_id": "868748051b284f4db9a6819f0419adf1"}}' 2025-07-31 10:22:57,863 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.363s 2025-07-31 10:22:57,863 98122 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-564255147", "description": "tempest-secgroup-smoke-564255147 description", "project_id": "50a92f5181eb4b9c8c38b80e1010436b"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1673', 'x-openstack-request-id': 'req-7504f188-bbf8-4280-b0ad-a86d8dfa2e53', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "name": "tempest-secgroup-smoke-564255147", "stateful": true, "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "description": "tempest-secgroup-smoke-564255147 description", "shared": false, "security_group_rules": [{"id": "5336c42e-8d25-42a3-9ad2-54f10779d04c", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "security_group_id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "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": 550, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:22:57Z", "updated_at": "2025-07-31T10:22:57Z", "revision_number": 0}, {"id": "add4a1d6-d8fa-4d91-9194-fe662a6cea80", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "security_group_id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "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": 551, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:22:57Z", "updated_at": "2025-07-31T10:22:57Z", "revision_number": 0}], "tags": [], "created_at": "2025-0 7-31T10:22:57Z", "updated_at": "2025-07-31T10:22:57Z", "revision_number": 1, "project_id": "50a92f5181eb4b9c8c38b80e1010436b"}}' 2025-07-31 10:22:58,111 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.247s 2025-07-31 10:22:58,112 98122 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": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-00c8123c-b2bb-49cb-9433-857525fcb466', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5af2c053-b674-4c7c-8f9a-f2f58857878c", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "security_group_id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:57Z", "updated_at": "2025-07-31T10:22:57Z", "revision_number": 0}}' 2025-07-31 10:22:58,443 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.330s 2025-07-31 10:22:58,443 98122 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": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-dfe4370f-af71-40df-840c-0dff44a7be20', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f78deb91-3b05-4646-a45f-6ffe5c3fed25", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "security_group_id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:58Z", "updated_at": "2025-07-31T10:22:58Z", "revision_number": 0}}' 2025-07-31 10:22:58,675 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.231s 2025-07-31 10:22:58,675 98122 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": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ff2f545f-a6a6-4966-85bb-23f6187bfe0f', 'c onnection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "47fba13c-407a-4653-92f8-ce96686cdbe2", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "security_group_id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:58Z", "updated_at": "2025-07-31T10:22:58Z", "revision_number": 0}}' 2025-07-31 10:22:58,913 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.236s 2025-07-31 10:22:58,913 98122 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": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-ef851564-2299-4d78-9f2a-68fcfef312ab', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f7285ed9-71da-4f46-946c-96910920df9b", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "security_group_id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:58Z", "updated_at": "2025-07-31T10:22:58Z", "revision_number": 0}}' 2025-07-31 10:22:59,193 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.279s 2025-07-31 10:22:59,194 98122 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": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-a485f779-121a-4461-a512-4410d6c3fc40', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e02db0fa-1d3e-4f0c-bcc1-a191129434b9", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "security_group_id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:59Z", "updated_at": "2025-07-31T10:22:59Z", "revision_number": 0}}' 2025-07-31 10:22:59,506 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.311s 2025-07-31 10:22:59,506 98122 DEBUG [tempest.lib.common.r est_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-9d3cd63c-88b0-496a-af8d-55ff2de13de8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "29439cf0-c4f3-4b23-a343-daed3bce87cb", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "security_group_id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:59Z", "updated_at": "2025-07-31T10:22:59Z", "revision_number": 0}}' 2025-07-31 10:22:59,800 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.293s 2025-07-31 10:22:59,801 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-1593271352", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0130119-b58e-4fb0-9854-b962714abf7d', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0130119-b58e-4fb0-9854-b962714abf7d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3a3aabec-184f-47b4-b236-876ecd8b0d0b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:59.716586", "updated_at": null, "name": "tempest-TestStampPattern-volume-1593271352", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b"}], "user_id": "868748051b284f4db9a6819f0419adf1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:22:59,922 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.103s 2025-07-31 10:22:59,922 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2481', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6579f70a-4b5d-4b59-a072-8c4fcf8f1add', '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": "868748051b284f4db9a6819f0419adf1", "name": "tempest-TestStampPattern-1969451279-project-member", "password_expires_at": null}, "audit_ids": ["89KUTQkUTjqNSScLlOT HEg"], "expires_at": "2025-07-31T11:22:59.000000Z", "issued_at": "2025-07-31T10:22:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50a92f5181eb4b9c8c38b80e1010436b", "name": "tempest-TestStampPattern-1969451279"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/50a92f5181eb4b9c8c38b80e1010436b", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:22:59,923 98122 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '0d57c87e-58a0-4838-9b7d-3c27b570f954', 'name': 'tempest-TestStampPattern-1264424795-network', 'tenant_id': '50a92f5181eb4b9c8c38b80e1010436b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '50a92f5181eb4b9c8c38b80e1010436b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58472, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:22:39Z', 'updated_at': '2025-07-31T10:22:40Z', 'revision_number': 1} available for tenant 2025-07-31 10:23:00,656 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/compute/v2.1/servers 0.732s 2025-07-31 10:23:00,656 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-1275873957", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "key_name": "tempest-TestStampPattern-1589741001", "security_groups": [{"name": "tempest-secgroup-smoke-564255147"}], "networks": [{"uuid": "0d57c87e-58a0-4838-9b7d-3c27b570f954"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x- openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a88044d6-b71c-4219-9f7d-cb4d94df0e5a', 'x-compute-request-id': 'req-a88044d6-b71c-4219-9f7d-cb4d94df0e5a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "555d057f-e8f3-4b37-b3eb-cce9e828cc7d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-564255147"}], "adminPass": "mN44tCE5xEGx"}}' 2025-07-31 10:23:00,731 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d 0.071s 2025-07-31 10:23:00,731 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-212aac81-2235-492e-a8c7-3a06b5b5e67d', 'x-compute-request-id': 'req-212aac81-2235-492e-a8c7-3a06b5b5e67d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d'} Body: b'{"server": {"id": "555d057f-e8f3-4b37-b3eb-cce9e828cc7d", "name": "tempest-TestStampPattern-server-1275873957", "status": "BUILD", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "user_id": "868748051b284f4db9a6819f0419adf1", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:23:01Z", "updated": "2025-07-31T10:23:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-1589741001", "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": []}}' 2025-07-31 10:23:51,013 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d 0.215s 2025-07-31 10:23:51,014 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:50 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-e77bacc8-7759-4cd0-8b28-9a427a7a5d9a', 'x-compute-request-id': 'req-e77bacc8-7759-4cd0-8b28-9a427a7a5d9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d'} Body: b'{"server": {"id": "555d057f-e8f3-4b37-b3eb-cce9e828cc7d", "name": "tempe st-TestStampPattern-server-1275873957", "status": "ACTIVE", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "user_id": "868748051b284f4db9a6819f0419adf1", "metadata": {}, "hostId": "07d79929f5c2b95bb8d7b331849e688dc292ff3a9c695f14bf1aacbd", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:23:00Z", "updated": "2025-07-31T10:23:17Z", "addresses": {"tempest-TestStampPattern-1264424795-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:f3:6a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1589741001", "OS-SRV-USG:launched_at": "2025-07-31T10:23:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-564255147"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:23:51,037 98122 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-07-31 10:24:51,320 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d 0.222s 2025-07-31 10:24:51,321 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:51 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-d5047a00-a5c9-4943-9301-c44961e14200', 'x-compute-request-id': 'req-d5047a00-a5c9-4943-9301-c44961e14200', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d'} Body: b'{"server": {"id": "555d057f-e8f3-4b37-b3eb-cce9e828cc7d", "name": "tempest-TestStampPattern-server-1275873957", "status": "ACTIVE", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "user_id": "868748051b284f4db9a6819f0419adf1", "metadata": {}, "hostId": "07d79929f5c2b95bb8d7b331849e688dc292ff3a9c695f14bf1aacbd", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:23:00Z", "updated": "2025-07-31T10:23:17Z", "addresses": {"tempest-TestStampPattern-1264424795-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:f3:6a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1589741001", "OS-SRV-USG:launched_at": "2025-07-31T10:23:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-564255147"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS: power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:24:51,490 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/networking/v2.0/ports?device_id=555d057f-e8f3-4b37-b3eb-cce9e828cc7d 0.153s 2025-07-31 10:24:51,490 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '955', 'x-openstack-request-id': 'req-4272505d-cbf6-43e7-a74d-3f95d677cfed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=555d057f-e8f3-4b37-b3eb-cce9e828cc7d'} Body: b'{"ports":[{"id":"9f6e6302-ba93-42cb-bb08-a788d0525862","name":"","network_id":"0d57c87e-58a0-4838-9b7d-3c27b570f954","tenant_id":"50a92f5181eb4b9c8c38b80e1010436b","mac_address":"fa:16:3e:91:f3:6a","admin_state_up":true,"status":"ACTIVE","device_id":"555d057f-e8f3-4b37-b3eb-cce9e828cc7d","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"c3f3d1c2-177e-454b-9493-bbec3a303f2c","ip_address":"10.0.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"user","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"port_security_enabled":true,"tags":[],"created_at":"2025-07-31T10:23:05Z","updated_at":"2025-07-31T10:23:13Z","revision_number":5,"project_id":"50a92f5181eb4b9c8c38b80e1010436b"}]}' 2025-07-31 10:24:51,491 98122 DEBUG [tempest.common.waiters] Server ID 555d057f-e8f3-4b37-b3eb-cce9e828cc7d ports are all ACTIVE [{'id': '9f6e6302-ba93-42cb-bb08-a788d0525862', 'name': '', 'network_id': '0d57c87e-58a0-4838-9b7d-3c27b570f954', 'tenant_id': '50a92f5181eb4b9c8c38b80e1010436b', 'mac_address': 'fa:16:3e:91:f3:6a', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '555d057f-e8f3-4b37-b3eb-cce9e828cc7d', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': 'c3f3d1c2-177e-454b-9493-bbec3a303f2c', 'ip_address': '10.0.0.10'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf'], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'user', 'binding:vif_type': 'ovs', 'binding:vif_details': {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system', 'bound_drivers': {'0': 'ovn'}}, 'port_security_enabled': True, 'tags': [], 'created_at': '2025-07-31T10:23:05Z', 'updated_at': '2025-07-31T10:23:13Z', 'revision_number': 5, 'project_id': '50a92f5181eb4b9c8c38b80e1010436b'}]: 2025-07-31 10:24:51,576 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/networking/v2.0/floatingips?floating_network_id=74392d56-398c-403a-95ac-e6403cbc3c69&port_id=9f6e6302-ba93-42cb-bb08-a788d0525862 0.084s 2025-07-31 10:24:51,577 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '19', 'x-openstack-request-id': 'req-acf3bebf-3147-4332-9687-32285efb4d71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips?floating_network_id=74392d56-398c-403a-95ac-e6403cbc3c69&port_id=9f6e6302-ba93-42cb-bb08-a788d0525862'} Body: b'{"floatingips": []}' 2025-07-31 10:24:51,657 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0 .210/networking/v2.0/ports?device_id=555d057f-e8f3-4b37-b3eb-cce9e828cc7d 0.079s 2025-07-31 10:24:51,657 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '955', 'x-openstack-request-id': 'req-a612e775-8e26-43ef-85a0-17f404eee268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=555d057f-e8f3-4b37-b3eb-cce9e828cc7d'} Body: b'{"ports":[{"id":"9f6e6302-ba93-42cb-bb08-a788d0525862","name":"","network_id":"0d57c87e-58a0-4838-9b7d-3c27b570f954","tenant_id":"50a92f5181eb4b9c8c38b80e1010436b","mac_address":"fa:16:3e:91:f3:6a","admin_state_up":true,"status":"ACTIVE","device_id":"555d057f-e8f3-4b37-b3eb-cce9e828cc7d","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"c3f3d1c2-177e-454b-9493-bbec3a303f2c","ip_address":"10.0.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"user","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"port_security_enabled":true,"tags":[],"created_at":"2025-07-31T10:23:05Z","updated_at":"2025-07-31T10:23:13Z","revision_number":5,"project_id":"50a92f5181eb4b9c8c38b80e1010436b"}]}' 2025-07-31 10:24:51,657 98122 DEBUG [tempest.common.waiters] Server ID 555d057f-e8f3-4b37-b3eb-cce9e828cc7d ports are all ACTIVE [{'id': '9f6e6302-ba93-42cb-bb08-a788d0525862', 'name': '', 'network_id': '0d57c87e-58a0-4838-9b7d-3c27b570f954', 'tenant_id': '50a92f5181eb4b9c8c38b80e1010436b', 'mac_address': 'fa:16:3e:91:f3:6a', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '555d057f-e8f3-4b37-b3eb-cce9e828cc7d', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': 'c3f3d1c2-177e-454b-9493-bbec3a303f2c', 'ip_address': '10.0.0.10'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf'], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'user', 'binding:vif_type': 'ovs', 'binding:vif_details': {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system', 'bound_drivers': {'0': 'ovn'}}, 'port_security_enabled': True, 'tags': [], 'created_at': '2025-07-31T10:23:05Z', 'updated_at': '2025-07-31T10:23:13Z', 'revision_number': 5, 'project_id': '50a92f5181eb4b9c8c38b80e1010436b'}]: 2025-07-31 10:24:53,034 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.376s 2025-07-31 10:24:53,035 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "port_id": "9f6e6302-ba93-42cb-bb08-a788d0525862", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "fixed_ip_address": "10.0.0.10"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-f0c0baa1-8202-45a6-aed6-6a85d982173c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "45ab2a3c-e7ef-4b5b-8027-ed01909ec779", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "floating_ip_address": "172.24.4.5", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "7524c1c0-8f90-4dc1-b42e-a4a89e8b51a7", "port_id": "9f6e6302-ba93-42cb-bb08-a788d0525862", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "description": "", "port_details": {"name": "", "network_id": "0d57c87e-58a0-4838-9b7d-3c27b570f954", "mac_address": "fa:16:3e:91:f3:6a", "admin_state_up": true, "status": "ACTIVE", "device_id": "555d057f-e8f3-4b37-b3eb-cce9e828cc7d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:24:52Z", "updated_at": "2025-07-31T10:24:52Z", "revision_number": 0}}' 2025-07-31 10:24:53,038 98122 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.5:22' as 'cirros' with public key authentication 2025-07-31 10:24:53,057 98122 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:24:53,165 98122 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:24:53,165 98122 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.5 successfully created 2025-07-31 10:24:53,166 98122 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-07-31 10:24:53,166 98122 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.5:22' as 'cirros' with public key authentication 2025-07-31 10:24:53,169 98122 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:24:53,272 98122 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:24:53,272 98122 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.5 successfully created 2025-07-31 10:24:53,328 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b 0.039s 2025-07-31 10:24:53,328 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0f90b3c-2622-4197-a65b-52649a2efe41', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0f90b3c-2622-4197-a65b-52649a2efe41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b'} Body: b'{"volume": {"id": "3a3aabec-184f-47b4-b236-876ecd8b0d0b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:00.000000", "updated_at": "2025-07-31T10:23:00.000000", "name": "tempest-TestStampPattern-volume-1593271352", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b"}], "user_id": "868748051b284f4db9a6819f0419adf1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "50a92f5181eb4b9c8c38b80e1010436b"}}' 2025-07-31 10:24:54,384 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b 0.041s 2025-07-31 10:24:54,385 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79ce83b7-dd6c-4cd5-b723-9f73b9434d5b', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x- openstack-request-id': 'req-79ce83b7-dd6c-4cd5-b723-9f73b9434d5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b'} Body: b'{"volume": {"id": "3a3aabec-184f-47b4-b236-876ecd8b0d0b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:00.000000", "updated_at": "2025-07-31T10:23:00.000000", "name": "tempest-TestStampPattern-volume-1593271352", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b"}], "user_id": "868748051b284f4db9a6819f0419adf1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "50a92f5181eb4b9c8c38b80e1010436b"}}' 2025-07-31 10:24:54,878 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/45ab2a3c-e7ef-4b5b-8027-ed01909ec779 0.479s 2025-07-31 10:24:54,878 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-5de6d064-4b51-4736-85db-30d3d02fde01', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/45ab2a3c-e7ef-4b5b-8027-ed01909ec779'} Body: b'' 2025-07-31 10:24:54,992 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d 0.113s 2025-07-31 10:24:54,992 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:54 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-86707e2f-b709-48c1-aa9e-40a3f4429175', 'x-compute-request-id': 'req-86707e2f-b709-48c1-aa9e-40a3f4429175', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d'} Body: b'' 2025-07-31 10:24:55,234 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d 0.241s 2025-07-31 10:24:55,234 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:54 GMT', 'server': '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-da9d7785-06ed-4d97-9445-8819114f5d8f', 'x-compute-request-id': 'req-da9d7785-06ed-4d97-9445-8819114f5d8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d'} Body: b'{"server": {"id": "555d057f-e8f3-4b37-b3eb-cce9e828cc7d", "name": "tempest-TestStampPattern-server-1275873957", "status": "ACTIVE", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "user_id": "868748051b284f4db9a6819f0419adf1", "metadata": {}, "hostId": "07d79929f5c2b95bb8d7b331849e6 88dc292ff3a9c695f14bf1aacbd", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:23:00Z", "updated": "2025-07-31T10:24:55Z", "addresses": {"tempest-TestStampPattern-1264424795-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:f3:6a"}, {"version": 4, "addr": "172.24.4.5", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:f3:6a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1589741001", "OS-SRV-USG:launched_at": "2025-07-31T10:23:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-564255147"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:25:45,323 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d 0.042s 2025-07-31 10:25:45,324 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:45 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-1be78218-f060-4cb4-897c-4df1e24b67c9', 'x-compute-request-id': 'req-1be78218-f060-4cb4-897c-4df1e24b67c9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 555d057f-e8f3-4b37-b3eb-cce9e828cc7d could not be found."}}' 2025-07-31 10:25:45,433 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b 0.108s 2025-07-31 10:25:45,433 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-449d321d-6b3f-4dfc-9cf7-4ba109fd0746', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b'} Body: b'' 2025-07-31 10:25:45,472 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b 0.038s 2025-07-31 10:25:45,473 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-048c45ba-3c19-4511-af08-c5bec9eb61 7f', 'x-openstack-request-id': 'req-048c45ba-3c19-4511-af08-c5bec9eb617f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3a3aabec-184f-47b4-b236-876ecd8b0d0b could not be found."}}' 2025-07-31 10:25:45,716 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf 0.242s 2025-07-31 10:25:45,716 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-c36d5f84-ac3a-46f4-b2ed-def185de22d9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf'} Body: b'' 2025-07-31 10:25:45,744 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1589741001 0.028s 2025-07-31 10:25:45,745 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:45 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-ea53de01-4d52-497b-9e87-7d701ab37aa4', 'x-compute-request-id': 'req-ea53de01-4d52-497b-9e87-7d701ab37aa4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1589741001'} Body: b'' {7} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [3.594122s] ... 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 73, 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 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 51a7299c-a557-4f13-a755-41eb036dae61 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:25:54,038 98122 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/types 0.226s 2025-07-31 10:25:54,038 98122 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': 'Thu, 31 Jul 2025 10:25:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da0c8bd0-5310-4f60-88f8-8e888dee173c', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da0c8bd0-5310-4f60-88f8-8e888dee173c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "fd3816bf-4a34-495a-a6e7-b58d3e5570c6", "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}}' 2025-07-31 10:25:54,738 98122 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.696s 2025-07-31 10:25:54,739 98122 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': 'Thu, 31 Jul 2025 10:25:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-e3e0e211-b33c-459c-8f83-e9c41ca13723', '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": "fb48adb3b367477b8c3e0c6b571d3566", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "751b3520-2e61-4b69-b99d-d3a4824b5e5b", "created_at": "2025-07-31T10:25:55Z", "updated_at": "2025-07-31T10:25:55Z", "tags": [], "self": "/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b", "file": "/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:25:55,765 98122 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/751b3520-2e61-4b69-b99d-d3a4824b5e5b/file 1.024s 2025-07-31 10:25:55,766 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-5c58fe87 -33dc-4da3-8614-496b8f7639e9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b/file'} Body: b'' 2025-07-31 10:25:55,787 98122 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/751b3520-2e61-4b69-b99d-d3a4824b5e5b 0.019s 2025-07-31 10:25:55,787 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-762ed267-68aa-4390-a8b1-1dfb79ed0a53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b'} 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": "64fb653d3b82099eff9102b78a06c020", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "fb48adb3b367477b8c3e0c6b571d3566", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "dd2fccbef8c9c6ccd713806bd527bf0bd03fff9536d2bb13fb6e6399011bee97d9c20cca05f7e193e79e673c971e3fe70a717dd5abd0a60ccc1ed31cddfb5ed5", "id": "751b3520-2e61-4b69-b99d-d3a4824b5e5b", "created_at": "2025-07-31T10:25:55Z", "updated_at": "2025-07-31T10:25:56Z", "tags": [], "self": "/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b", "file": "/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:25:55,823 98122 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/751b3520-2e61-4b69-b99d-d3a4824b5e5b 0.035s 2025-07-31 10:25:55,824 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-86105481-5734-4d07-9805-acde46401fd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b'} 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": "64fb653d3b82099eff9102b78a06c020", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "fb48adb3b367477b8c3e0c6b571d3566", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "dd2fccbef8c9c6ccd713806bd527bf0bd03fff9536d2bb13fb6e6399011bee97d9c20cca05f7e193e79e673c971e3fe70a717dd5abd0a60ccc1ed31cddfb5ed5", "id": "751b3520-2e61-4b69-b99d-d3a4824b5e5b", "created_at": "2025-07-31T10:25:55Z", "updated_at": "2025-07-31T10:25:56Z", "tags": [], "self": "/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b", "file": "/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:25:55,847 98122 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/751b3520-2e61-4b69-b99d-d3a4824b5e5b 0.021s 2025-07-31 10:25:55,847 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', ' X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b8169688-b34d-4daf-b4ba-b3db1bb5d103', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b'} 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": "64fb653d3b82099eff9102b78a06c020", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "fb48adb3b367477b8c3e0c6b571d3566", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "dd2fccbef8c9c6ccd713806bd527bf0bd03fff9536d2bb13fb6e6399011bee97d9c20cca05f7e193e79e673c971e3fe70a717dd5abd0a60ccc1ed31cddfb5ed5", "id": "751b3520-2e61-4b69-b99d-d3a4824b5e5b", "created_at": "2025-07-31T10:25:55Z", "updated_at": "2025-07-31T10:25:56Z", "tags": [], "self": "/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b", "file": "/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:25:56,180 98122 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/volumes 0.332s 2025-07-31 10:25:56,181 98122 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": "751b3520-2e61-4b69-b99d-d3a4824b5e5b", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a908de5e-a411-40bd-8742-6027de0c2b66', 'content-length': '796', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a908de5e-a411-40bd-8742-6027de0c2b66', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "51a7299c-a557-4f13-a755-41eb036dae61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:25:56.119843", "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/volumes/51a7299c-a557-4f13-a755-41eb036dae61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/51a7299c-a557-4f13-a755-41eb036dae61"}], "user_id": "35c4bb1b2f2d416586ce71e2314a1577", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:25:56,244 98122 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/volumes/51a7299c-a557-4f13-a755-41eb036dae61 0.048s 2025-07-31 10:25:56,245 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b78249d6-f78f-4482-8def-a4aaca12b985', 'content-length': '864', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b78249d6-f78f-4482-8def-a4aaca12b985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210 /volume/v3/volumes/51a7299c-a557-4f13-a755-41eb036dae61'} Body: b'{"volume": {"id": "51a7299c-a557-4f13-a755-41eb036dae61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:25:56.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/volumes/51a7299c-a557-4f13-a755-41eb036dae61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/51a7299c-a557-4f13-a755-41eb036dae61"}], "user_id": "35c4bb1b2f2d416586ce71e2314a1577", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb48adb3b367477b8c3e0c6b571d3566"}}' 2025-07-31 10:25:57,390 98122 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/volumes/51a7299c-a557-4f13-a755-41eb036dae61 0.130s 2025-07-31 10:25:57,391 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e44079bc-dc10-4a72-bc08-b800eef644d5', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e44079bc-dc10-4a72-bc08-b800eef644d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/51a7299c-a557-4f13-a755-41eb036dae61'} Body: b'{"volume": {"id": "51a7299c-a557-4f13-a755-41eb036dae61", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:25:56.000000", "updated_at": "2025-07-31T10:25:56.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/volumes/51a7299c-a557-4f13-a755-41eb036dae61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/51a7299c-a557-4f13-a755-41eb036dae61"}], "user_id": "35c4bb1b2f2d416586ce71e2314a1577", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb48adb3b367477b8c3e0c6b571d3566"}}' {7} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {7} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {11} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.187253s] ... ok {11} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.102654s] ... ok {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [1.507466s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 872455f8-6628-4833-9f98-ad319f5d3587 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:26:21,899 98112 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.388s 2025-07-31 10:26:21,900 98112 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-1941901668"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4000bd97-e311-4f4e-87f8-e8b77ea9ad40', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4000bd97-e311-4f4e-87f8-e8b77ea9ad40', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "872455f8-6628-4833-9f98-ad319f5d3587", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:21.824407", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1941901668", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/872455f8-6628-4833-9f98-ad319f5d3587"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/872455f8-6628-4833-9f98-ad319f5d3587"}], "user_id": "bf95c66cfe9f4d3a852829f5ec9d02f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:26:21,950 98112 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/872455f8-6628-4833-9f98-ad319f5d3587 0.037s 2025-07-31 10:26:21,951 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e4caafc-a20c-4101-a8af-0a0021418cbc', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e4caafc-a20c-4101-a8af-0a0021418cbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/872455f8-6628-4833-9f98-ad319f5d3587'} Body: b'{"volume": {"id": "872455f8-6628-4833-9f98-ad319f5d3587", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:22.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1941901668", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/872455f8-6628-4833-9f98-ad319f5d3587"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/872455f8-6628-4833-9f98-ad319f5d3587"}], "user_id": "bf95c66cfe9f4d3a852829f5ec9d02f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03ba2b2b9e6641efa9f87cc52d3bda9e"}}' 2025-07-31 10:26:23,001 98112 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/872455f8-6628-4833-9f98-ad319f5d3587 0.036s 2025-07-31 10:26:23,002 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applica tion/json', 'x-compute-request-id': 'req-4cf7a633-edcd-4897-a6f4-4454960a629b', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cf7a633-edcd-4897-a6f4-4454960a629b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/872455f8-6628-4833-9f98-ad319f5d3587'} Body: b'{"volume": {"id": "872455f8-6628-4833-9f98-ad319f5d3587", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:22.000000", "updated_at": "2025-07-31T10:26:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1941901668", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/872455f8-6628-4833-9f98-ad319f5d3587"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/872455f8-6628-4833-9f98-ad319f5d3587"}], "user_id": "bf95c66cfe9f4d3a852829f5ec9d02f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03ba2b2b9e6641efa9f87cc52d3bda9e"}}' {11} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.680259s] ... 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 949, 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: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:26:23,461 98130 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/scheduler-stats/get_pools?detail=True 0.661s 2025-07-31 10:26:23,462 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-950057d3-8c55-4ade-9f20-8ae1a277f69c', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-950057d3-8c55-4ade-9f20-8ae1a277f69c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' {11} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.540343s] ... 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 949, 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: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:26:24,018 98130 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/scheduler-stats/get_pools 0.537s 2025-07-31 10:26:24,019 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32765b26-ae30-40fb-8728-16659182665f', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32765b26-ae30-40fb-8728-16659182665f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/scheduler-stats/get_pools'} Body: b'{"pools": []}' {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [1.356111s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7d4d88f6-1058-40fa-8483-b1b9f88549fc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:26:23,230 98112 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.211s 2025-07-31 10:26:23,231 98112 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-314565449"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9015ee32-bb52-41df-8a57-6d3e5357474f', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9015ee32-bb52-41df-8a57-6d3e5357474f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7d4d88f6-1058-40fa-8483-b1b9f88549fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:23.157304", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-314565449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc"}], "user_id": "bf95c66cfe9f4d3a852829f5ec9d02f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:26:23,280 98112 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc 0.036s 2025-07-31 10:26:23,280 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8aafd302-ccf0-433d-bc39-54a9aacfdd65', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8aafd302-ccf0-433d-bc39-54a9aacfdd65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc'} Body: b'{"volume": {"id": "7d4d88f6-1058-40fa-8483-b1b9f88549fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:23.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-314565449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc"}], "user_id": "bf95c66cfe9f4d3a852829f5ec9d02f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03ba2b2b9e6641efa9f87cc52d3bda9e"}}' 2025-07-31 10:26:24,357 98112 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc 0.044s 2025-07-31 10:26:24,359 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicatio n/json', 'x-compute-request-id': 'req-03fddfca-e41f-455b-8639-442c466b48ae', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03fddfca-e41f-455b-8639-442c466b48ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc'} Body: b'{"volume": {"id": "7d4d88f6-1058-40fa-8483-b1b9f88549fc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:23.000000", "updated_at": "2025-07-31T10:26:23.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-314565449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc"}], "user_id": "bf95c66cfe9f4d3a852829f5ec9d02f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03ba2b2b9e6641efa9f87cc52d3bda9e"}}' {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.031460s] ... ok {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.026865s] ... ok {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.023934s] ... ok {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [2.003849s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 81982a5a-8730-4faf-931e-42b862cce18f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:26:28,719 98130 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/volumes 0.695s 2025-07-31 10:26:28,719 98130 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-850905839"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7799b3b9-f11c-422d-b2bc-2859ec7db8a1', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7799b3b9-f11c-422d-b2bc-2859ec7db8a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "81982a5a-8730-4faf-931e-42b862cce18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:28.642122", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-850905839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81982a5a-8730-4faf-931e-42b862cce18f"}], "user_id": "b59c77c5ca2a42409eb2dc6e7164dd80", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:26:28,769 98130 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f 0.037s 2025-07-31 10:26:28,769 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deffb682-c1fd-4124-8ebd-6feaec02056f', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deffb682-c1fd-4124-8ebd-6feaec02056f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f'} Body: b'{"volume": {"id": "81982a5a-8730-4faf-931e-42b862cce18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:29.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-850905839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81982a5a-8730-4faf-931e-42b862cce18f"}], "user_id": "b59c77c5ca2a42409eb2dc6e7164dd80", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4326aad423564671bb606b7142ea154e"}}' 2025-07-31 10:26:29,824 98130 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f 0.040s 2025-07-31 10:26:29,824 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compu te-request-id': 'req-69c0dc1b-cd04-48c1-97f4-5767ce32b8f6', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69c0dc1b-cd04-48c1-97f4-5767ce32b8f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f'} Body: b'{"volume": {"id": "81982a5a-8730-4faf-931e-42b862cce18f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:29.000000", "updated_at": "2025-07-31T10:26:29.000000", "name": "tempest-VolumesServicesTestJSON-Volume-850905839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81982a5a-8730-4faf-931e-42b862cce18f"}], "user_id": "b59c77c5ca2a42409eb2dc6e7164dd80", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4326aad423564671bb606b7142ea154e"}}' 2025-07-31 10:26:29,882 98130 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f 0.043s 2025-07-31 10:26:29,883 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-652dff1f-f00c-4aa0-a3a3-df605af92725', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-652dff1f-f00c-4aa0-a3a3-df605af92725', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f'} Body: b'{"volume": {"id": "81982a5a-8730-4faf-931e-42b862cce18f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:29.000000", "updated_at": "2025-07-31T10:26:29.000000", "name": "tempest-VolumesServicesTestJSON-Volume-850905839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81982a5a-8730-4faf-931e-42b862cce18f"}], "user_id": "b59c77c5ca2a42409eb2dc6e7164dd80", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4326aad423564671bb606b7142ea154e"}}' 2025-07-31 10:26:30,001 98130 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f 0.105s 2025-07-31 10:26:30,001 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26: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-3c8b94fd-ebea-4c9d-a0d8-9a2b58a4aaa0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f'} Body: b'' 2025-07-31 10:26:30,025 98130 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f 0. 023s 2025-07-31 10:26:30,025 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26: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-9ffdd9a3-1d9d-4cb5-8208-18c8a237f972', 'x-openstack-request-id': 'req-9ffdd9a3-1d9d-4cb5-8208-18c8a237f972', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 81982a5a-8730-4faf-931e-42b862cce18f could not be found."}}' {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.022520s] ... ok {11} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {11} 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1d0f035a-b883-4144-91d0-8b510f379536 failed to build and is in ERROR status {11} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1 [3.415161s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_dependency.py", line 168, in test_image_volume_dependencies_1 volume1 = self.create_volume(**vol_args) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a139ea5b-5bf5-4cea-9ec6-3432b12e0089 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:26:36,670 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 201 POST http://10.0.0.210/image/v2/images 0.715s 2025-07-31 10:26:36,670 98130 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-7a9fba78-2e4b-42b1-9898-bb4a60685320", "min_disk": 1} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-008d6038-2293-4570-bdaf-ab31563c0bfb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "image-for-test-7a9fba78-2e4b-42b1-9898-bb4a60685320", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "cf777e94-87f2-4cfb-b432-c14373ee25a2", "created_at": "2025-07-31T10:26:37Z", "updated_at": "2025-07-31T10:26:37Z", "tags": [], "self": "/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2", "file": "/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:37,630 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 204 PUT http://10.0.0.210/image/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2/file 0.957s 2025-07-31 10:26:37,630 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-127f9567-98ae-4cd5-881c-6a29c1cd276b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2/file'} Body: b'' 2025-07-31 10:26:37,651 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2 0.020s 2025-07-31 10:26:37,652 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ecb231ed-e56c-4849-a8e3-1627fa72d312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2'} Body: b'{"name": "image-for-test-7a9fba78-2e4b-42b1-9898-bb4a60685320", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "a140e422761e27c7aa240bedb553b889", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0a63c2055b8a5af7a655c1c870ea9b86fe2bd237288a5155384ff9b39275d0e08001c8cf9a3d8ac780f0c8ceefc0f73c0acbd4ba8b80b20a5b72c87a5285731a", "id": "cf777e94-87f2-4cfb-b432-c14373ee25a2", "created_at": "2025-07-31T10:26:37Z", "updated_at": "2025-07-31T10:26:38Z", "tags": [], "self": "/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2", "file": "/v2/images/cf777e94-87f2- 4cfb-b432-c14373ee25a2/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:37,670 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2 0.017s 2025-07-31 10:26:37,670 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6ddb46ca-e470-45d9-b2f4-0d55483fd043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2'} Body: b'{"name": "image-for-test-7a9fba78-2e4b-42b1-9898-bb4a60685320", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "a140e422761e27c7aa240bedb553b889", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0a63c2055b8a5af7a655c1c870ea9b86fe2bd237288a5155384ff9b39275d0e08001c8cf9a3d8ac780f0c8ceefc0f73c0acbd4ba8b80b20a5b72c87a5285731a", "id": "cf777e94-87f2-4cfb-b432-c14373ee25a2", "created_at": "2025-07-31T10:26:37Z", "updated_at": "2025-07-31T10:26:38Z", "tags": [], "self": "/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2", "file": "/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:37,692 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2 0.022s 2025-07-31 10:26:37,693 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-951b98bf-df0d-4f4d-89c9-e3488ef94a08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2'} Body: b'{"name": "image-for-test-7a9fba78-2e4b-42b1-9898-bb4a60685320", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "a140e422761e27c7aa240bedb553b889", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0a63c2055b8a5af7a655c1c870ea9b86fe2bd237288a5155384ff9b39275d0e08001c8cf9a3d8ac780f0c8ceefc0f73c0acbd4ba8b80b20a5b72c87a5285731a", "id": "cf777e94-87f2-4cfb-b432-c14373ee25a2", "created_at": "2025-07-31T10:26:37Z", "updated_at": "2025-07-31T10:26:38Z", "tags": [], "self": "/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2", "file": "/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:38,248 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 202 POST http://10.0.0.210/volume/v3/volumes 0.554s 2025-07-31 10:26:38,249 98130 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": {"name": "volume1-for-test7a9fba78-2e4b-42b1-9898-bb4a60685320", "imageRef": "cf777e94-87f2-4cfb-b432-c14373ee25a2", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c93fceb-946e-4 cc7-a9f8-0fafdd4d651d', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c93fceb-946e-4cc7-a9f8-0fafdd4d651d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a139ea5b-5bf5-4cea-9ec6-3432b12e0089", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:38.171670", "updated_at": null, "name": "volume1-for-test7a9fba78-2e4b-42b1-9898-bb4a60685320", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089"}], "user_id": "af577d36067f48aaaad35dcc3219f80a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:26:38,300 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089 0.038s 2025-07-31 10:26:38,301 98130 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': 'Thu, 31 Jul 2025 10:26:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdcd606d-8061-4551-9c9b-8f7eab1683b1', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdcd606d-8061-4551-9c9b-8f7eab1683b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089'} Body: b'{"volume": {"id": "a139ea5b-5bf5-4cea-9ec6-3432b12e0089", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:38.000000", "updated_at": null, "name": "volume1-for-test7a9fba78-2e4b-42b1-9898-bb4a60685320", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089"}], "user_id": "af577d36067f48aaaad35dcc3219f80a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "450df77e4da84a05880991bbe5c04657"}}' 2025-07-31 10:26:39,354 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089 0.037s 2025-07-31 10:26:39,355 98130 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': 'Thu, 31 Jul 2025 10:26:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-778ba423-3ab1-40f6-8533-07efef6f5d32', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-778ba423-3ab1-40f6-8533-07efef6f5d32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089'} Body: b'{"volume": {"id": "a139ea5b-5bf5-4cea-9ec6-3432b12e0089", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:38.000000" , "updated_at": "2025-07-31T10:26:38.000000", "name": "volume1-for-test7a9fba78-2e4b-42b1-9898-bb4a60685320", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089"}], "user_id": "af577d36067f48aaaad35dcc3219f80a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "450df77e4da84a05880991bbe5c04657"}}' {11} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_2 [3.038248s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_dependency.py", line 197, in test_image_volume_dependencies_2 volume1 = self.create_volume(**vol_args) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 49d27eaf-6ad9-4eb6-8282-a06b36287012 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:26:39,888 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 201 POST http://10.0.0.210/image/v2/images 0.517s 2025-07-31 10:26:39,889 98130 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-0e20bd6e-440f-41d8-9b5d-fc047ac00423", "min_disk": 1} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-43a15459-85af-4037-a2e3-0008bdb781f7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "image-for-test-0e20bd6e-440f-41d8-9b5d-fc047ac00423", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "90a900cd-62fb-48bc-8bdc-49d9fcd585bf", "created_at": "2025-07-31T10:26:40Z", "updated_at": "2025-07-31T10:26:40Z", "tags": [], "self": "/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf", "file": "/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:40,840 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 204 PUT http://10.0.0.210/image/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf/file 0.949s 2025-07-31 10:26:40,841 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-21673ad5-387f-449b-8abc-e11edec30770', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf/file'} Body: b'' 2025-07-31 10:26:40,862 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf 0.020s 2025-07-31 10:26:40,862 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-40360c23-2c1e-45bb-8900-4ddfbf7cf262', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf'} Body: b'{"name": "image-for-test-0e20bd6e-440f-41d8-9b5d-fc047ac00423", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "6d1e8357462bf3edc831e6625eca2fa1", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "90d55a4c62267cdbe8a8e3c6fb30c310aa466c6e674066adbf78b385dd693a9b47c64eead0c2fd549f786f441a8e4fc93abb84121eed6b20d7d7e978870d7261", "id": "90a900cd-62fb-48bc-8bdc-49d9fcd585bf", "created_at": "2025-07-31T10:26:40Z", "updated_at": "2025-07-31T10:26:41Z", "tags": [], "self": "/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf", "file": "/v2/images/90a900cd-62fb- 48bc-8bdc-49d9fcd585bf/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:40,885 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf 0.022s 2025-07-31 10:26:40,885 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-266f1ed6-154c-4e84-b50e-cd5b380fccb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf'} Body: b'{"name": "image-for-test-0e20bd6e-440f-41d8-9b5d-fc047ac00423", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "6d1e8357462bf3edc831e6625eca2fa1", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "90d55a4c62267cdbe8a8e3c6fb30c310aa466c6e674066adbf78b385dd693a9b47c64eead0c2fd549f786f441a8e4fc93abb84121eed6b20d7d7e978870d7261", "id": "90a900cd-62fb-48bc-8bdc-49d9fcd585bf", "created_at": "2025-07-31T10:26:40Z", "updated_at": "2025-07-31T10:26:41Z", "tags": [], "self": "/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf", "file": "/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:40,904 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf 0.018s 2025-07-31 10:26:40,904 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b55e65bb-6fb2-434a-a706-d24ba1b7eb72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf'} Body: b'{"name": "image-for-test-0e20bd6e-440f-41d8-9b5d-fc047ac00423", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "6d1e8357462bf3edc831e6625eca2fa1", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "90d55a4c62267cdbe8a8e3c6fb30c310aa466c6e674066adbf78b385dd693a9b47c64eead0c2fd549f786f441a8e4fc93abb84121eed6b20d7d7e978870d7261", "id": "90a900cd-62fb-48bc-8bdc-49d9fcd585bf", "created_at": "2025-07-31T10:26:40Z", "updated_at": "2025-07-31T10:26:41Z", "tags": [], "self": "/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf", "file": "/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:41,290 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.385s 2025-07-31 10:26:41,291 98130 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": {"name": "volume1-for-test0e20bd6e-440f-41d8-9b5d-fc047ac00423", "imageRef": "90a900cd-62fb-48bc-8bdc-49d9fcd585bf", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c663da75-ee37-4 d1f-9cd5-3ea30202a86e', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c663da75-ee37-4d1f-9cd5-3ea30202a86e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "49d27eaf-6ad9-4eb6-8282-a06b36287012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:41.223263", "updated_at": null, "name": "volume1-for-test0e20bd6e-440f-41d8-9b5d-fc047ac00423", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012"}], "user_id": "af577d36067f48aaaad35dcc3219f80a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:26:41,342 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012 0.039s 2025-07-31 10:26:41,343 98130 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': 'Thu, 31 Jul 2025 10:26:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04a7c794-4071-4247-b14d-ec0d69a8beda', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04a7c794-4071-4247-b14d-ec0d69a8beda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012'} Body: b'{"volume": {"id": "49d27eaf-6ad9-4eb6-8282-a06b36287012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:41.000000", "updated_at": null, "name": "volume1-for-test0e20bd6e-440f-41d8-9b5d-fc047ac00423", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012"}], "user_id": "af577d36067f48aaaad35dcc3219f80a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "450df77e4da84a05880991bbe5c04657"}}' 2025-07-31 10:26:42,394 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012 0.036s 2025-07-31 10:26:42,395 98130 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': 'Thu, 31 Jul 2025 10:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-672f142a-6e9d-464a-b329-5a05ec6207fb', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-672f142a-6e9d-464a-b329-5a05ec6207fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012'} Body: b'{"volume": {"id": "49d27eaf-6ad9-4eb6-8282-a06b36287012", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:41.000000" , "updated_at": "2025-07-31T10:26:41.000000", "name": "volume1-for-test0e20bd6e-440f-41d8-9b5d-fc047ac00423", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012"}], "user_id": "af577d36067f48aaaad35dcc3219f80a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "450df77e4da84a05880991bbe5c04657"}}' {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [112.690287s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 117, in test_delete_server_while_in_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bb3c2d75-b9d0-4362-839f-d335a28779d2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:24:50,102 98108 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.062s 2025-07-31 10:24:50,102 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2491', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-98c72f0c-3d08-407f-ad11-61b5ac326bd3', '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": "0bfb2838e8c54394a42c314977092464", "name": "tempest-DeleteServersTestJSON-2136473684-project-member", "password_expires_at": null}, "audit_ids": ["JMDJ-1EzSE6D-2DixQJm_Q"], "expires_at": "2025-07-31T11:24:50.000000Z", "issued_at": "2025-07-31T10:24:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ee344f93de443d993f5ae5e8fbec171", "name": "tempest-DeleteServersTestJSON-2136473684"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3ee344f93de443d993f5ae5e8fbec171", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:24:50,103 98108 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'ef27e750-aca4-426f-b9fe-66a357d02c99', 'name': 'tempest-DeleteServersTestJSON-1537550974-network', 'tenant_id': '3ee344f93de443d993f5ae5e8fbec171', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3ee344f93de443d993f5ae5e8fbec171', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 25804, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'cre ated_at': '2025-07-31T10:24:43Z', 'updated_at': '2025-07-31T10:24:43Z', 'revision_number': 1} available for tenant 2025-07-31 10:24:50,750 98108 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.646s 2025-07-31 10:24:50,750 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1688054805", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "ef27e750-aca4-426f-b9fe-66a357d02c99"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8710aa25-7648-4a95-8340-29e8b283b731', 'x-compute-request-id': 'req-8710aa25-7648-4a95-8340-29e8b283b731', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f707f91a-fe0c-46db-9cb6-102bc5fdcea3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "HKQFPqrx5T5P"}}' 2025-07-31 10:24:50,847 98108 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/f707f91a-fe0c-46db-9cb6-102bc5fdcea3 0.090s 2025-07-31 10:24:50,847 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1207', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2b38bc4-7b1e-439e-9889-f35b2dbfb498', 'x-compute-request-id': 'req-a2b38bc4-7b1e-439e-9889-f35b2dbfb498', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3'} Body: b'{"server": {"id": "f707f91a-fe0c-46db-9cb6-102bc5fdcea3", "name": "tempest-DeleteServersTestJSON-server-1688054805", "status": "BUILD", "tenant_id": "3ee344f93de443d993f5ae5e8fbec171", "user_id": "0bfb2838e8c54394a42c314977092464", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:24:51Z", "updated": "2025-07-31T10:24:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3"}], "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": []}}' 2025-07-31 10:25:41,314 98108 INFO [tempest.lib.common.rest_client] Request (Delet eServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3 0.402s 2025-07-31 10:25:41,314 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1488', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-516326c8-4e94-468a-8b5b-a0890eefcf69', 'x-compute-request-id': 'req-516326c8-4e94-468a-8b5b-a0890eefcf69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3'} Body: b'{"server": {"id": "f707f91a-fe0c-46db-9cb6-102bc5fdcea3", "name": "tempest-DeleteServersTestJSON-server-1688054805", "status": "ACTIVE", "tenant_id": "3ee344f93de443d993f5ae5e8fbec171", "user_id": "0bfb2838e8c54394a42c314977092464", "metadata": {}, "hostId": "2219b77e7afc17503848bd566b374b4c4a9e3792934aaa6750a53be8", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:24:50Z", "updated": "2025-07-31T10:25:07Z", "addresses": {"tempest-DeleteServersTestJSON-1537550974-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:1d:67"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:25:06.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": []}}' 2025-07-31 10:25:41,329 98108 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-07-31 10:26:41,595 98108 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.206s 2025-07-31 10:26:41,595 98108 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-1106188965"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0f72fb9-b100-4ce8-8a16-a469a4c77aa8', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0f72fb9-b100-4ce8-8a16-a469a4c77aa8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "bb3c2d75-b9d0-4362-839f-d335a28779d2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:41.537158", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1106188965", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bb3c2d75-b9d0-4362-839f-d335a28779d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bb 3c2d75-b9d0-4362-839f-d335a28779d2"}], "user_id": "0bfb2838e8c54394a42c314977092464", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:26:41,653 98108 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/bb3c2d75-b9d0-4362-839f-d335a28779d2 0.046s 2025-07-31 10:26:41,653 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d205ddab-ee89-4e96-815a-f528bd52b8d5', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d205ddab-ee89-4e96-815a-f528bd52b8d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bb3c2d75-b9d0-4362-839f-d335a28779d2'} Body: b'{"volume": {"id": "bb3c2d75-b9d0-4362-839f-d335a28779d2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:42.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1106188965", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bb3c2d75-b9d0-4362-839f-d335a28779d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bb3c2d75-b9d0-4362-839f-d335a28779d2"}], "user_id": "0bfb2838e8c54394a42c314977092464", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ee344f93de443d993f5ae5e8fbec171"}}' 2025-07-31 10:26:42,709 98108 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/bb3c2d75-b9d0-4362-839f-d335a28779d2 0.040s 2025-07-31 10:26:42,709 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c74417e2-179e-4895-8714-0aa81a64722c', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c74417e2-179e-4895-8714-0aa81a64722c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bb3c2d75-b9d0-4362-839f-d335a28779d2'} Body: b'{"volume": {"id": "bb3c2d75-b9d0-4362-839f-d335a28779d2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:42.000000", "updated_at": "2025-07-31T10:26:42.000000", "name": "tempest-DeleteServersTestJSON-volume-1106188965", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bb3c2d75-b9d0-4362-839f-d335a28779d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bb3c2d75-b9d0-4362-839f-d335a28779d2"}], "user_id": "0bfb2838e8c54394a42c314977092464", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ee344f93de443d993f5ae5e8fbec171"}}' {11} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_3 [3.429048s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_dependency.py", line 234, in test_image_volume_dependencies_3 volume1 = self.create_volume(**vol_args) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d71e9bbc-93c5-437f-89d9-916b46bea719 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:26:42,935 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 201 POST http://10.0.0.210/image/v2/images 0.523s 2025-07-31 10:26:42,936 98130 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-e6050452-06bd-4c7f-9912-45178c83e379", "min_disk": 1} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-73e81de7-9a71-4aee-800d-b52ae3d09c84', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "image-for-test-e6050452-06bd-4c7f-9912-45178c83e379", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "88f90471-1376-42eb-b57f-ac90625c43ff", "created_at": "2025-07-31T10:26:43Z", "updated_at": "2025-07-31T10:26:43Z", "tags": [], "self": "/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff", "file": "/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:44,049 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 204 PUT http://10.0.0.210/image/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff/file 1.111s 2025-07-31 10:26:44,049 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d2bff6b1-c1c7-41ef-aa6e-daf1e766fe8d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff/file'} Body: b'' 2025-07-31 10:26:44,095 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff 0.045s 2025-07-31 10:26:44,095 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-689c668f-c55e-4acb-a310-a2f255633b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff'} Body: b'{"name": "image-for-test-e6050452-06bd-4c7f-9912-45178c83e379", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "6c04fdcfa061cb2dc7019540aa055462", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9b61697a5996c1eb51bf8b6e910b8e9d6260755eb47c1f410ccbe261a3c8052a909beb96d9bb9a93864e22daca0bc560128ee382f33ddd68eedb8ff3d55464ff", "id": "88f90471-1376-42eb-b57f-ac90625c43ff", "created_at": "2025-07-31T10:26:43Z", "updated_at": "2025-07-31T10:26:44Z", "tags": [], "self": "/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff", "file": "/v2/images/88f90471-1376- 42eb-b57f-ac90625c43ff/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:44,117 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff 0.021s 2025-07-31 10:26:44,118 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3dcdda4a-55b7-45c9-abc2-7e3beb042e00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff'} Body: b'{"name": "image-for-test-e6050452-06bd-4c7f-9912-45178c83e379", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "6c04fdcfa061cb2dc7019540aa055462", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9b61697a5996c1eb51bf8b6e910b8e9d6260755eb47c1f410ccbe261a3c8052a909beb96d9bb9a93864e22daca0bc560128ee382f33ddd68eedb8ff3d55464ff", "id": "88f90471-1376-42eb-b57f-ac90625c43ff", "created_at": "2025-07-31T10:26:43Z", "updated_at": "2025-07-31T10:26:44Z", "tags": [], "self": "/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff", "file": "/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:44,138 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff 0.020s 2025-07-31 10:26:44,138 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5caff3b6-d58f-4785-927d-2874a02cabc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff'} Body: b'{"name": "image-for-test-e6050452-06bd-4c7f-9912-45178c83e379", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "6c04fdcfa061cb2dc7019540aa055462", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9b61697a5996c1eb51bf8b6e910b8e9d6260755eb47c1f410ccbe261a3c8052a909beb96d9bb9a93864e22daca0bc560128ee382f33ddd68eedb8ff3d55464ff", "id": "88f90471-1376-42eb-b57f-ac90625c43ff", "created_at": "2025-07-31T10:26:43Z", "updated_at": "2025-07-31T10:26:44Z", "tags": [], "self": "/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff", "file": "/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:44,715 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 202 POST http://10.0.0.210/volume/v3/volumes 0.576s 2025-07-31 10:26:44,716 98130 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": {"name": "volume1-for-teste6050452-06bd-4c7f-9912-45178c83e379", "imageRef": "88f90471-1376-42eb-b57f-ac90625c43ff", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-425bfc4b-3b23-4 b6f-b9fa-c54c2ea4c4c9', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-425bfc4b-3b23-4b6f-b9fa-c54c2ea4c4c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d71e9bbc-93c5-437f-89d9-916b46bea719", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:44.632482", "updated_at": null, "name": "volume1-for-teste6050452-06bd-4c7f-9912-45178c83e379", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719"}], "user_id": "af577d36067f48aaaad35dcc3219f80a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:26:44,772 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719 0.043s 2025-07-31 10:26:44,772 98130 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': 'Thu, 31 Jul 2025 10:26:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d87fbd65-f4e2-4919-859f-179404593791', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d87fbd65-f4e2-4919-859f-179404593791', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719'} Body: b'{"volume": {"id": "d71e9bbc-93c5-437f-89d9-916b46bea719", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:45.000000", "updated_at": null, "name": "volume1-for-teste6050452-06bd-4c7f-9912-45178c83e379", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719"}], "user_id": "af577d36067f48aaaad35dcc3219f80a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "450df77e4da84a05880991bbe5c04657"}}' 2025-07-31 10:26:45,825 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719 0.036s 2025-07-31 10:26:45,825 98130 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': 'Thu, 31 Jul 2025 10:26:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c84a7aea-f1c8-4f7a-92ff-f113997c14cd', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c84a7aea-f1c8-4f7a-92ff-f113997c14cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719'} Body: b'{"volume": {"id": "d71e9bbc-93c5-437f-89d9-916b46bea719", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:45.000000" , "updated_at": "2025-07-31T10:26:45.000000", "name": "volume1-for-teste6050452-06bd-4c7f-9912-45178c83e379", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719"}], "user_id": "af577d36067f48aaaad35dcc3219f80a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "450df77e4da84a05880991bbe5c04657"}}' {11} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Encrypted volume attach is not supported {0} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {0} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [1.967096s] ... ok {0} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.987713s] ... ok {9} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [166.397221s] ... 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f280746f-811e-43fa-9c5d-1a9915d91d01 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:24:59,044 98126 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:24:59,044 98126 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:24:59,114 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.068s 2025-07-31 10:24:59,114 98126 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-123594596", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBgqf+P1482T3Wve2vgws1XsxpRyHwAiXgyz5RFHaBzVYN25uMA9DKzwKJ+a8eD5YMnF5BDN4E9SyyAQn2BFUunATlAPzCpVb83GTJYJ2Y9BqGB8XTUjRyEH5kdgn1dlIg=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:59 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-bbb61fff-b2c0-4446-8b27-e54bb3a5c9d9', 'x-compute-request-id': 'req-bbb61fff-b2c0-4446-8b27-e54bb3a5c9d9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-123594596", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBgqf+P1482T3Wve2vgws1XsxpRyHwAiXgyz5RFHaBzVYN25uMA9DKzwKJ+a8eD5YMnF5BDN4E9SyyAQn2BFUunATlAPzCpVb83GTJYJ2Y9BqGB8XTUjRyEH5kdgn1dlIg==", "fingerprint": "a9:98:a8:57:31:4b:36:82:1e:31:67:85:b8:0e:07:c3", "user_id": "cf12220927284637a0bf0a062c316346"}}' 2025-07-31 10:24:59,117 98126 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-123594596 created 2025-07-31 10:24:59,347 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.229s 2025-07-31 10:24:59,348 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--265422913", "description": "tempest-description--1934356564"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-88389dcf-bdcb-4120-9bab-376b9d241568', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f74a78e9-79f1-490d-a608-4a970c941bae", "name": "tempest-securitygroup--265422913", "stateful": true, "tenant_id": "960389194ac4448f985229325e1df049", "description": "tempest-description--1934356564", "shared": false, "security_group_rules": [{"id": "3450497b-df50-4f78-b0b4-812ae63ba859", "project_id": "960389194ac4448f985229325e1df049", "tenant_id": "960389194ac4448f985229325e1df049", "security_group_id": "f74a78e9-79f1-490d-a608-4a970c941bae", "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": 623, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:24:59Z", "updated_at": "2025-07-31T10:24:59Z", "revision_number": 0}, {"id": "8c44c1ca-25a9-46c6-b4f2-58179df04baa", "project_id": "960389194ac4448f985229325e1df049", "tenant_id": "960389194ac4448f985229325e1df049", "security_group_id": "f74a78e9-79f1-490d-a608-4a970c941bae", "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": 622, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:24:59Z", "updated_at": "2025-07-31T10:24:59Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:24:59Z", "updated_at": "2025-07-31T10:24:59Z", "revision_number": 1, "project_id": "960389194ac4448f985229325e1df049"}}' 2025-07-31 10:24:59,554 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.205s 2025-07-31 10:24:59,554 98126 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": "f74a78e9-79f1-490d-a608-4a970c941bae", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8b4e0f50-695f-4e73-919e-46a127873948', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1f6f7afe-119c-4ad4-8009-14d45413867f", "project_id": "960389194ac4448f985229325e1df049", "tenant_id": "960389194ac4448f985229325e1df049", "security_group_id": "f74a78e9-79f1-490d-a608-4a970c941bae", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:24:59Z", "updated_at": "2025-07-31T10:24:59Z", "revision_number": 0}}' 2025-07-31 10:24:59,782 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.227s 2025-07-31 10:24:59,783 98126 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": "f74a78e9-79f1-490d-a608-4a970c941bae", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-e24c505b-b5b8-412c-93b6-ab90331871dd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "25cc08f2-9aa3-4f4e-b012-56a8c771bd77", "project_id": "960389194ac4448f985229325e1df049", "tenant_id": "960389194ac4448f985229325e1df049", "security_group_id": "f74a78e9-79f1-490d-a608-4a970c941bae", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:24:59Z", "updated_at": "2025-07-31T10:24:59Z", "revision_number": 0}}' 2025-07-31 10:24:59,783 98126 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--265422913 created 2025-07-31 10:25:00,483 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.700s 2025-07-31 10:25:00,484 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'appli cation/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-6d312a06-1f85-43c6-9209-1a18833274fc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "092a4231-4467-4d5d-977d-3e6827f58773", "tenant_id": "960389194ac4448f985229325e1df049", "floating_ip_address": "172.24.4.97", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "960389194ac4448f985229325e1df049", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:25:00Z", "updated_at": "2025-07-31T10:25:00Z", "revision_number": 0}}' 2025-07-31 10:25:00,484 98126 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '092a4231-4467-4d5d-977d-3e6827f58773', 'tenant_id': '960389194ac4448f985229325e1df049', 'floating_ip_address': '172.24.4.97', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '960389194ac4448f985229325e1df049', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:25:00Z', 'updated_at': '2025-07-31T10:25:00Z', 'revision_number': 0, 'ip': '172.24.4.97'} created 2025-07-31 10:25:00,577 98126 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.088s 2025-07-31 10:25:00,577 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2501', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d2359fe9-5983-4fb6-8a9a-202f2be9a8ab', '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": "cf12220927284637a0bf0a062c316346", "name": "tempest-AttachVolumeShelveTestJSON-1057983871-project-member", "password_expires_at": null}, "audit_ids": ["_xTKNzRESVmhj5KnGBRF8g"], "expires_at": "2025-07-31T11:25:00.000000Z", "issued_at": "2025-07-31T10:25:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "960389194ac4448f985229325e1df049", "name": "tempest-AttachVolumeShelveTestJSON-1057983871"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placeme nt", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/960389194ac4448f985229325e1df049", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:25:00,578 98126 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '75785157-2908-494d-8f2f-ec4967c5c73b', 'name': 'tempest-AttachVolumeShelveTestJSON-887162735-network', 'tenant_id': '960389194ac4448f985229325e1df049', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '960389194ac4448f985229325e1df049', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26052, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:21:48Z', 'updated_at': '2025-07-31T10:21:48Z', 'revision_number': 1} available for tenant 2025-07-31 10:25:00,578 98126 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-123594596', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBgqf+P1482T3Wve2vgws1XsxpRyHwAiXgyz5RFHaBzVYN25uMA9DKzwKJ+a8eD5YMnF5BDN4E9SyyAQn2BFUunATlAPzCpVb83GTJYJ2Y9BqGB8XTUjRyEH5kdgn1dlIg==', 'fingerprint': 'a9:98:a8:57:31:4b:36:82:1e:31:67:85:b8:0e:07:c3', 'user_id': 'cf12220927284637a0bf0a062c316346', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDhUwQrE/AxyTOPW9kwX3vsWF+X4GH030ysOT542wBKqlgIKukQp/+q\n2zPjjO3Cuj6gBwYFK4EEACKhZANiAAQYKn/j9ePNk91r3tr4MLNV7MaUch8AIl4M\ns+URR2gc1WDdubjAPQys8CifmvHg+WDJxeQQzeBPUssgEJ9gRVLpwE5QD8wqVW/N\nxkyWCdmPQahgfF01I0chB+ZHYJ9XZSI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f74a78e9-79f1-490d-a608-4a970c941bae', 'name': 'tempest-securitygroup--265422913', 'stateful': True, 'tenant_id': '960389194ac4448f985229325e1df049', 'description': 'tempest-description--1934356564', 'shared': False, 'security_group_rules': [{'id': '3450497b-df50-4f78-b0b4-812ae63ba859', 'project_id': '960389194ac4448f985229325e1df049', 'tenant_id': '960389194ac4448f985229325e1df049', 'security_group_id': 'f74a78e9-79f1-490d-a608-4a970c941bae', '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': 623, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:24:59Z', 'updated_at': '2025-07-31T10:24:59Z', 'revision_number': 0}, {'id': '8c44c1ca-25a9-46c6-b4f2-58179df04baa', 'project_id': '960389194ac4448f985229325e1df049', 'tenant_id': '960389194ac4448f985229325e1df049', 'security_group_id': 'f74a78e9-79f1-490d-a608-4a970c941bae', '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': 622, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025 -07-31T10:24:59Z', 'updated_at': '2025-07-31T10:24:59Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:24:59Z', 'updated_at': '2025-07-31T10:24:59Z', 'revision_number': 1, 'project_id': '960389194ac4448f985229325e1df049'}, 'floating_ip': {'id': '092a4231-4467-4d5d-977d-3e6827f58773', 'tenant_id': '960389194ac4448f985229325e1df049', 'floating_ip_address': '172.24.4.97', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '960389194ac4448f985229325e1df049', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:25:00Z', 'updated_at': '2025-07-31T10:25:00Z', 'revision_number': 0, 'ip': '172.24.4.97'}} 2025-07-31 10:25:01,204 98126 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.625s 2025-07-31 10:25:01,204 98126 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-1770745350", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "75785157-2908-494d-8f2f-ec4967c5c73b"}], "security_groups": [{"name": "tempest-securitygroup--265422913"}], "key_name": "tempest-keypair-123594596", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561', '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-9a1e1a21-7430-4a36-96b7-7cb9130f4ee0', 'x-compute-request-id': 'req-9a1e1a21-7430-4a36-96b7-7cb9130f4ee0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8d12c2da-574b-48ce-8b69-0ce33de8b561", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--265422913"}], "adminPass": "password"}}' 2025-07-31 10:25:01,282 98126 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/8d12c2da-574b-48ce-8b69-0ce33de8b561 0.075s 2025-07-31 10:25:01,282 98126 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': 'Thu, 31 Jul 2025 10:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1273', '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-68b3754b-6c41-4f69-a384-94bbc69644de', 'x-compute-request-id': 'req-68b3754b-6c41-4f69-a384-94bbc69644de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561'} Body: b'{"server": {"id": "8d12c2da-574b-48ce-8b69-0ce33de8b561", "name": "tempest-AttachVolumeShelveTestJSON-server-1770745350", "status": "BUILD", "tenant_id": "960389194ac4448f985229325e1df049", "user_id": "cf12220927284637a 0bf0a062c316346", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:01Z", "updated": "2025-07-31T10:25:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-123594596", "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}}' 2025-07-31 10:25:51,620 98126 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/8d12c2da-574b-48ce-8b69-0ce33de8b561 0.317s 2025-07-31 10:25:51,621 98126 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': 'Thu, 31 Jul 2025 10:25:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1583', '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-aac9cc36-140e-42b3-bc89-d0e9cb34fcf8', 'x-compute-request-id': 'req-aac9cc36-140e-42b3-bc89-d0e9cb34fcf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561'} Body: b'{"server": {"id": "8d12c2da-574b-48ce-8b69-0ce33de8b561", "name": "tempest-AttachVolumeShelveTestJSON-server-1770745350", "status": "ACTIVE", "tenant_id": "960389194ac4448f985229325e1df049", "user_id": "cf12220927284637a0bf0a062c316346", "metadata": {}, "hostId": "64a37127bde86e5734ea21d3ce1b9faadd81f1e623493377d296ee32", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:01Z", "updated": "2025-07-31T10:25:18Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-887162735-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:5c:0a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-123594596", "OS-SRV-USG:launched_at": "2025-07-31T10:25:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--265422913"}], "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}}' 2025-07-31 10:25:51,639 98126 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:26:51,851 98126 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/8d12c2da-574b-48ce-8b6 9-0ce33de8b561/os-interface 0.153s 2025-07-31 10:26:51,851 98126 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': 'Thu, 31 Jul 2025 10:26:51 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-89e923f2-fd7d-47e6-b9a0-5804bda4b1e5', 'x-compute-request-id': 'req-89e923f2-fd7d-47e6-b9a0-5804bda4b1e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "75785157-2908-494d-8f2f-ec4967c5c73b", "port_id": "5b73771c-cd6b-489c-97a8-ba7dcac483a0", "mac_addr": "fa:16:3e:fe:5c:0a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "0d347ec2-caab-4152-b98c-e89d39bbeed5", "ip_address": "10.0.0.9"}]}]}' 2025-07-31 10:26:52,639 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/092a4231-4467-4d5d-977d-3e6827f58773 0.784s 2025-07-31 10:26:52,639 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "5b73771c-cd6b-489c-97a8-ba7dcac483a0"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-6b2520f5-fbbc-4ba6-b0e7-e736734d2186', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/092a4231-4467-4d5d-977d-3e6827f58773'} Body: b'{"floatingip": {"id": "092a4231-4467-4d5d-977d-3e6827f58773", "tenant_id": "960389194ac4448f985229325e1df049", "floating_ip_address": "172.24.4.97", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "b783d813-4dc4-4308-9c47-f00a510ca9b4", "port_id": "5b73771c-cd6b-489c-97a8-ba7dcac483a0", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "75785157-2908-494d-8f2f-ec4967c5c73b", "mac_address": "fa:16:3e:fe:5c:0a", "admin_state_up": true, "status": "ACTIVE", "device_id": "8d12c2da-574b-48ce-8b69-0ce33de8b561", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:25:00Z", "updated_at": "2025-07-31T10:26:52Z", "revision_number": 1, "project_id": "960389194ac4448f985229325e1df049"}}' 2025-07-31 10:26:52,641 98126 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.97:22' as 'cirros' with public key authentication 2025-07-31 10:26:52,651 98126 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:26:52,756 98126 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:26:52,757 98126 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.97 successfully created 2025-07-31 10:26:52,889 98126 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/8d12c2da-574b-48ce-8b69-0ce33de8b561/ips 0.132s 2025-07-31 10:26:52,890 98126 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': 'Thu, 31 Jul 2025 10:26:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'comput e 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23fce829-5a52-46f9-9d62-2ca7ec588a91', 'x-compute-request-id': 'req-23fce829-5a52-46f9-9d62-2ca7ec588a91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-887162735-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2025-07-31 10:26:53,088 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/volumes 0.195s 2025-07-31 10:26:53,088 98126 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-705529120"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6749e366-3b2f-4cff-a8ee-1ff5392be8d6', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6749e366-3b2f-4cff-a8ee-1ff5392be8d6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f280746f-811e-43fa-9c5d-1a9915d91d01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:53.030871", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-705529120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01"}], "user_id": "cf12220927284637a0bf0a062c316346", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:26:53,145 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01 0.045s 2025-07-31 10:26:53,146 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-292131d5-78b8-46d6-b4db-8d72383edb55', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-292131d5-78b8-46d6-b4db-8d72383edb55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01'} Body: b'{"volume": {"id": "f280746f-811e-43fa-9c5d-1a9915d91d01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:53.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-705529120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01"}], "user_id": "cf12220927284637a0bf0a062c316346", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "960389194ac4448f985229325e1df049"}}' 2025-07-31 10:26:54,199 98 126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01 0.038s 2025-07-31 10:26:54,199 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b0865e5-9538-4fd6-abfa-2e11002fba97', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b0865e5-9538-4fd6-abfa-2e11002fba97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01'} Body: b'{"volume": {"id": "f280746f-811e-43fa-9c5d-1a9915d91d01", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:53.000000", "updated_at": "2025-07-31T10:26:53.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-705529120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01"}], "user_id": "cf12220927284637a0bf0a062c316346", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "960389194ac4448f985229325e1df049"}}' 2025-07-31 10:26:54,331 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561 0.116s 2025-07-31 10:26:54,332 98126 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': 'Thu, 31 Jul 2025 10:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fe01c72-0744-4fe6-a55a-17d02ba8a326', 'x-compute-request-id': 'req-6fe01c72-0744-4fe6-a55a-17d02ba8a326', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561'} Body: b'' 2025-07-31 10:26:54,511 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561 0.179s 2025-07-31 10:26:54,512 98126 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': 'Thu, 31 Jul 2025 10:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', '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-aca51a21-e990-43f1-974b-ed15bfb55981', 'x-compute-request-id': 'req-aca51a21-e990-43f1-974b-ed15bfb55981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561'} Body: b'{"server": {"id": "8d12c2da-574b-48ce-8b69-0ce33de8b561", "name": "tempest-AttachVolumeShelveTestJSON-server-1770745350", "status": "ACTIVE", "tenant_id": "960389194ac4448f985229325e1df049", "user_id ": "cf12220927284637a0bf0a062c316346", "metadata": {}, "hostId": "64a37127bde86e5734ea21d3ce1b9faadd81f1e623493377d296ee32", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:01Z", "updated": "2025-07-31T10:26:54Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-887162735-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:5c:0a"}, {"version": 4, "addr": "172.24.4.97", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:5c:0a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-123594596", "OS-SRV-USG:launched_at": "2025-07-31T10:25:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--265422913"}], "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}}' 2025-07-31 10:27:44,833 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561 0.257s 2025-07-31 10:27:44,834 98126 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': 'Thu, 31 Jul 2025 10:27:44 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-732574b3-69fb-4520-b649-cc93d6993512', 'x-compute-request-id': 'req-732574b3-69fb-4520-b649-cc93d6993512', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8d12c2da-574b-48ce-8b69-0ce33de8b561 could not be found."}}' 2025-07-31 10:27:44,863 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-123594596 0.029s 2025-07-31 10:27:44,864 98126 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': 'Thu, 31 Jul 2025 10:27:44 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-4c4bf5f8-ebf8-48dc-a2e2-f200e8186234', 'x-compute-request-id': 'req-4c4bf5f8-ebf8-48dc-a2e2-f200e8186234', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-123594596'} Body: b'' 2025-07-31 10:27:45,044 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/f74a78e9-79f1-490d-a608-4a970c941bae 0.179s 2025-07-31 10:27:45,044 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'appl ication/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-d95fb001-3249-4fb1-b77e-b08790081802', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/f74a78e9-79f1-490d-a608-4a970c941bae'} Body: b'' 2025-07-31 10:27:45,063 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/f74a78e9-79f1-490d-a608-4a970c941bae 0.018s 2025-07-31 10:27:45,063 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-caac9086-da59-4b1f-88c2-bd429d4da930', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/f74a78e9-79f1-490d-a608-4a970c941bae'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f74a78e9-79f1-490d-a608-4a970c941bae does not exist", "detail": ""}}' 2025-07-31 10:27:45,440 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/092a4231-4467-4d5d-977d-3e6827f58773 0.376s 2025-07-31 10:27:45,441 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-066bca84-d0f4-4491-ab71-820d5445a28a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/092a4231-4467-4d5d-977d-3e6827f58773'} Body: b'' {8} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [167.144560s] ... 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b0f44cc8-bd78-42c6-b843-c38dea6effe1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:25:01,696 98124 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:25:01,696 98124 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:25:01,744 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.046s 2025-07-31 10:25:01,745 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1054297966", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKIiaEoWdKPSv0lq6/KZg5EYWKCieP65bSoaanX54yV5FpTaE7IarqU7jIwUNrkkqDOgosJ6VFGCUodVvWsb3vXs+8RIDr1CyGFjUgV9O31ybaoFOTTPhjwOISx9DzUbsw=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:01 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-d4dedfe1-5518-4146-8168-0e93cf247881', 'x-compute-request-id': 'req-d4dedfe1-5518-4146-8168-0e93cf247881', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1054297966", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKIiaEoWdKPSv0lq6/KZg5EYWKCieP65bSoaanX54yV5FpTaE7IarqU7jIwUNrkkqDOgosJ6VFGCUodVvWsb3vXs+8RIDr1CyGFjUgV9O31ybaoFOTTPhjwOISx9DzUbsw==", "fingerprint": "49:29:f0:d7:45:86:db:7c:62:1a:70:cb:6f:aa:ca:fe", "user_id": "b1556457914d488da14fca85207dc034"}}' 2025-07-31 10:25:01,747 98124 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1054297966 created 2025-07-31 10:25:01,988 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.240s 2025-07-31 10:25:01,989 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1082139469", "description": "tempest-description--1906149787"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-11307993-dc47-460e-8b3c-c3679dc17ec0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4e2b1d30-ebdf-432e-8c17-91268b28666d", "name": "tempest-securitygroup--1082139469", "stateful": true, "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "description": "tempest-description--1906149787", "shared": false, "security_group_rules": [{"id": "5ffdf91b-9dbd-4c39-a968-2956f660bad4", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "4e2b1d30-ebdf-432e-8c17-91268b28666d", "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": 630, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:25:01Z", "updated_at": "2025-07-31T10:25:01Z", "revision_number": 0}, {"id": "92e2e0fe-1122-4266-ab61-ee9047e3c24d", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "4e2b1d30-ebdf-432e-8c17-91268b28666d", "ethertype": "IPv4", "direction": "egress", "protocol": null, "p ort_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": 629, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:25:01Z", "updated_at": "2025-07-31T10:25:01Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:25:01Z", "updated_at": "2025-07-31T10:25:01Z", "revision_number": 1, "project_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:25:02,276 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.287s 2025-07-31 10:25:02,277 98124 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": "4e2b1d30-ebdf-432e-8c17-91268b28666d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8c46b2f5-659a-4f84-8dfd-134aa07418b9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b47d75d7-024d-4733-973d-61dbff6eb0d9", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "4e2b1d30-ebdf-432e-8c17-91268b28666d", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:02Z", "updated_at": "2025-07-31T10:25:02Z", "revision_number": 0}}' 2025-07-31 10:25:02,529 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.251s 2025-07-31 10:25:02,529 98124 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": "4e2b1d30-ebdf-432e-8c17-91268b28666d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-7a8b23ca-348d-416c-b5c5-5369dc4786e0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9ab99cba-9854-4081-9ec9-982316426ce5", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "4e2b1d30-ebdf-432e-8c17-91268b28666d", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:02Z", "updated_at": "2025-07-31T10:25:02Z", "revision_number": 0}}' 2025-07-31 10:25:02,529 98124 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1082139469 created 2025-07-31 10:25:03,402 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.872s 2025-07-31 10:25:03,402 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth -Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-07c37b93-04db-4ee9-847c-4691e0ca5f74', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "3cd7afcb-8364-458b-a69f-de066b474101", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "floating_ip_address": "172.24.4.205", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:25:02Z", "updated_at": "2025-07-31T10:25:02Z", "revision_number": 0}}' 2025-07-31 10:25:03,403 98124 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3cd7afcb-8364-458b-a69f-de066b474101', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'floating_ip_address': '172.24.4.205', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:25:02Z', 'updated_at': '2025-07-31T10:25:02Z', 'revision_number': 0, 'ip': '172.24.4.205'} created 2025-07-31 10:25:03,510 98124 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.099s 2025-07-31 10:25:03,510 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-593987f2-c3e7-4492-82b0-9ad1aba32bc3', '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": "b1556457914d488da14fca85207dc034", "name": "tempest-AttachVolumeNegativeTest-1263480940-project-member", "password_expires_at": null}, "audit_ids": ["UZAy_ajxSGy7n5HYnWus9Q"], "expires_at": "2025-07-31T11:25:03.000000Z", "issued_at": "2025-07-31T10:25:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a733e5c2a8243548182ba0afe2deb3f", "name": "tempest-AttachVolumeNegativeTest-1263480940"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97e cdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0a733e5c2a8243548182ba0afe2deb3f", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:25:03,511 98124 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'b878d227-3fc4-48e0-9505-283154a9f454', 'name': 'tempest-AttachVolumeNegativeTest-154168269-network', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 56236, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:21:51Z', 'updated_at': '2025-07-31T10:21:51Z', 'revision_number': 1} available for tenant 2025-07-31 10:25:03,511 98124 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1054297966', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKIiaEoWdKPSv0lq6/KZg5EYWKCieP65bSoaanX54yV5FpTaE7IarqU7jIwUNrkkqDOgosJ6VFGCUodVvWsb3vXs+8RIDr1CyGFjUgV9O31ybaoFOTTPhjwOISx9DzUbsw==', 'fingerprint': '49:29:f0:d7:45:86:db:7c:62:1a:70:cb:6f:aa:ca:fe', 'user_id': 'b1556457914d488da14fca85207dc034', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBHb3XpFSaPkki6wU4feECzp5jvLmVHVOYzsq32M4f8tFZxBPh5xSC6\nf5g+ZLJNb3egBwYFK4EEACKhZANiAASiImhKFnSj0r9JauvymYORGFigonj+uW0q\nGmp1+eMleRaU2hOyGq6lO4yMFDa5JKgzoKLCelRRglKHVb1rG9717PvESA69Qshh\nY1IFfTt9cm2qBTk0z4Y8DiEsfQ81G7M=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4e2b1d30-ebdf-432e-8c17-91268b28666d', 'name': 'tempest-securitygroup--1082139469', 'stateful': True, 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'description': 'tempest-description--1906149787', 'shared': False, 'security_group_rules': [{'id': '5ffdf91b-9dbd-4c39-a968-2956f660bad4', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'security_group_id': '4e2b1d30-ebdf-432e-8c17-91268b28666d', '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': 630, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:25:01Z', 'updated_at': '2025-07-31T10:25:01Z', 'revision_number': 0}, {'id': '92e2e0fe-1122-4266-ab61-ee9047e3c24d', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'security_group_id': '4e2b1d30-ebdf-432e-8c17-91268b28666d', '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': 629, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:25:01Z', 'updated_at': '2025-07-31T10:25:01Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:25:01Z', 'updated_at': '2025-07-31T10:25:01Z', 'revision_number': 1, 'project_id': '0a733e5c2a8243548182ba0afe2deb3f'}, 'floating_ip': {'id': '3cd7afcb-8364-458b-a69f-de066b474101', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'floating_ip_address': '172.24.4.205', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:25:02Z', 'updated_at': '2025-07-31T10:25:02Z', 'revision_number': 0, 'ip': '172.24.4.205'}} 2025-07-31 10:25:04,171 98124 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.659s 2025-07-31 10:25:04,172 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1721708607", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b878d227-3fc4-48e0-9505-283154a9f454"}], "security_groups": [{"name": "tempest-securitygroup--1082139469"}], "key_name": "tempest-keypair-1054297966", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06667efc-506e-4b22-b987-83f9dc895ef9', 'x-compute-request-id': 'req-06667efc-506e-4b22-b987-83f9dc895ef9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e3245197-4749-44bc-bfa6-eee26a00c1b3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1082139469"}], "adminPass": "password"}}' 2025-07-31 10:25:04,247 98124 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/e3245197-4749-44bc-bfa6-eee26a00c1b3 0.072s 2025-07-31 10:25:04,248 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:04 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-e4860cc3-7791-4cca-a3a7-7e6c31d0af63', 'x-compute-request-id': 'req-e4860cc3-7791-4cca-a3a7-7e6c31d0af63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3'} Body: b'{"server": {"id": "e3245197-4749-44bc-bfa6-eee26a00c1b3", "name": "tempest-AttachVolumeNegativeTest-server-1721708607", "status": "BUILD", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "user_id": "b1556457914d488da14fca85207dc034", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compu te/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:04Z", "updated": "2025-07-31T10:25:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1054297966", "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": []}}' 2025-07-31 10:25:54,519 98124 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/e3245197-4749-44bc-bfa6-eee26a00c1b3 0.208s 2025-07-31 10:25:54,519 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:54 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-38c76c0f-7269-47eb-a4d6-9b4a8ed49eab', 'x-compute-request-id': 'req-38c76c0f-7269-47eb-a4d6-9b4a8ed49eab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3'} Body: b'{"server": {"id": "e3245197-4749-44bc-bfa6-eee26a00c1b3", "name": "tempest-AttachVolumeNegativeTest-server-1721708607", "status": "ACTIVE", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "user_id": "b1556457914d488da14fca85207dc034", "metadata": {}, "hostId": "fd548f5cddc657548827c7133e55878cddb6c54011e486d5a39330b4", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:04Z", "updated": "2025-07-31T10:25:20Z", "addresses": {"tempest-AttachVolumeNegativeTest-154168269-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:3e:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1054297966", "OS-SRV-USG:launched_at": "2025-07-31T10:25:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1082139469"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:25:54,533 98124 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:26:54,789 98124 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/e3245197-4749-44bc-bfa6-eee26a00c1b3/os-interface 0.197s 2025-07-31 10:26:54,790 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:54 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-d1cad24e-f711-4cb0-b32b-48233c947a1e', 'x-compute-request-id': 'req-d1cad24e-f711-4cb0-b32b-48233c947a1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b878d227-3fc4-48e0-9505-283154a9f454", "port_id": "ab3f3189-63f0-482b-9cf7-00aa0a25dfe9", "mac_addr": "fa:16:3e:2a:3e:99", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "96f13a2c-6c1f-408d-91fa-97e7dee153c6", "ip_address": "10.0.0.10"}]}]}' 2025-07-31 10:26:55,923 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/3cd7afcb-8364-458b-a69f-de066b474101 1.129s 2025-07-31 10:26:55,924 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ab3f3189-63f0-482b-9cf7-00aa0a25dfe9"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-5deb4b14-34b7-40df-8855-09ec75f80682', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/3cd7afcb-8364-458b-a69f-de066b474101'} Body: b'{"floatingip": {"id": "3cd7afcb-8364-458b-a69f-de066b474101", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "floating_ip_address": "172.24.4.205", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "c463c21c-0330-4bbb-a26e-872cc367db7f", "port_id": "ab3f3189-63f0-482b-9cf7-00aa0a25dfe9", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b878d227-3fc4-48e0-9505-283154a9f454", "mac_address": "fa:16:3e:2a:3e:99", "admin_state_up": true, "status": "ACTIVE", "device_id": "e3245197-4749-44bc-bfa6-eee26a00c1b3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:25:02Z", "updated_at": "2025-07-31T10:26:55Z", "revision_number": 1, "project_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:26:55,925 98124 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.205:22' as 'cirros' with public key authentication 2025-07-31 10:26:55,948 98124 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:26:56,050 98124 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:26:56,051 98124 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.205 successfully created 2025-07-31 10:26:56,109 98124 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/e3245197-4749-44bc-bfa6-eee26a00c1b3/ips 0.056s 2025-07-31 10:26:56,109 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:56 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-3ce507fb-959e-42b3-bf3f-7bf7906d6974', 'x-compute-request-id': 'req-3ce507fb-959e-42b3-bf3f-7bf7906d6974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a 00c1b3/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-154168269-network": [{"version": 4, "addr": "10.0.0.10"}]}}' 2025-07-31 10:26:56,369 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/volumes 0.256s 2025-07-31 10:26:56,370 98124 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-1750519900"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a5416b6-7381-44a8-8915-8cc301747daa', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a5416b6-7381-44a8-8915-8cc301747daa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b0f44cc8-bd78-42c6-b843-c38dea6effe1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:56.291506", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1750519900", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1"}], "user_id": "b1556457914d488da14fca85207dc034", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:26:56,423 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1 0.041s 2025-07-31 10:26:56,423 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e91668e9-43c5-4137-92ab-78d61dc92f5a', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e91668e9-43c5-4137-92ab-78d61dc92f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1'} Body: b'{"volume": {"id": "b0f44cc8-bd78-42c6-b843-c38dea6effe1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:56.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1750519900", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1"}], "user_id": "b1556457914d488da14fca85207dc034", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:26:57,475 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1 0.037s 2025-07-31 10:26:57,476 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-742e1a19-d9e4-4feb-a537-b5c0c990b5a0', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-742e1a19-d9e4-4feb-a537-b5c0c990b5a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1'} Body: b'{"volume": {"id": "b0f44cc8-bd78-42c6-b843-c38dea6effe1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:56.000000", "updated_at": "2025-07-31T10:26:56.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1750519900", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1"}], "user_id": "b1556457914d488da14fca85207dc034", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:26:57,608 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3 0.118s 2025-07-31 10:26:57,609 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26: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-98c34953-5493-4919-8bfb-a2b56291ed6d', 'x-compute-request-id': 'req-98c34953-5493-4919-8bfb-a2b56291ed6d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3'} Body: b'' 2025-07-31 10:26:57,851 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3 0.242s 2025-07-31 10:26:57,852 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:57 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-f53f4826-9f99-4932-aee7-e322565b25ff', 'x-compute-request-id': 'req-f53f4826-9f99-4932-aee7-e322565b25ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3'} Body: b'{"server": {"id": "e3245197-4749-44bc-bfa6-eee26a00c1b3", "name": "tempest-AttachVolumeNegativeTest-server-1721708607", "status": "ACTIVE", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "user_id": "b1556457914d488da14fca85207dc034", "metadata": {}, "hostId": "fd548f5cddc657548827c7133e55878cddb6c54011e486d5a39330b4", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:04Z", "updated": "2025-07-31T10:26:58Z", "addresses": {"temp est-AttachVolumeNegativeTest-154168269-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:3e:99"}, {"version": 4, "addr": "172.24.4.205", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:3e:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1054297966", "OS-SRV-USG:launched_at": "2025-07-31T10:25:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1082139469"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:27:48,053 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3 0.139s 2025-07-31 10:27:48,053 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:47 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-5c5313e9-f4f2-4a4b-9798-4a729d046272', 'x-compute-request-id': 'req-5c5313e9-f4f2-4a4b-9798-4a729d046272', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e3245197-4749-44bc-bfa6-eee26a00c1b3 could not be found."}}' 2025-07-31 10:27:48,080 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1054297966 0.025s 2025-07-31 10:27:48,080 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:48 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-353a5b70-c88a-43bf-bb0b-8543f534d616', 'x-compute-request-id': 'req-353a5b70-c88a-43bf-bb0b-8543f534d616', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1054297966'} Body: b'' 2025-07-31 10:27:48,280 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/4e2b1d30-ebdf-432e-8c17-91268b28666d 0.199s 2025-07-31 10:27:48,281 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-97bf4538-872f-4cbc-8bd4-c0d4c03daee0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/4e2b1d30-ebdf-432e-8c17-91268b28666d'} Body: b'' 2025-07-31 10:27:48,296 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/4e2b 1d30-ebdf-432e-8c17-91268b28666d 0.015s 2025-07-31 10:27:48,297 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-5696dac7-7a64-46d4-86e7-359321cf4e30', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/4e2b1d30-ebdf-432e-8c17-91268b28666d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4e2b1d30-ebdf-432e-8c17-91268b28666d does not exist", "detail": ""}}' 2025-07-31 10:27:48,839 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/3cd7afcb-8364-458b-a69f-de066b474101 0.541s 2025-07-31 10:27:48,839 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-c4ba896d-6a54-42f1-9e40-0385ffa0bb1e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/3cd7afcb-8364-458b-a69f-de066b474101'} Body: b'' {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.205170s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.015698s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.011620s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.050759s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.008742s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.008551s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.044653s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.044046s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.014325s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.015182s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.031857s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.016609s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.029318s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.024232s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.016098s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.013451s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.012516s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.035874s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.034341s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.030018s] ... ok {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [121.940169s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 537, in test_create_server_from_non_bootable_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 55a19276-bd8c-442b-8475-c0f5207e550a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:25:58,471 98114 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded 0.226s 2025-07-31 10:25:58,471 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:58 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-77a945bc-8714-4665-8e33-0e44ff6d33e5', 'x-compute-request-id': 'req-77a945bc-8714-4665-8e33-0e44ff6d33e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded'} Body: b'{"server": {"id": "fd8189cc-1e16-4ac7-a833-0de2bfcb3ded", "name": "tempest-ServersNegativeTestJSON-server-682152700", "status": "ACTIVE", "tenant_id": "ffb1cb802d8b475ea0fd2e62a3151f2d", "user_id": "83362865b7ab412eb5178ce64f733cd8", "metadata": {}, "hostId": "c7f795c3ff712e859a581e00825a2233df7b456256c98cfc69915e04", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:20Z", "updated": "2025-07-31T10:21:57Z", "addresses": {"tempest-ServersNegativeTestJSON-515462596-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:db:06"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:21:56.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": []}}' 2025-07-31 10:26:58,756 98114 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.215s 2025-07-31 10:26:58,756 98114 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-1706763499"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66b97f55-36bf-456e-a19c-1c5af3060c23', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66b97f55-36bf-456e-a19c-1c5af3060c23', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "55a19276-bd8c-442b-8475-c0f5207e550a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:58.683423", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1706763499", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/55a19276-bd8c-442b-8475-c0f5207e550a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/55a19276-bd8c-442b-8475-c0f5207e550a"}], "user_id": "83362865b7ab412eb5178ce64f733c d8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:26:58,815 98114 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/55a19276-bd8c-442b-8475-c0f5207e550a 0.047s 2025-07-31 10:26:58,816 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9846ba6-c9b2-4578-8e97-17b686858819', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9846ba6-c9b2-4578-8e97-17b686858819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/55a19276-bd8c-442b-8475-c0f5207e550a'} Body: b'{"volume": {"id": "55a19276-bd8c-442b-8475-c0f5207e550a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:59.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1706763499", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/55a19276-bd8c-442b-8475-c0f5207e550a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/55a19276-bd8c-442b-8475-c0f5207e550a"}], "user_id": "83362865b7ab412eb5178ce64f733cd8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb1cb802d8b475ea0fd2e62a3151f2d"}}' 2025-07-31 10:26:59,867 98114 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/55a19276-bd8c-442b-8475-c0f5207e550a 0.036s 2025-07-31 10:26:59,868 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f46fdcbe-a74d-4fe7-b825-48dc1152fe2f', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f46fdcbe-a74d-4fe7-b825-48dc1152fe2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/55a19276-bd8c-442b-8475-c0f5207e550a'} Body: b'{"volume": {"id": "55a19276-bd8c-442b-8475-c0f5207e550a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:59.000000", "updated_at": "2025-07-31T10:26:59.000000", "name": "tempest-ServersNegativeTestJSON-volume-1706763499", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/55a19276-bd8c-442b-8475-c0f5207e550a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/55a19276-bd8c-442b-8475-c0f5207e550a"}], "user_id": "83362865b7ab412eb5178ce64f733cd8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb1cb802d8b475ea0fd2e62a3151f2d"}}' 2025-07-31 10:27:00,110 98114 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded 0.227s 2025-07-31 10:27:00,110 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acc ept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:59 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-b03171a2-783e-4743-9400-f30e4c2e0947', 'x-compute-request-id': 'req-b03171a2-783e-4743-9400-f30e4c2e0947', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded'} Body: b'{"server": {"id": "fd8189cc-1e16-4ac7-a833-0de2bfcb3ded", "name": "tempest-ServersNegativeTestJSON-server-682152700", "status": "ACTIVE", "tenant_id": "ffb1cb802d8b475ea0fd2e62a3151f2d", "user_id": "83362865b7ab412eb5178ce64f733cd8", "metadata": {}, "hostId": "c7f795c3ff712e859a581e00825a2233df7b456256c98cfc69915e04", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:20Z", "updated": "2025-07-31T10:21:57Z", "addresses": {"tempest-ServersNegativeTestJSON-515462596-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:db:06"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:21:56.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": []}}' {9} 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2ff8b452-8e51-467e-acca-6715417093fa failed to build and is in ERROR status {9} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [1.808709s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 36, in test_volume_extend volume = self.create_volume(imageRef=self.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6c987ad0-36c9-47c3-ac5e-f11c619c8dcc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:02,273 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.172s 2025-07-31 10:28:02,274 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f9725e0c-09b9-47f5-b5f0-e934310bc9f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:02,609 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/volumes 0.334s 2025-07-31 10:28:02,609 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1916129831"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b0fa55b-23d6-42eb-86f3-4310080178e2', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b0fa55b-23d6-42eb-86f3-4310080178e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6c987ad0-36c9-47c3-ac5e-f11c619c8dcc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:02.547152", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1916129831", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc"}], "user_id": "c9560b0cb3a74a53b334a70bc8e08a9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:28:02,662 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc 0.040s 2025-07-31 10:28:02,662 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req -8f7f93a2-abf8-4373-97c3-203fbd683338', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f7f93a2-abf8-4373-97c3-203fbd683338', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc'} Body: b'{"volume": {"id": "6c987ad0-36c9-47c3-ac5e-f11c619c8dcc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:03.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1916129831", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc"}], "user_id": "c9560b0cb3a74a53b334a70bc8e08a9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "295a96d62a5341f9b49bf729b1627217"}}' 2025-07-31 10:28:03,716 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc 0.038s 2025-07-31 10:28:03,716 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6d2e68a-aec1-44d9-8ee4-21cb2e0277df', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6d2e68a-aec1-44d9-8ee4-21cb2e0277df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc'} Body: b'{"volume": {"id": "6c987ad0-36c9-47c3-ac5e-f11c619c8dcc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:03.000000", "updated_at": "2025-07-31T10:28:03.000000", "name": "tempest-VolumesExtendTest-Volume-1916129831", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc"}], "user_id": "c9560b0cb3a74a53b334a70bc8e08a9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "295a96d62a5341f9b49bf729b1627217"}}' 2025-07-31 10:28:03,774 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc 0.043s 2025-07-31 10:28:03,775 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac1816a5-6abb-47a2-a2ce-6755d83238ff', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac1816a5-6abb-47a2-a2ce-6755d83238ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc'} Body: b'{"volume": {"id": "6c987ad0-36c9-47c3-ac5e-f11c619c8dcc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:03.000000", "updated_at": "2025-07-31T10:28:03.000000", "name": "tempest-VolumesExtendTest-Volume-1916129831", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc"}], "user_id": "c9560b0cb3a74a53b334a70bc8e08a9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "295a96d62a5341f9b49bf729b1627217"}}' 2025-07-31 10:28:03,886 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc 0.097s 2025-07-31 10:28:03,886 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-1f7baf64-6cf0-4139-94db-7ac7c5400b03', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc'} Body: b'' 2025-07-31 10:28:03,909 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc 0.022s 2025-07-31 10:28:03,909 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-2aa3c7d4-adf7-43c6-a3ab-c3677f9d34fd', 'x-openstack-request-id': 'req-2aa3c7d4-adf7-43c6-a3ab-c3677f9d34fd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6c987ad0-36c9-47c3-ac5e-f11c619c8dcc could not be found."}}' {9} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [1.584314s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 53, in test_volume_extend_when_volume_has_snapshot volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 23af332d-c913-4566-a7c9-43c1949b24c0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:04,127 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/volumes 0.215s 2025-07-31 10:28:04,128 98126 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-1250573797"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31974970-1250-4232-9cfe-ad257217a763', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31974970-1250-4232-9cfe-ad257217a763', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "23af332d-c913-4566-a7c9-43c1949b24c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:04.066008", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1250573797", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/23af332d-c913-4566-a7c9-43c1949b24c0"}], "user_id": "c9560b0cb3a74a53b334a70bc8e08a9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:28:04,216 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0 0.076s 2025-07-31 10:28:04,216 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-141a8605-f23d-4330-91ca-8baf8c3fbd6f', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-141a8605-f23d-4330-91ca-8baf8c3fbd6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0'} Body: b'{"volume": {"id": "23af332d-c913-4566-a7c9-43c1949b24c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:04.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1250573797", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/23af332d-c913-4566-a7c9-43c1949b24c0"}], "user_id": "c9560b0cb3a74a53b334a70bc8e08a9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "295a96d62a5341f9b49bf729b1627217"}}' 2025-07-31 10:28:05,282 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0 0.050s 2025-07-31 10:28:05,282 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-i d': 'req-806dc630-01da-4863-b7a0-c5680dd35b38', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-806dc630-01da-4863-b7a0-c5680dd35b38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0'} Body: b'{"volume": {"id": "23af332d-c913-4566-a7c9-43c1949b24c0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:04.000000", "updated_at": "2025-07-31T10:28:04.000000", "name": "tempest-VolumesExtendTest-Volume-1250573797", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/23af332d-c913-4566-a7c9-43c1949b24c0"}], "user_id": "c9560b0cb3a74a53b334a70bc8e08a9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "295a96d62a5341f9b49bf729b1627217"}}' 2025-07-31 10:28:05,337 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0 0.040s 2025-07-31 10:28:05,337 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-538f9e88-7fcd-4225-8e4d-ebafc9f4409a', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-538f9e88-7fcd-4225-8e4d-ebafc9f4409a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0'} Body: b'{"volume": {"id": "23af332d-c913-4566-a7c9-43c1949b24c0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:04.000000", "updated_at": "2025-07-31T10:28:04.000000", "name": "tempest-VolumesExtendTest-Volume-1250573797", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/23af332d-c913-4566-a7c9-43c1949b24c0"}], "user_id": "c9560b0cb3a74a53b334a70bc8e08a9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "295a96d62a5341f9b49bf729b1627217"}}' 2025-07-31 10:28:05,470 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0 0.119s 2025-07-31 10:28:05,470 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-90a0b0c0-0840-44a9-a187-af48ebc96afe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0'} Body: b'' 2025-07-31 10:28:05,494 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0 0.023s 2025-07-31 10:28:05,495 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-83b3c224-0128-47d0-9156-4933f2abc461', 'x-openstack-request-id': 'req-83b3c224-0128-47d0-9156-4933f2abc461', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 23af332d-c913-4566-a7c9-43c1949b24c0 could not be found."}}' {9} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [1.671497s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 117, 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 40, in _volume_create_get_update_delete volume = self.create_volume(wait_until='available', **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 69e7aab7-7a14-49a3-a3d4-fe1b90d00a40 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:07,767 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/volumes 0.353s 2025-07-31 10:28:07,768 98126 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-742189122", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-761c2b30-2618-45ef-805f-bb1e64296eb9', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-761c2b30-2618-45ef-805f-bb1e64296eb9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "69e7aab7-7a14-49a3-a3d4-fe1b90d00a40", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:07.701204", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-742189122", "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/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:28:07,823 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40 0.043s 2025-07-31 10:28:07,823 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5da6c42-5ac4-4f5d-bf85-1e3a9b1f3b0e', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5da6c42-5ac4-4f5d-bf85-1e3a9b1f3b0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40'} Body: b'{"volume": {"id": "69e7aab7-7a14-49a3-a3d4-fe1b90d00a40", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:08.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-742189122", "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/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22ebd53994c841e794012dfeb69e4bfb"}}' 2025-07-31 10:28:08,881 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40 0.043s 2025-07-31 10:28:08,882 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-c ompute-request-id': 'req-4f731a31-adc0-4106-9a13-defff2881ef4', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f731a31-adc0-4106-9a13-defff2881ef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40'} Body: b'{"volume": {"id": "69e7aab7-7a14-49a3-a3d4-fe1b90d00a40", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:08.000000", "updated_at": "2025-07-31T10:28:08.000000", "name": "tempest-VolumesGetTest-Volume-742189122", "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/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22ebd53994c841e794012dfeb69e4bfb"}}' 2025-07-31 10:28:08,937 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40 0.040s 2025-07-31 10:28:08,937 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9d927b0-99b9-4cb2-879f-3635bdf0a4f4', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9d927b0-99b9-4cb2-879f-3635bdf0a4f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40'} Body: b'{"volume": {"id": "69e7aab7-7a14-49a3-a3d4-fe1b90d00a40", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:08.000000", "updated_at": "2025-07-31T10:28:08.000000", "name": "tempest-VolumesGetTest-Volume-742189122", "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/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22ebd53994c841e794012dfeb69e4bfb"}}' 2025-07-31 10:28:09,062 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40 0.111s 2025-07-31 10:28:09,062 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:08 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-953ec21c-246d-4a5b-a714-f05b8266f585', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40'} Body: b'' 2025-07-31 10:28:09,084 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40 0.022s 2025-07- 31 10:28:09,085 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-13e961a8-cd6f-4dc1-bb7d-be292a6ca393', 'x-openstack-request-id': 'req-13e961a8-cd6f-4dc1-bb7d-be292a6ca393', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 69e7aab7-7a14-49a3-a3d4-fe1b90d00a40 could not be found."}}' {9} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [1.565475s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 135, in test_volume_create_get_update_delete_as_clone origin = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ad5801ea-7538-4485-a5d6-682f978e5006 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:09,352 98126 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/volumes 0.265s 2025-07-31 10:28:09,353 98126 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-1442779187"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d154fdd-d49a-4acb-b74c-b479ef5f4451', 'content-length': '746', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d154fdd-d49a-4acb-b74c-b479ef5f4451', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ad5801ea-7538-4485-a5d6-682f978e5006", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:09.217153", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1442779187", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad5801ea-7538-4485-a5d6-682f978e5006"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:28:09,406 98126 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/volumes/ad5801ea-7538-4485-a5d6-682f978e5006 0.041s 2025-07-31 10:28:09,406 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e37df657-1fb3-444b-aab1-fc3d03bf590f', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e37df657-1fb3-444b-aab1-fc3d03bf590f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006'} Body: b'{"volume": {"id": "ad5801ea-7538-4485-a5d6-682f978e5006", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:09.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1442779187", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad5801ea-7538-4485-a5d6-682f978e5006"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22ebd53994c841e794012dfeb69e4bfb"}}' 2025-07-31 10:28:10,461 98126 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/volumes/ad5801ea-7538-4485-a5d6-682f978e5006 0.041s 2025-07-31 10:28:10,461 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75f c733a-c686-4e54-ad0f-be458079abfc', 'content-length': '835', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75fc733a-c686-4e54-ad0f-be458079abfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006'} Body: b'{"volume": {"id": "ad5801ea-7538-4485-a5d6-682f978e5006", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:09.000000", "updated_at": "2025-07-31T10:28:09.000000", "name": "tempest-VolumesGetTest-Volume-1442779187", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad5801ea-7538-4485-a5d6-682f978e5006"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22ebd53994c841e794012dfeb69e4bfb"}}' 2025-07-31 10:28:10,516 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006 0.040s 2025-07-31 10:28:10,516 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b60cedd6-9c60-47ff-a784-f078e9408c3e', 'content-length': '835', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b60cedd6-9c60-47ff-a784-f078e9408c3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006'} Body: b'{"volume": {"id": "ad5801ea-7538-4485-a5d6-682f978e5006", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:09.000000", "updated_at": "2025-07-31T10:28:09.000000", "name": "tempest-VolumesGetTest-Volume-1442779187", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad5801ea-7538-4485-a5d6-682f978e5006"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22ebd53994c841e794012dfeb69e4bfb"}}' 2025-07-31 10:28:10,624 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006 0.094s 2025-07-31 10:28:10,624 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-96467f71-0ef4-4f38-b3ce-b3e82bda4bf0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006'} Body: b'' 2025-07-31 10:28:10,651 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006 0.027s 2025-07-31 10:28:10,652 98126 DEBUG [tempest.lib.common.res t_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-ace01e39-f75b-4d6a-9438-f88a2c9a526e', 'x-openstack-request-id': 'req-ace01e39-f75b-4d6a-9438-f88a2c9a526e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ad5801ea-7538-4485-a5d6-682f978e5006 could not be found."}}' {9} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [1.974458s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 127, 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 40, in _volume_create_get_update_delete volume = self.create_volume(wait_until='available', **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a6a81471-6659-4dca-b042-0c2dfe7105d1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:10,678 98126 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/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.023s 2025-07-31 10:28:10,678 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d4a64935-1b4f-4bc3-a2ef-118d6b36a392', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:10,699 98126 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/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.020s 2025-07-31 10:28:10,699 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-09e46793-7573-4e51-b3e7-1fcd41f165a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:11,291 98126 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/volumes 0.591s 2025-07-31 10:28:11,291 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1, "name": "tempest-Volumes GetTest-Volume-633972524", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-370e0a1b-266d-49ee-b8b5-3afa91776f52', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-370e0a1b-266d-49ee-b8b5-3afa91776f52', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a6a81471-6659-4dca-b042-0c2dfe7105d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:11.075707", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-633972524", "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/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:28:11,342 98126 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/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1 0.038s 2025-07-31 10:28:11,342 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75cca6d4-3f4d-41a3-9047-9dbbb6b51050', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75cca6d4-3f4d-41a3-9047-9dbbb6b51050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1'} Body: b'{"volume": {"id": "a6a81471-6659-4dca-b042-0c2dfe7105d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:11.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-633972524", "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/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22ebd53994c841e794012dfeb69e4bfb"}}' 2025-07-31 10:28:12,409 98126 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/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1 0.052s 2025-07-31 10:28:12,409 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63bf61ea-50b9-4bc8-b6b3-364839eb50c5', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63bf61ea-50b9-4bc8-b6b3-364839eb50c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1'} Body: b'{"volume": {"id": "a6a81471-66 59-4dca-b042-0c2dfe7105d1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:11.000000", "updated_at": "2025-07-31T10:28:11.000000", "name": "tempest-VolumesGetTest-Volume-633972524", "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/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22ebd53994c841e794012dfeb69e4bfb"}}' 2025-07-31 10:28:12,486 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1 0.062s 2025-07-31 10:28:12,486 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-536cab3e-3d17-4008-a97c-0001813a2370', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-536cab3e-3d17-4008-a97c-0001813a2370', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1'} Body: b'{"volume": {"id": "a6a81471-6659-4dca-b042-0c2dfe7105d1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:11.000000", "updated_at": "2025-07-31T10:28:11.000000", "name": "tempest-VolumesGetTest-Volume-633972524", "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/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22ebd53994c841e794012dfeb69e4bfb"}}' 2025-07-31 10:28:12,604 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1 0.104s 2025-07-31 10:28:12,604 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:12 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-f18d423f-b681-4b64-9182-a7f279881a10', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1'} Body: b'' 2025-07-31 10:28:12,627 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1 0.022s 2025-07-31 10:28:12,628 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-b785a86c-6e87-45e6-8c75-f447d5a688e8', 'x-openstack-request-id': 'req-b785a86c-6e87-45e6-8c75-f447d5a688e8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a6a81471-6659-4dca-b042-0c2dfe7105d1 could not be found."}}' {9} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.192608s] ... ok {2} tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency [3.984068s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/image/v2/test_images_dependency.py", line 128, in test_image_volume_server_snapshot_dependency base_image_id, snapshot_image_id = self._create_instance_snapshot( File "/opt/stack/tempest/tempest/api/image/v2/test_images_dependency.py", line 77, in _create_instance_snapshot instance = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 267, 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 263, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 018c8937-5f99-4277-90bc-d48a374d5672 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:11,617 98112 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 201 POST http://10.0.0.210/image/v2/images 0.799s 2025-07-31 10:28:11,617 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-image-dependency-test-1259827437", "container_format": "bare", "disk_format": "raw", "visibility": "private"} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '648', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/a3ad724a-f045-450b-9214-d10c348b802c', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-60da8963-1b73-4ae0-9580-66e8d531e4d2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-image-dependency-test-1259827437", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "28f3de83497a4f829fb45282d3d67752", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a3ad724a-f045-450b-9214-d10c348b802c", "created_at": "2025-07-31T10:28:12Z", "updated_at": "2025-07-31T10:28:12Z", "tags": [], "self": "/v2/images/a3ad724a-f045-450b-9214-d10c348b802c", "file": "/v2/images/a3ad724a-f045-450b-9214-d10c348b802c/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:12,892 98112 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 204 PUT http://10.0.0.210/image/v2/images/a3ad724a-f045-450b-9214-d10c348b802c/file 1.271s 2025-07-31 10:28:12,892 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-7898e85d-8c30-4711-9eac-54699a05a6a9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/a3ad724a-f045-450b-9214-d10c348b802c/file'} Body: b'' 2025-07-31 10:28:12,915 98112 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/image/v2/images/a3ad724a-f045-450b-9214-d10c348b802c 0.022s 2025-07-31 10:28:12,915 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '808', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d1bfe1ee-e748-4248-aaa4-e92121670126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a3ad724a-f045-450b-9214-d10c348b802c'} Body: b'{"name": "tempest-image-dependency-test-1259827437", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "401a4415c752f2200df0665a13ba1af5", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "28f3de83497a4f829fb45282d3d67752", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "aeea83f97aff438d9d3ba84217a581d8291cd1f1c7d4bb7f13a5663c9f9c25ce913dc6fae2510deffe889455debf51b35e26336c0a41be848cd98f659b873f84", "id": "a3ad724a-f045-450b-9214-d10c348b802c", "created_at": "2025-07-31T10:28:12Z", "updated_at": "2025-07-31T10:28:13Z", "tags": [], "self": "/v2/images/a3ad724a-f045-450b-9214-d10c348b802c", "file": "/v2/images/a3ad724a-f045-450 b-9214-d10c348b802c/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:13,020 98112 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.099s 2025-07-31 10:28:13,020 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2489', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-83dd4753-3dbe-451c-97ae-bf11a59fbd48', '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": "60701c37bc3c4ecf9366a9fb38d565ee", "name": "tempest-ImageDependencyTests-1112642166-project-member", "password_expires_at": null}, "audit_ids": ["WpqKdVhwRrq02N_ge4EgfA"], "expires_at": "2025-07-31T11:28:12.000000Z", "issued_at": "2025-07-31T10:28:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "28f3de83497a4f829fb45282d3d67752", "name": "tempest-ImageDependencyTests-1112642166"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/28f3de83497a4f829fb45282d3d67752", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:28:13,021 98112 INFO [tempest.lib.common.fixed_network] (ImageDependencyTests:test_image_volume_server_snapshot_dependency) Found network None available for tenant 2025-07-31 10:28:13,439 98112 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 202 POST http://10.0.0.210/volume/v3/volumes 0.417s 2025-07-31 10:28:13,440 98112 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-1711487318", "imageRef": "a3ad724a-f045-450b-9214-d10c348b802c", "size": 1}} Response - Headers: {' date': 'Thu, 31 Jul 2025 10:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5d2fda3-680f-47e9-8d9a-72d77920297b', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5d2fda3-680f-47e9-8d9a-72d77920297b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "018c8937-5f99-4277-90bc-d48a374d5672", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:13.362037", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1711487318", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/018c8937-5f99-4277-90bc-d48a374d5672"}], "user_id": "60701c37bc3c4ecf9366a9fb38d565ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:28:13,535 98112 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672 0.081s 2025-07-31 10:28:13,535 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35d60e10-d4af-4287-bd12-ce357421316d', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35d60e10-d4af-4287-bd12-ce357421316d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672'} Body: b'{"volume": {"id": "018c8937-5f99-4277-90bc-d48a374d5672", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:13.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1711487318", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/018c8937-5f99-4277-90bc-d48a374d5672"}], "user_id": "60701c37bc3c4ecf9366a9fb38d565ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "28f3de83497a4f829fb45282d3d67752"}}' 2025-07-31 10:28:14,597 98112 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672 0.048s 2025-07-31 10:28:14,598 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7144421c-0122-477c-a837-a02fba1f7695', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7144421c-0122-477c-a837-a02fba1f7695', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672'} Body: b'{"volume": {"id": "018c8937-5f99-4277-90bc-d48a374d5672", "status": "error", "size": 1, "availability_zone": "nova", " created_at": "2025-07-31T10:28:13.000000", "updated_at": "2025-07-31T10:28:14.000000", "name": "tempest-tempest.common.compute-volume-1711487318", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/018c8937-5f99-4277-90bc-d48a374d5672"}], "user_id": "60701c37bc3c4ecf9366a9fb38d565ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "28f3de83497a4f829fb45282d3d67752"}}' 2025-07-31 10:28:14,772 98112 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 202 DELETE http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672 0.161s 2025-07-31 10:28:14,772 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-8e9c6b15-cbbf-4138-95c6-a389d15897d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672'} Body: b'' 2025-07-31 10:28:14,798 98112 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 404 GET http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672 0.025s 2025-07-31 10:28:14,798 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-1828137f-412e-485f-a23f-61429f0d9324', 'x-openstack-request-id': 'req-1828137f-412e-485f-a23f-61429f0d9324', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 018c8937-5f99-4277-90bc-d48a374d5672 could not be found."}}' {9} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {2} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.330276s] ... ok {2} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.236253s] ... ok {2} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [1.796731s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 227, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 6ea4551e-5793-470a-899e-d3a5495725c0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:21,492 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/types 0.175s 2025-07-31 10:28:21,493 98112 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-182041528"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c27055af-fc36-400f-bad2-e149be8dea33', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c27055af-fc36-400f-bad2-e149be8dea33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "cac7d80a-9687-4309-885d-c0b390b1167b", "name": "tempest-GroupsV320Test-volume-type-182041528", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:28:21,522 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/group_types 0.026s 2025-07-31 10:28:21,522 98112 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-1219441711"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32927953-d6c1-4e99-a3a6-d374e60d2461', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32927953-d6c1-4e99-a3a6-d374e60d2461', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "e5278c19-f29e-4a5e-9985-bcc0fe917336", "name": "tempest-GroupsV320Test-group-type-1219441711", "description": null, "is_public": true, "group_specs": {}}}' 2025-07-31 10:28:21,762 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/groups 0.237s 2025-07-31 10:28:21,763 98112 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": "e5278c19-f29e-4a5e-9985-bcc0fe917336", "volume_types": ["cac7d80a-9687-4309-885d-c0b390b1167b"], "name": "tempest-GroupsV320Test-Group-1758163433"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-120da55f-5a03-49d4-887f-9caf09d5d1ff', 'content-length': '108', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-120da55f-5a03-49d4-887f-9caf09d5d1ff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "6ea4551e-5793-470a-899e-d3a5495725c0", "name": "tempest-GroupsV320Test-Group-1758163433"}}' 2025-07-31 10:28:21,797 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/6ea4551e-5793-470a-899e-d3a5495725c0 0.031s 2025-07-31 10:28:21,797 98112 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': 'Thu, 31 Jul 2025 10:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json' , 'x-compute-request-id': 'req-a119f42d-7a13-46fb-be00-b07bc825b290', 'content-length': '388', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a119f42d-7a13-46fb-be00-b07bc825b290', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/6ea4551e-5793-470a-899e-d3a5495725c0'} Body: b'{"group": {"id": "6ea4551e-5793-470a-899e-d3a5495725c0", "status": "creating", "availability_zone": "nova", "created_at": "2025-07-31T10:28:22.000000", "name": "tempest-GroupsV320Test-Group-1758163433", "description": null, "group_type": "e5278c19-f29e-4a5e-9985-bcc0fe917336", "volume_types": ["cac7d80a-9687-4309-885d-c0b390b1167b"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:28:22,831 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/6ea4551e-5793-470a-899e-d3a5495725c0 0.028s 2025-07-31 10:28:22,831 98112 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': 'Thu, 31 Jul 2025 10:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c48d0989-fff0-410e-bf42-288191163058', 'content-length': '385', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c48d0989-fff0-410e-bf42-288191163058', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/6ea4551e-5793-470a-899e-d3a5495725c0'} Body: b'{"group": {"id": "6ea4551e-5793-470a-899e-d3a5495725c0", "status": "error", "availability_zone": "nova", "created_at": "2025-07-31T10:28:22.000000", "name": "tempest-GroupsV320Test-Group-1758163433", "description": null, "group_type": "e5278c19-f29e-4a5e-9985-bcc0fe917336", "volume_types": ["cac7d80a-9687-4309-885d-c0b390b1167b"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:28:22,869 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.032s 2025-07-31 10:28:22,870 98112 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': 'Thu, 31 Jul 2025 10:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b6186cf-2c41-4bfd-8388-72b11d64ed1f', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b6186cf-2c41-4bfd-8388-72b11d64ed1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-07-31 10:28:22,995 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/6ea4551e-5793-470a-899e-d3a5495725c0/action 0.110s 2025-07-31 10:28:22,995 98112 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': 'Thu, 31 Jul 2025 10:28:22 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-f117edea-280e-48fb-8a4e-55d6dc6ebb9a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/6ea4551e-5793-470a-899e-d3a5495725c0/action'} Body: b'' 2025-07-31 10:28:23,013 98112 INFO [tempest.lib.common.rest_c lient] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/6ea4551e-5793-470a-899e-d3a5495725c0 0.017s 2025-07-31 10:28:23,013 98112 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': 'Thu, 31 Jul 2025 10:28:22 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-bd2e802d-d17e-407b-815d-76844d0e94b4', 'x-openstack-request-id': 'req-bd2e802d-d17e-407b-815d-76844d0e94b4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/6ea4551e-5793-470a-899e-d3a5495725c0'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 6ea4551e-5793-470a-899e-d3a5495725c0 could not be found."}}' 2025-07-31 10:28:23,040 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/e5278c19-f29e-4a5e-9985-bcc0fe917336 0.026s 2025-07-31 10:28:23,040 98112 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': 'Thu, 31 Jul 2025 10:28:23 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-44d08679-b93b-4cfb-90a1-8507ddc0fb92', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/e5278c19-f29e-4a5e-9985-bcc0fe917336'} Body: b'' 2025-07-31 10:28:23,094 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/cac7d80a-9687-4309-885d-c0b390b1167b 0.053s 2025-07-31 10:28:23,094 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac49fc0e-8184-4cee-9bb5-fd5167091b15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/cac7d80a-9687-4309-885d-c0b390b1167b'} Body: b'' 2025-07-31 10:28:23,112 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/cac7d80a-9687-4309-885d-c0b390b1167b 0.017s 2025-07-31 10:28:23,112 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7375077-aecb-424c-945c-c3be9a1f434c', 'x-openstack-request-id': 'req-b7375077-aecb-424c-945c-c3be9a1f434c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/cac7d80a-9687-4309-885d-c0b390b1167b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type cac7d80a-9687-4309-885d-c0b390b1167b could not be found."}}' {10} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [169.225180s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, 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 70, in test_snapshot_data_integrity volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2e8d7050-205a-40d7-994d-57f6a304aa5d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:25:41,278 98128 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:25:41,279 98128 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:25:41,430 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.150s 2025-07-31 10:25:41,431 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2050349269", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEdSoTXBNIZcX5XiFuhInZyo4bqdx8nPbb+BAepCZ/iT3fxP8wvq/tYd5TRywElbfHwZ1WQbmAIKU9FVcVJAoyva0efbCjLqm79XYirxtcu6xzICWA56Q5NUE/dQ3k2VNA=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:41 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-b3f6dc1b-bf7a-4436-a42d-29d27372c273', 'x-compute-request-id': 'req-b3f6dc1b-bf7a-4436-a42d-29d27372c273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2050349269", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEdSoTXBNIZcX5XiFuhInZyo4bqdx8nPbb+BAepCZ/iT3fxP8wvq/tYd5TRywElbfHwZ1WQbmAIKU9FVcVJAoyva0efbCjLqm79XYirxtcu6xzICWA56Q5NUE/dQ3k2VNA==", "fingerprint": "48:53:19:84:7b:50:1a:46:e7:ed:6d:e0:ed:99:12:a3", "user_id": "5d0122deb93644eea0620b87780ac5df"}}' 2025-07-31 10:25:41,434 98128 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2050349269 created 2025-07-31 10:25:41,657 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.222s 2025-07-31 10:25:41,657 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1555624072", "description": "tempest-description--492348520"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-f8ef8037-3096-4d54-aef6-63ab6d30526f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fa214b99-ff34-4def-bb71-d10ef13e4eff", "name": "tempest-securitygroup--1555624072", "stateful": true, "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "description": "tempest-description--492348520", "shared": false, "security_group_rules": [{"id": "a4b6c4ed-a9d5-4c9b-a4f5-6b2c105ccbf1", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "fa214b99-ff34-4def-bb71-d10ef13e4eff", "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": 663, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:25:41Z", "updated_at": "2025-07-31T10:25:41Z", "revision_number": 0}, {"id": "f57615f0-ba58-4e73-aa94-2ca82963ab6c", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "fa214b99-ff34-4def-bb71-d10ef13e4eff", "ethertype": "IPv4", "direction": "egress", "protocol": null, "por t_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": 662, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:25:41Z", "updated_at": "2025-07-31T10:25:41Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:25:41Z", "updated_at": "2025-07-31T10:25:41Z", "revision_number": 1, "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f"}}' 2025-07-31 10:25:41,837 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.179s 2025-07-31 10:25:41,837 98128 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": "fa214b99-ff34-4def-bb71-d10ef13e4eff", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-abb0e806-2dbb-4b48-b131-83016cd72f67', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "177f4acc-63a3-45b1-9949-4325030c8b6b", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "fa214b99-ff34-4def-bb71-d10ef13e4eff", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:41Z", "updated_at": "2025-07-31T10:25:41Z", "revision_number": 0}}' 2025-07-31 10:25:42,068 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.230s 2025-07-31 10:25:42,069 98128 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": "fa214b99-ff34-4def-bb71-d10ef13e4eff", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b410aad8-c5e8-4a36-a706-e80c114cd9ef', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "60bcff3a-dfdb-4855-9882-342bedfdde53", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "fa214b99-ff34-4def-bb71-d10ef13e4eff", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:41Z", "updated_at": "2025-07-31T10:25:41Z", "revision_number": 0}}' 2025-07-31 10:25:42,069 98128 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1555624072 created 2025-07-31 10:25:42,729 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.659s 2025-07-31 10:25:42,730 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-b32c3680-ad06-434a-8824-d8d9899fa324', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c965f27a-e0ce-4cd9-b70b-257eac297470", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "floating_ip_address": "172.24.4.23", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:25:42Z", "updated_at": "2025-07-31T10:25:42Z", "revision_number": 0}}' 2025-07-31 10:25:42,730 98128 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c965f27a-e0ce-4cd9-b70b-257eac297470', 'tenant_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'floating_ip_address': '172.24.4.23', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:25:42Z', 'updated_at': '2025-07-31T10:25:42Z', 'revision_number': 0, 'ip': '172.24.4.23'} created 2025-07-31 10:25:42,936 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.205s 2025-07-31 10:25:42,936 98128 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-1483489964", "description": "tempest-secgroup-smoke-1483489964 description", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-5046909a-ebed-428f-b905-816572becd3c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "name": "tempest-secgroup-smoke-1483489964", "stateful": true, "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "description": "tempest-secgroup-smoke-1483489964 description", "shared": false, "security_group_rules": [{"id": "1daff678-d594-4899-8df7-59242935d80a", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "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": 670, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:25:42Z", "updated_at": "2025-07-31T10:25:42Z", "revision_number": 0}, {"id": "da220153-b447-4331-9f7d-cf48fe7fbe92", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "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": 669, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:25:42Z", "updated_at": "2025-07-31T10:25:42Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:25:42Z", "updated_at": "2025-07-31T10:25:42Z", "revision_number": 1, "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f"}}' 2025-07-31 10:25:43,124 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.186s 2025-07-31 10:25:43,124 98128 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": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-be7a4f53-b874-4a5e-8117-ac1d1d9e3e15', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9cfda805-62c0-4abc-9a80-8a5ade38c1d9", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:43Z", "updated_at": "2025-07-31T10:25:43Z", "revision_number": 0}}' 2025-07-31 10:25:43,327 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.202s 2025-07-31 10:25:43,328 98128 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": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-cf264429-5589-4484-8fe5-4b71f03f9236', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ecfb192d-58d3-4c06-a7ac-a7a80ad58a35", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:43Z", "updated_at": "2025-07-31T10:25:43Z", "revision_number": 0}}' 2025-07-31 10:25:43,530 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.202s 2025-07-31 10:25:43,531 98128 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": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-58e79b7b-1ce0-433 a-9af7-796e30d9d717', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5968dda4-3f4c-4ed5-9a9a-13dd0cf73bb8", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:43Z", "updated_at": "2025-07-31T10:25:43Z", "revision_number": 0}}' 2025-07-31 10:25:43,731 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.199s 2025-07-31 10:25:43,732 98128 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": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-24612816-4e36-4a0b-92ab-edd646b4edc5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "33dc6eaf-a394-461b-82d3-b248376d957c", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:43Z", "updated_at": "2025-07-31T10:25:43Z", "revision_number": 0}}' 2025-07-31 10:25:43,947 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.215s 2025-07-31 10:25:43,948 98128 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": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-2b596834-c248-4ecb-a4f5-ce197e5caa58', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fc370add-5c94-4cd0-8249-f96a3e03d188", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:43Z", "updated_at": "2025-07-31T10:25:43Z", "revision_number": 0}}' 2025-07-31 10:25:44,177 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.229s 2025-07-31 10:25:44,178 98128 DEBUG [tempe st.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-d64f051d-3bf2-4f68-a510-da3a872a96c7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ed57d96d-ce3f-4bd6-bc8d-ed922d54e7d4", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:44Z", "updated_at": "2025-07-31T10:25:44Z", "revision_number": 0}}' 2025-07-31 10:25:44,281 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.096s 2025-07-31 10:25:44,282 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2501', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6bfad7b1-7ec6-45b1-bbf5-20453a72dc37', '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": "5d0122deb93644eea0620b87780ac5df", "name": "tempest-SnapshotDataIntegrityTests-1396300228-project-member", "password_expires_at": null}, "audit_ids": ["wtJW1LlbSEu_oTXVuwLd6w"], "expires_at": "2025-07-31T11:25:44.000000Z", "issued_at": "2025-07-31T10:25:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b913cfa25fbf42b684c7c19cb7d12b0f", "name": "tempest-SnapshotDataIntegrityTests-1396300228"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b913cfa25fbf42b684c7c19cb7d12b0f", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:25:44,282 98128 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '8fad8548-e00c-44c9-bf3e-7743a1c9811f', 'name': 'tempest-SnapshotDataIntegrityTests-391349715-network', 'tenant_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42038, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:25:27Z', 'updated_at': '2025-07-31T10:25:27Z', 'revision_number': 1} available for tenant 2025-07-31 10:25:44,283 98128 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2050349269', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEdSoTXBNIZcX5XiFuhInZyo4bqdx8nPbb+BAepCZ/iT3fxP8wvq/tYd5TRywElbfHwZ1WQbmAIKU9FVcVJAoyva0efbCjLqm79XYirxtcu6xzICWA56Q5NUE/dQ3k2VNA==', 'fingerprint': '48:53:19:84:7b:50:1a:46:e7:ed:6d:e0:ed:99:12:a3', 'user_id': '5d0122deb93644eea0620b87780ac5df', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAigNcFJ24c7kidbdcldRGoIPER1I2+sBXbOjYNcfhGSXb5jYDRvUvh\nqPo1Mrwcu0CgBwYFK4EEACKhZANiAARHUqE1wTSGXF+V4hboSJ2cqOG6ncfJz22/\ngQHqQmf4k938T/ML6v7WHeU0csBJW3x8GdVkG5gCClPRVXFSQKMr2tHn2woy6pu/\nV2Iq8bXLuscyAlgOekOTVBP3UN5NlTQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fa214b99-ff34-4def-bb71-d10ef13e4eff', 'name': 'tempest-securitygroup--1555624072', 'stateful': True, 'tenant_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'description': 'tempest-description--492348520', 'shared': False, 'security_group_rules': [{'id': 'a4b6c4ed-a9d5-4c9b-a4f5-6b2c105ccbf1', 'project_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'tenant_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'security_group_id': 'fa214b99-ff34-4def-bb71-d10ef13e4eff', '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': 663, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:25:41Z', 'updated_at': '2025-07-31T10:25:41Z', 'revision_number': 0}, {'id': 'f57615f0-ba58-4e73-aa94-2ca82963ab6c', 'project_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'tenant_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'security_group_id': 'fa214b99-ff34-4def-bb71-d10ef13e4eff', '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': 662, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:25:41Z', 'updated_at': '2025-07-31T10:25:41Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:25:41Z', 'updated_at': '2025-07-31T10:25:41Z', 'revision_number': 1, 'project_id': 'b913cfa25fbf42b684c7c19cb7d12b0f'}, 'floating_ip': {'id': 'c965f27a-e0ce-4cd9-b70b-257eac297470', 'tenant_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'floating_ip_address': '172.24.4.23', 'floating_network_id': '74392d5 6-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:25:42Z', 'updated_at': '2025-07-31T10:25:42Z', 'revision_number': 0, 'ip': '172.24.4.23'}} 2025-07-31 10:25:45,025 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.741s 2025-07-31 10:25:45,026 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-126579389", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "key_name": "tempest-keypair-2050349269", "security_groups": [{"name": "tempest-secgroup-smoke-1483489964"}, {"name": "tempest-securitygroup--1555624072"}], "networks": [{"uuid": "8fad8548-e00c-44c9-bf3e-7743a1c9811f"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '451', 'location': 'http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b38cdf8a-ca11-48c5-84a3-f798a4c4f961', 'x-compute-request-id': 'req-b38cdf8a-ca11-48c5-84a3-f798a4c4f961', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1483489964"}, {"name": "tempest-securitygroup--1555624072"}], "adminPass": "7jgi2r4G8gMw"}}' 2025-07-31 10:25:45,111 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4 0.080s 2025-07-31 10:25:45,111 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f316be11-8006-4c00-ba45-b2f04bdbb060', 'x-compute-request-id': 'req-f316be11-8006-4c00-ba45-b2f04bdbb060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4'} Body: b'{"server": {"id": "ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4", "name": "tempest-SnapshotDataIntegrityTests-server-126579389", "status": "BUILD", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "user_id": "5d0122deb93644eea0620b87780ac5df", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:45Z", "updated": "2025-07-31T10:25:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "se lf", "href": "http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2050349269", "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": []}}' 2025-07-31 10:26:35,411 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4 0.233s 2025-07-31 10:26:35,411 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1593', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40ec034b-08d8-4258-bce0-0cf3537c82bf', 'x-compute-request-id': 'req-40ec034b-08d8-4258-bce0-0cf3537c82bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4'} Body: b'{"server": {"id": "ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4", "name": "tempest-SnapshotDataIntegrityTests-server-126579389", "status": "ACTIVE", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "user_id": "5d0122deb93644eea0620b87780ac5df", "metadata": {}, "hostId": "1e0d667fec39fac00a2aea6dd3d6605d79ad1a32fdc35f4864481c27", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:44Z", "updated": "2025-07-31T10:26:01Z", "addresses": {"tempest-SnapshotDataIntegrityTests-391349715-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:69:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2050349269", "OS-SRV-USG:launched_at": "2025-07-31T10:26:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1483489964"}, {"name": "tempest-securitygroup--1555624072"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:26:35,426 98128 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:27:35,651 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4/os-interface 0.177s 2025-07-31 10:27:35,651 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27: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-dfcb537f-5f11-430a-b8f9-da297ad73a04', 'x-compute-request-id': 'req-dfcb537f-5f11-430a-b8f9-da297ad73a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "8fad8548-e00c-44c9-bf3e-7743a1c9811f", "port_id": "ffe2d761-c04a-46be-bdda-50a9f738ac09", "mac_addr": "fa:16:3e:2b:69:04", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "a917cfea-1660-41f4-a3cf-71b98703495a", "ip_address": "10.0.0.9"}]}]}' 2025-07-31 10:27:36,546 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/c965f27a-e0ce-4cd9-b70b-257eac297470 0.890s 2025-07-31 10:27:36,546 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ffe2d761-c04a-46be-bdda-50a9f738ac09"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-857b6679-6c30-4391-b4ad-6ea3362f16bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/c965f27a-e0ce-4cd9-b70b-257eac297470'} Body: b'{"floatingip": {"id": "c965f27a-e0ce-4cd9-b70b-257eac297470", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "floating_ip_address": "172.24.4.23", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "76c9dd17-7440-4536-a37a-8758976aaba2", "port_id": "ffe2d761-c04a-46be-bdda-50a9f738ac09", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "8fad8548-e00c-44c9-bf3e-7743a1c9811f", "mac_address": "fa:16:3e:2b:69:04", "admin_state_up": true, "status": "ACTIVE", "device_id": "ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:25:42Z", "updated_at": "2025-07-31T10:27:35Z", "revision_number": 1, "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f"}}' 2025-07-31 10:27:36,551 98128 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.23:22' as 'cirros' with public key authentication 2025-07-31 10:27:36,564 98128 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:27:36,670 98128 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:27:36,670 98128 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.23 successfully created 2025-07-31 10:27:36,926 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4 0.255s 2025-07-31 10:27:36,926 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1593', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b2e543c-a740-4c53-8225-be4273153887', 'x-compute-request-id': 'req-2b2e543c-a740-4c53-8225-be4273153887', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4'} Body: b'{"server": {"id": "ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4", "name": "tempest-SnapshotDataIntegrityTests-server-126579389", "status": "ACTIVE", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "user_id": "5d0122deb93644eea0620b87780ac5df", "metadata": {}, "hostId": "1e0d667fec39fac0 0a2aea6dd3d6605d79ad1a32fdc35f4864481c27", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:44Z", "updated": "2025-07-31T10:26:01Z", "addresses": {"tempest-SnapshotDataIntegrityTests-391349715-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:69:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2050349269", "OS-SRV-USG:launched_at": "2025-07-31T10:26:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1483489964"}, {"name": "tempest-securitygroup--1555624072"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:27:37,413 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/volumes 0.471s 2025-07-31 10:27:37,414 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-140448490", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9997a02-4a68-4b3a-a271-42002c7a2e82', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9997a02-4a68-4b3a-a271-42002c7a2e82', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2e8d7050-205a-40d7-994d-57f6a304aa5d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:27:37.334239", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-140448490", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d"}], "user_id": "5d0122deb93644eea0620b87780ac5df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:27:37,467 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d 0.040s 2025-07-31 10:27:37,467 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-304c5687-c95c-4f2b-a1a1-044c58d4cf7e', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-304c5687-c95c-4f2b-a1a1-044c58d4cf7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d'} Body: b'{"volume": {"id": "2e8d7050-205a-40d7 -994d-57f6a304aa5d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:27:37.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-140448490", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d"}], "user_id": "5d0122deb93644eea0620b87780ac5df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f"}}' 2025-07-31 10:27:38,524 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d 0.042s 2025-07-31 10:27:38,525 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-087acddf-2067-42fa-a4e8-1784e7f64b0b', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-087acddf-2067-42fa-a4e8-1784e7f64b0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d'} Body: b'{"volume": {"id": "2e8d7050-205a-40d7-994d-57f6a304aa5d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:27:37.000000", "updated_at": "2025-07-31T10:27:37.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-140448490", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d"}], "user_id": "5d0122deb93644eea0620b87780ac5df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f"}}' 2025-07-31 10:27:38,633 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d 0.092s 2025-07-31 10:27:38,634 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27: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-4a16f958-6913-4d43-8cce-7597b2bc948d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d'} Body: b'' 2025-07-31 10:27:38,658 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d 0.023s 2025-07-31 10:27:38,659 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27: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-232d2f94-4f8d-49b5-b0e8-e6871a45f24b', 'x-openstack-request-id': 'req-232d2f94-4f8d-49b5-b0e8-e6871a45f24b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2e8d7050-205a-40d7-994d-57f6a304aa5d could not be found."}}' 2025-07-31 10:27:38,778 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4 0.118s 2025-07-31 10:27:38,778 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27: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-9804749e-17ee-4bbf-9776-5bac09042ba3', 'x-compute-request-id': 'req-9804749e-17ee-4bbf-9776-5bac09042ba3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4'} Body: b'' 2025-07-31 10:27:38,993 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4 0.214s 2025-07-31 10:27:38,993 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1717', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39875a8b-85d8-4422-acf3-8268c0873f4e', 'x-compute-request-id': 'req-39875a8b-85d8-4422-acf3-8268c0873f4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4'} Body: b'{"server": {"id": "ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4", "name": "tempest-SnapshotDataIntegrityTests-server-126579389", "status": "ACTIVE", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "user_id": "5d0122deb93644eea0620b87780ac5df", "metadata": {}, "hostId": "1e0d667fec39fac00a2aea6dd3d6605d79ad1a32fdc35f4864481c27", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:44Z", "updated": "2025-07-31T10:27:39Z", "addresses": {"tempest-SnapshotDataIntegrityTests-391349715-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:69:04"}, {"version": 4, "addr": "172.24.4.23", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:69:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2050349269", "OS-SRV-USG:launched_at": "2025-07-31T10:26:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1483489964"}, {"name": "tempest-securitygroup--1555624072"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "acti ve", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:28:29,073 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4 0.041s 2025-07-31 10:28:29,074 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-0af8b5cc-a8a2-4363-9b3e-12e3becba96a', 'x-compute-request-id': 'req-0af8b5cc-a8a2-4363-9b3e-12e3becba96a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4 could not be found."}}' 2025-07-31 10:28:29,333 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/7f777e9b-d5be-4e6c-a226-6499d22865ac 0.259s 2025-07-31 10:28:29,334 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-ef01191c-a061-4185-8fd7-81285fc30860', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/7f777e9b-d5be-4e6c-a226-6499d22865ac'} Body: b'' 2025-07-31 10:28:29,365 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2050349269 0.030s 2025-07-31 10:28:29,365 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-3c07f2aa-6995-4590-b7c7-37ec68a7f02d', 'x-compute-request-id': 'req-3c07f2aa-6995-4590-b7c7-37ec68a7f02d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2050349269'} Body: b'' 2025-07-31 10:28:29,549 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/fa214b99-ff34-4def-bb71-d10ef13e4eff 0.182s 2025-07-31 10:28:29,549 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-4c8bb190-ce3f-4ade-9158-522dbd6bc829', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/fa214b99-ff34-4def-bb71-d10ef13e4eff'} Body: b'' 2025-07-31 10:28:29,567 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/fa214b99-ff34-4def-bb71-d10ef13e4eff 0.017s 2025-07-31 10:28:29,567 98128 DEBUG [tempest.lib.common.rest_client] Request - Hea ders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-554acb50-4963-44d8-9359-22a76235808b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/fa214b99-ff34-4def-bb71-d10ef13e4eff'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group fa214b99-ff34-4def-bb71-d10ef13e4eff does not exist", "detail": ""}}' 2025-07-31 10:28:30,353 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/c965f27a-e0ce-4cd9-b70b-257eac297470 0.785s 2025-07-31 10:28:30,502 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-68192c49-9d47-4fd3-ada9-544e4a3e4a23', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/c965f27a-e0ce-4cd9-b70b-257eac297470'} Body: b'' {2} 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 56dd628a-f9be-4c47-9604-39dd8b703da2 failed to build and is in ERROR status {2} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {2} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [1.609568s] ... 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 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:40,924 98112 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.487s 2025-07-31 10:28:40,925 98112 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-238780281"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-030d3a54-fe5b-4076-bd6c-132dc3cbf938', 'content-length': '764', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-030d3a54-fe5b-4076-bd6c-132dc3cbf938', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:40.859909", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-238780281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f"}], "user_id": "70d0bc1fafc644cf94f8d709e5deddcc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:28:40,979 98112 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f 0.042s 2025-07-31 10:28:40,979 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23272a64-f9ac-4fa8-a577-24a0073cf80f', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23272a64-f9ac-4fa8-a577-24a0073cf80f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f'} Body: b'{"volume": {"id": "f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:41.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-238780281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f"}], "user_id": "70d0bc1fafc644cf94f8d709e5deddcc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "195fcb84c67d45e8968bfd8afbb300ec"}}' 2025-07-31 10:28:42,030 98112 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f 0.036s 2025-07-31 10:28:42,030 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28 :41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d83f2053-35be-4833-8055-016686ed2995', 'content-length': '853', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d83f2053-35be-4833-8055-016686ed2995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f'} Body: b'{"volume": {"id": "f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:41.000000", "updated_at": "2025-07-31T10:28:41.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-238780281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f"}], "user_id": "70d0bc1fafc644cf94f8d709e5deddcc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "195fcb84c67d45e8968bfd8afbb300ec"}}' {2} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain [1.783477s] ... 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_dependency.py", line 84, in test_delete_dep_chain volume_1 = self.create_volume()['id'] File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b4e134d1-f5e0-49c0-b330-b1f17ce20dc5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:44,396 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 202 POST http://10.0.0.210/volume/v3/volumes 0.344s 2025-07-31 10:28:44,396 98112 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-VolumeDependencyTests-Volume-1024793470"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15f9572d-1940-4ea9-8925-96f20e93bb86', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15f9572d-1940-4ea9-8925-96f20e93bb86', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b4e134d1-f5e0-49c0-b330-b1f17ce20dc5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:44.335552", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1024793470", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:28:44,452 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5 0.042s 2025-07-31 10:28:44,453 98112 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': 'Thu, 31 Jul 2025 10:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5e3c5e8-ced6-42ca-bd63-9f5eaf4fd2f2', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5e3c5e8-ced6-42ca-bd63-9f5eaf4fd2f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5'} Body: b'{"volume": {"id": "b4e134d1-f5e0-49c0-b330-b1f17ce20dc5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:44.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1024793470", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "5bf91a61c6064270a05a4c2fbf8ce1f8"}}' 2025-07-31 10:28:45,815 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5 0.345s 2025-07-31 10:28:45,816 98112 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': 'Thu, 31 Jul 2025 10:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06cbccbf-0461-402a-b365-d2978f65eb17', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06cbccbf-0461-402a-b365-d2978f65eb17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5'} Body: b'{"volume": {"id": "b4e134d1-f5e0-49c0-b330-b1f17ce20dc5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:44.000000", "updated_at": "2025-07-31T10:28:44.000000", "name": "tempest-VolumeDependencyTests-Volume-1024793470", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "5bf91a61c6064270a05a4c2fbf8ce1f8"}}' {2} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain_2 [1.608847s] ... 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_dependency.py", line 109, in test_delete_dep_chain_2 volume_1 = self.create_volume()['id'] File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6ad2dfd0-2ddf-4004-9a61-4867e7499426 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:46,324 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.486s 2025-07-31 10:28:46,324 98112 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-VolumeDependencyTests-Volume-1201370309"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4be5a1a1-dc33-4cca-8079-3bba987e2bb0', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4be5a1a1-dc33-4cca-8079-3bba987e2bb0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6ad2dfd0-2ddf-4004-9a61-4867e7499426", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:46.048373", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1201370309", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:28:46,376 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426 0.039s 2025-07-31 10:28:46,377 98112 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': 'Thu, 31 Jul 2025 10:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab09c438-bbbb-4f8e-a09c-53878773fa0b', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab09c438-bbbb-4f8e-a09c-53878773fa0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426'} Body: b'{"volume": {"id": "6ad2dfd0-2ddf-4004-9a61-4867e7499426", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:46.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1201370309", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "5bf91a61c6064270a05a4c2fbf8ce1f8"}}' 2025-07-31 10:28:47,431 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426 0.039s 2025-07-31 10:28:47,432 98112 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': 'Th u, 31 Jul 2025 10:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae7476f7-f260-4db2-a0b2-65c1881b6f67', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae7476f7-f260-4db2-a0b2-65c1881b6f67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426'} Body: b'{"volume": {"id": "6ad2dfd0-2ddf-4004-9a61-4867e7499426", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:46.000000", "updated_at": "2025-07-31T10:28:46.000000", "name": "tempest-VolumeDependencyTests-Volume-1201370309", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "5bf91a61c6064270a05a4c2fbf8ce1f8"}}' {2} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot [1.341729s] ... 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_dependency.py", line 58, in test_delete_source_snapshot source_volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 926c0dcd-e424-43c3-9a17-93fffb6fb1a8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:47,666 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 202 POST http://10.0.0.210/volume/v3/volumes 0.218s 2025-07-31 10:28:47,667 98112 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-VolumeDependencyTests-Volume-1492478894"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-432bcf81-77ce-45da-9896-235a6cd7cdef', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-432bcf81-77ce-45da-9896-235a6cd7cdef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "926c0dcd-e424-43c3-9a17-93fffb6fb1a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:47.600044", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1492478894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:28:47,719 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8 0.040s 2025-07-31 10:28:47,719 98112 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': 'Thu, 31 Jul 2025 10:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9564e99c-55ca-4878-97b2-689228c6dee6', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9564e99c-55ca-4878-97b2-689228c6dee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8'} Body: b'{"volume": {"id": "926c0dcd-e424-43c3-9a17-93fffb6fb1a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:48.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1492478894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "5bf91a61c6064270a05a4c2fbf8ce1f8"}}' 2025-07-31 10:28:48,774 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8 0.039s 2025-07-31 10:28:48,775 98112 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': 'Thu, 31 Jul 2025 10:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23d48a4c-9ae5-42bc-b26c-20f192a9c359', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23d48a4c-9ae5-42bc-b26c-20f192a9c359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8'} Body: b'{"volume": {"id": "926c0dcd-e424-43c3-9a17-93fffb6fb1a8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:48.000000", "updated_at": "2025-07-31T10:28:48.000000", "name": "tempest-VolumeDependencyTests-Volume-1492478894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "5bf91a61c6064270a05a4c2fbf8ce1f8"}}' {2} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_volume [1.311021s] ... 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_dependency.py", line 42, in test_delete_source_volume source_volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4b67b282-7236-4db5-8589-ec46bfda2432 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:48,975 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.184s 2025-07-31 10:28:48,976 98112 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-VolumeDependencyTests-Volume-739341279"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be17890a-6345-4618-a7c1-f1d9ac2e58bb', 'content-length': '770', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be17890a-6345-4618-a7c1-f1d9ac2e58bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4b67b282-7236-4db5-8589-ec46bfda2432", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:48.918109", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-739341279", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b67b282-7236-4db5-8589-ec46bfda2432"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b67b282-7236-4db5-8589-ec46bfda2432"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:28:49,029 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/4b67b282-7236-4db5-8589-ec46bfda2432 0.040s 2025-07-31 10:28:49,029 98112 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': 'Thu, 31 Jul 2025 10:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d81c4e24-551b-4181-bf31-a65172f2ebe0', 'content-length': '838', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d81c4e24-551b-4181-bf31-a65172f2ebe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4b67b282-7236-4db5-8589-ec46bfda2432'} Body: b'{"volume": {"id": "4b67b282-7236-4db5-8589-ec46bfda2432", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:49.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-739341279", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b67b282-7236-4db5-8589-ec46bfda2432"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b67b282-7236-4db5-8589-ec46bfda2432"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "5bf91a61c6064270a05a4c2fbf8ce1f8"}}' 2025-07-31 10:28:50,087 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/4b67b282-7236-4db5-8589-ec46bfda2432 0.042s 2025-07-31 10:28:50,087 98112 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': 'Thu, 31 Jul 2025 10:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c8e578e-198f-4136-a7f5-f9df0fd95b46', 'content-length': '859', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c8e578e-198f-4136-a7f5-f9df0fd95b46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4b67b282-7236-4db5-8589-ec46bfda2432'} Body: b'{"volume": {"id": "4b67b282-7236-4db5-8589-ec46bfda2432", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:49.000000", "updated_at": "2025-07-31T10:28:49.000000", "name": "tempest-VolumeDependencyTests-Volume-739341279", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b67b282-7236-4db5-8589-ec46bfda2432"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b67b282-7236-4db5-8589-ec46bfda2432"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "5bf91a61c6064270a05a4c2fbf8ce1f8"}}' {2} setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [121.866346s] ... 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 65, 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9ca85871-ac8e-4b3f-bc91-891af2c11d7c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:00,412 98114 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded 0.225s 2025-07-31 10:28:00,412 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:00 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-a7ad9cd7-7dc2-40ea-b0d5-4e161cb90ed3', 'x-compute-request-id': 'req-a7ad9cd7-7dc2-40ea-b0d5-4e161cb90ed3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded'} Body: b'{"server": {"id": "fd8189cc-1e16-4ac7-a833-0de2bfcb3ded", "name": "tempest-ServersNegativeTestJSON-server-682152700", "status": "ACTIVE", "tenant_id": "ffb1cb802d8b475ea0fd2e62a3151f2d", "user_id": "83362865b7ab412eb5178ce64f733cd8", "metadata": {}, "hostId": "c7f795c3ff712e859a581e00825a2233df7b456256c98cfc69915e04", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:20Z", "updated": "2025-07-31T10:21:57Z", "addresses": {"tempest-ServersNegativeTestJSON-515462596-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:db:06"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:21:56.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": []}}' 2025-07-31 10:29:00,619 98114 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/volumes 0.190s 2025-07-31 10:29:00,620 98114 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-514459646"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c3512e1-0640-48d5-a7f1-7a9bc77acaad', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c3512e1-0640-48d5-a7f1-7a9bc77acaad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9ca85871-ac8e-4b3f-bc91-891af2c11d7c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:00.554871", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-514459646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c"}], "user_id": "83362865b7ab412eb5178ce64f733cd8" , "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:29:00,670 98114 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/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c 0.036s 2025-07-31 10:29:00,670 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3ab38cb-b25d-48ee-9f84-9850c6549671', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3ab38cb-b25d-48ee-9f84-9850c6549671', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c'} Body: b'{"volume": {"id": "9ca85871-ac8e-4b3f-bc91-891af2c11d7c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:01.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-514459646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c"}], "user_id": "83362865b7ab412eb5178ce64f733cd8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb1cb802d8b475ea0fd2e62a3151f2d"}}' 2025-07-31 10:29:01,728 98114 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/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c 0.044s 2025-07-31 10:29:01,728 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-463b864a-d0ad-48ea-aafd-e7c1b1dd18cd', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-463b864a-d0ad-48ea-aafd-e7c1b1dd18cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c'} Body: b'{"volume": {"id": "9ca85871-ac8e-4b3f-bc91-891af2c11d7c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:01.000000", "updated_at": "2025-07-31T10:29:01.000000", "name": "tempest-ServersNegativeTestJSON-volume-514459646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c"}], "user_id": "83362865b7ab412eb5178ce64f733cd8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb1cb802d8b475ea0fd2e62a3151f2d"}}' 2025-07-31 10:29:01,977 98114 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded 0.229s 2025-07-31 10:29:01,977 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': ' application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:01 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-5c2683ff-d6b9-4c8f-b113-06ad8f43f736', 'x-compute-request-id': 'req-5c2683ff-d6b9-4c8f-b113-06ad8f43f736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded'} Body: b'{"server": {"id": "fd8189cc-1e16-4ac7-a833-0de2bfcb3ded", "name": "tempest-ServersNegativeTestJSON-server-682152700", "status": "ACTIVE", "tenant_id": "ffb1cb802d8b475ea0fd2e62a3151f2d", "user_id": "83362865b7ab412eb5178ce64f733cd8", "metadata": {}, "hostId": "c7f795c3ff712e859a581e00825a2233df7b456256c98cfc69915e04", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:20Z", "updated": "2025-07-31T10:21:57Z", "addresses": {"tempest-ServersNegativeTestJSON-515462596-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:db:06"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:21:56.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_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [233.766380s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 288, 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 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 343, 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 326, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server dc084fc4-afa9-4f71-b598-411bb5f438ca failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-07-31T10:29:48Z', 'message': 'Build of instance dc084fc4-afa9-4f71-b598-411bb5f438ca aborted: Volume a45f1056-84ef-4dd9-b978-faf8dd73c1de did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Request ID of server operation performed before checking the server status req-6d92e17e-d43b-450f-a0bd-50c9d403fcc2. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:26:30,104 98110 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.046s 2025-07-31 10:26:30,104 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2521', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-21bda6d7-4641-48af-88f6-8d97831a219e', '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": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "password_expires_at": null}, "audit_ids": ["RCEsvmhOSs67BI4HlAMGiA"], "expires_at": "2025-07-31T11:26:30.000000Z", "issued_at": "2025-07-31T10:26:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2c28a946df93445886a686a64cf66604", "name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2c28a946df93445886a686a64cf66604", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:26:30,105 98110 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '6a83412b-3385-44fe-98db-a4ec93b84ab0', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-374999867-network', 'tenant_id': '2c28a946df93445886a686a64cf66604', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2c28a946df93445886a686a64cf66604', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46013, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope ': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:26:22Z', 'updated_at': '2025-07-31T10:26:22Z', 'revision_number': 1} available for tenant 2025-07-31 10:26:30,905 98110 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.798s 2025-07-31 10:26:30,905 98110 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-285314813", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "6a83412b-3385-44fe-98db-a4ec93b84ab0"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae', '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-8cb636f6-4610-47cb-96eb-ae6a06ef8f82', 'x-compute-request-id': 'req-8cb636f6-4610-47cb-96eb-ae6a06ef8f82', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "TbCdAtdjMdy8"}}' 2025-07-31 10:26:30,992 98110 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/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae 0.083s 2025-07-31 10:26:30,992 98110 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': 'Thu, 31 Jul 2025 10:26:30 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-2c031f70-e2e2-4404-b147-ee7c8d7670fd', 'x-compute-request-id': 'req-2c031f70-e2e2-4404-b147-ee7c8d7670fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae'} Body: b'{"server": {"id": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-285314813", "status": "BUILD", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:26:31Z", "updated": "2025-07-31T10:26:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae"}], "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:te rminated_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": []}}' 2025-07-31 10:27:21,390 98110 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/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae 0.330s 2025-07-31 10:27:21,391 98110 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': 'Thu, 31 Jul 2025 10:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', '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-811a1ef7-9f0e-4397-b14c-0026c7feb8db', 'x-compute-request-id': 'req-811a1ef7-9f0e-4397-b14c-0026c7feb8db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae'} Body: b'{"server": {"id": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-285314813", "status": "ACTIVE", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "e3016bde2af4b48d65117650db1b1937df05351e321e67d2ea4208a2", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:26:30Z", "updated": "2025-07-31T10:26:47Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-374999867-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:d1:97"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:26:46.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": []}}' 2025-07-31 10:27:21,411 98110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:28:22,218 98110 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/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae/action 0.746s 2025-07-31 10:28:22,219 98110 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-ServerBootFromVolumeStableRescueTest-image-615967409"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:21 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-282126da-11f5-406b-b599-7a92ba91d639', 'x-compute-request-id': 'req-282126da-11f5-406b-b599-7a92ba91d639', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae/action'} Body: b'{"image_id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe"}' 2025-07-31 10:28:22,282 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.062s 2025-07-31 10:28:22,283 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-62163624-9b45-4e03-bcbd-7577bc3a0323', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:22Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:23,310 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.025s 2025-07-31 10:28:23,311 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3737c7f3-d30b-4bb0-a0ff-f76783f42df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57 470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:22Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:24,337 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.024s 2025-07-31 10:28:24,337 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-45be1636-9ab0-4cf7-8dc4-6cccc61ddcfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:22Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:25,362 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.023s 2025-07-31 10:28:25,362 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a50b1b27-15c0-4f34-938b-efd4fe101d05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_project_name": "tempest-ServerBootF romVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:22Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:26,389 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.024s 2025-07-31 10:28:26,390 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1dc94d8c-cd1d-47c9-a1c3-f02ad4af90c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:22Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:27,414 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.023s 2025-07-31 10:28:27,415 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e627030f-ecf6-490d-9f66-4ce54cdf518c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot _roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:22Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:28,440 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.024s 2025-07-31 10:28:28,441 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-45e7ff8a-d771-4563-a468-7b3869cc6a0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:22Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:29,464 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.021s 2025-07-31 10:28:29,465 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ed5c02e8-9dc9-4d96-b15e-ecd5c2840323', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_id": "2c28a946df93445886a686a64cf66604", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:29Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:30,549 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.048s 2025-07-31 10:28:30,549 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f96b6e45-656b-431e-9464-26746c7441c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_id": "2c28a946df93445886a686a64cf66604", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:29Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:31,579 98110 INFO [tempest.lib.common.rest_client] R equest (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.028s 2025-07-31 10:28:31,579 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4321023c-81a7-46e2-b9b7-145d5043ff14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_id": "2c28a946df93445886a686a64cf66604", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "a03895f27007a5b31cc3095b2c5618f0", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ec1dbb183a6570cb7966b161040887131c5b56f87c08b6f44659ea6bcfc5bed5fd99c5bd5c1395064a56baee0b030d7509d5c5cc6392e84acb3d10059f215136", "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:31Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:31,603 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.023s 2025-07-31 10:28:31,603 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-820328bd-044a-4611-8762-992e0bb94ef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_id": "2c28a946df93445886a686a64cf66604", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescu eTest-image-615967409", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "a03895f27007a5b31cc3095b2c5618f0", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ec1dbb183a6570cb7966b161040887131c5b56f87c08b6f44659ea6bcfc5bed5fd99c5bd5c1395064a56baee0b030d7509d5c5cc6392e84acb3d10059f215136", "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:31Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:31,964 98110 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/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae 0.360s 2025-07-31 10:28:31,965 98110 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': 'Thu, 31 Jul 2025 10:28:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', '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-260d7368-928d-4285-85d2-ef39f274447e', 'x-compute-request-id': 'req-260d7368-928d-4285-85d2-ef39f274447e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae'} Body: b'{"server": {"id": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-285314813", "status": "ACTIVE", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "e3016bde2af4b48d65117650db1b1937df05351e321e67d2ea4208a2", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:26:30Z", "updated": "2025-07-31T10:28:31Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-374999867-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:d1:97"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:26:46.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": []}}' 2025-07-31 10:29:32,147 98110 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.099s 2025-07-31 10:29:32,147 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'conten t-type': 'application/json', 'content-length': '2521', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6aa06d52-4754-4658-b6eb-f52c0a4384b1', '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": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "password_expires_at": null}, "audit_ids": ["_W7k_Fn7Qaa5dwNszFH9mg"], "expires_at": "2025-07-31T11:29:32.000000Z", "issued_at": "2025-07-31T10:29:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2c28a946df93445886a686a64cf66604", "name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2c28a946df93445886a686a64cf66604", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:29:32,148 98110 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '6a83412b-3385-44fe-98db-a4ec93b84ab0', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-374999867-network', 'tenant_id': '2c28a946df93445886a686a64cf66604', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2c28a946df93445886a686a64cf66604', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46013, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:26:22Z', 'updated_at': '2025-07-31T10:26:22Z', 'revision_number': 1} available for tenant 2025-07-31 10:29:32,824 98110 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.674s 2025-07-31 10:29:32,824 98110 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-1540840319", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "6a83412b-3385-44fe-98db-a4ec93b84ab0"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca', '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-6d92e17e-d43b-450f-a0bd-50c9d403fcc2', 'x-compute-request-id': 'req-6d92e17e-d43b-450f-a0bd-50c9d403fcc2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dc084fc4-afa9-4f71-b598-411bb5f438ca", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "K7L7nocsQcSg"}}' 2025-07-31 10:29:32,919 98110 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/dc084fc4-afa9-4f71-b598-411bb5f438ca 0.091s 2025-07-31 10:29:32,919 98110 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': 'Thu, 31 Jul 2025 10:29:32 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-676a9042-a134-4da8-8d0d-4a071c1a55b7', 'x-compute-request-id': 'req-676a9042-a134-4da8-8d0d-4a071c1a55b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca'} Body: b'{"server": {"id": "dc084fc4-afa9-4f71-b598-411bb5f438ca", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1540840319", "status": "BUILD", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:29:33Z", "updated": "2025-07-31T10:29:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca"}], "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": []}}' 2025-07-31 10:30:23,176 98110 INFO [tempest.lib.common.rest_client] Request (ServerBo otFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca 0.186s 2025-07-31 10:30:23,177 98110 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': 'Thu, 31 Jul 2025 10:30:22 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-ddaeece9-937d-4d3e-b594-67eb3814d82f', 'x-compute-request-id': 'req-ddaeece9-937d-4d3e-b594-67eb3814d82f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca'} Body: b'{"server": {"id": "dc084fc4-afa9-4f71-b598-411bb5f438ca", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1540840319", "status": "ERROR", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:29:32Z", "updated": "2025-07-31T10:29:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-07-31T10:29:48Z", "message": "Build of instance dc084fc4-afa9-4f71-b598-411bb5f438ca aborted: Volume a45f1056-84ef-4dd9-b978-faf8dd73c1de 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": []}}' 2025-07-31 10:30:23,196 98110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2025-07-31 10:30:23,776 98110 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/dc084fc4-afa9-4f71-b598-411bb5f438ca 0.579s 2025-07-31 10:30:23,777 98110 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': 'Thu, 31 Jul 2025 10:30:23 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-f50109d1-ab2d-40b3-8e80-3d134683f0c1', 'x-compute-request-id': 'req-f50109d1-ab2d-40b3-8e80-3d134683f0c1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca'} Body: b'' 2025-07-31 10:30:23,816 98110 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/dc084f c4-afa9-4f71-b598-411bb5f438ca 0.039s 2025-07-31 10:30:23,817 98110 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': 'Thu, 31 Jul 2025 10:30:23 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-ad3ae57a-67d6-4d35-b81d-650ca734550b', 'x-compute-request-id': 'req-ad3ae57a-67d6-4d35-b81d-650ca734550b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance dc084fc4-afa9-4f71-b598-411bb5f438ca could not be found."}}' {8} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [166.738460s] ... 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c77ed631-4cc2-493c-812e-3ed161443412 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:27:48,843 98124 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:27:48,843 98124 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:27:48,972 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.127s 2025-07-31 10:27:48,972 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-977071610", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOjJRbBVkGXaDqUSoqy3MJ1Q3FXqTR1jP5t7KWu9te/AqBQEnYr7qXNl+o2093kfYAAICtYEkq9JpRQUy8daHLfwxIIst6dY+iFtOVKtPnt/FJxkcuoTbjL8m5B4/6N0aA=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27: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-0ffc436f-9bf9-444a-bded-81b5cc8b6be5', 'x-compute-request-id': 'req-0ffc436f-9bf9-444a-bded-81b5cc8b6be5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-977071610", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOjJRbBVkGXaDqUSoqy3MJ1Q3FXqTR1jP5t7KWu9te/AqBQEnYr7qXNl+o2093kfYAAICtYEkq9JpRQUy8daHLfwxIIst6dY+iFtOVKtPnt/FJxkcuoTbjL8m5B4/6N0aA==", "fingerprint": "f8:69:a1:0f:0a:bf:a9:6d:03:17:5b:a1:10:ba:26:8e", "user_id": "b1556457914d488da14fca85207dc034"}}' 2025-07-31 10:27:48,975 98124 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-977071610 created 2025-07-31 10:27:49,532 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.557s 2025-07-31 10:27:49,533 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2019372880", "description": "tempest-description--266131792"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-ed1d0abc-c30a-475e-a442-db541218efea', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "90b17292-7864-4a3c-8d86-12e85b568871", "name": "tempest-securitygroup--2019372880", "stateful": true, "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "description": "tempest-description--266131792", "shared": false, "security_group_rules": [{"id": "83d63bcb-4b1a-4f6e-b64c-b2d38997243e", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "90b17292-7864-4a3c-8d86-12e85b568871", "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": 784, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:27:49Z", "updated_at": "2025-07-31T10:27:49Z", "revision_number": 0}, {"id": "e6597c1e-aae4-4f22-b7a5-ddd8a2903382", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "90b17292-7864-4a3c-8d86-12e85b568871", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_r ange_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": 783, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:27:49Z", "updated_at": "2025-07-31T10:27:49Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:27:49Z", "updated_at": "2025-07-31T10:27:49Z", "revision_number": 1, "project_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:27:49,800 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.267s 2025-07-31 10:27:49,801 98124 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": "90b17292-7864-4a3c-8d86-12e85b568871", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8ee96b48-d6b1-4bef-b3ce-8b550b51dfc1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6bf6799a-0df0-4ded-8130-bdd71c791fb5", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "90b17292-7864-4a3c-8d86-12e85b568871", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:27:49Z", "updated_at": "2025-07-31T10:27:49Z", "revision_number": 0}}' 2025-07-31 10:27:50,072 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.270s 2025-07-31 10:27:50,072 98124 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": "90b17292-7864-4a3c-8d86-12e85b568871", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-2f1c68db-4caf-41e3-9d34-ca790fda7aad', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "871cb69b-55b6-4274-8224-d006545e41e9", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "90b17292-7864-4a3c-8d86-12e85b568871", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:27:49Z", "updated_at": "2025-07-31T10:27:49Z", "revision_number": 0}}' 2025-07-31 10:27:50,073 98124 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2019372880 created 2025-07-31 10:27:50,903 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.829s 2025-07-31 10:27:50,903 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-2e474ecf-6a30-424c-986e-61a64307d241', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "df428847-7bed-402b-a06c-32d0303b2b80", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "floating_ip_address": "172.24.4.16", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:27:50Z", "updated_at": "2025-07-31T10:27:50Z", "revision_number": 0}}' 2025-07-31 10:27:50,904 98124 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'df428847-7bed-402b-a06c-32d0303b2b80', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'floating_ip_address': '172.24.4.16', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:27:50Z', 'updated_at': '2025-07-31T10:27:50Z', 'revision_number': 0, 'ip': '172.24.4.16'} created 2025-07-31 10:27:51,004 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.094s 2025-07-31 10:27:51,004 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e72ccc1e-f6b0-4d01-8b15-a88b1972a62d', '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": "b1556457914d488da14fca85207dc034", "name": "tempest-AttachVolumeNegativeTest-1263480940-project-member", "password_expires_at": null}, "audit_ids": ["13GqtNrJTBCxX9Ks1TfB8A"], "expires_at": "2025-07-31T11:27:50.000000Z", "issued_at": "2025-07-31T10:27:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a733e5c2a8243548182ba0afe2deb3f", "name": "tempest-AttachVolumeNegativeTest-1263480940"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0a733e5c2a8243548182ba0afe2deb3f", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:27:51,005 98124 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'b878d227-3fc4-48e0-9505-283154a9f454', 'name': 'tempest-AttachVolumeNegativeTest-154168269-network', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 56236, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:21:51Z', 'updated_at': '2025-07-31T10:21:51Z', 'revision_number': 1} available for tenant 2025-07-31 10:27:51,005 98124 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-977071610', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOjJRbBVkGXaDqUSoqy3MJ1Q3FXqTR1jP5t7KWu9te/AqBQEnYr7qXNl+o2093kfYAAICtYEkq9JpRQUy8daHLfwxIIst6dY+iFtOVKtPnt/FJxkcuoTbjL8m5B4/6N0aA==', 'fingerprint': 'f8:69:a1:0f:0a:bf:a9:6d:03:17:5b:a1:10:ba:26:8e', 'user_id': 'b1556457914d488da14fca85207dc034', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC5peHeYSusIKk/2PRbg9CFPFPkK62eMWrrPK76ydGLFRyPwl4uBdTn\nEWyuOHgS5FegBwYFK4EEACKhZANiAAToyUWwVZBl2g6lEqKstzCdUNxV6k0dYz+b\neylrvbXvwKgUBJ2K+6lzZfqNtPd5H2AACArWBJKvSaUUFMvHWhy38MSCLLenWPoh\nbTlSrT57fxScZHLqE24y/JuQeP+jdGg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '90b17292-7864-4a3c-8d86-12e85b568871', 'name': 'tempest-securitygroup--2019372880', 'stateful': True, 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'description': 'tempest-description--266131792', 'shared': False, 'security_group_rules': [{'id': '83d63bcb-4b1a-4f6e-b64c-b2d38997243e', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'security_group_id': '90b17292-7864-4a3c-8d86-12e85b568871', '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': 784, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:27:49Z', 'updated_at': '2025-07-31T10:27:49Z', 'revision_number': 0}, {'id': 'e6597c1e-aae4-4f22-b7a5-ddd8a2903382', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'security_group_id': '90b17292-7864-4a3c-8d86-12e85b568871', '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': 783, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:27:49Z', 'updated_at': '2025-07-31T10:27:49Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07 -31T10:27:49Z', 'updated_at': '2025-07-31T10:27:49Z', 'revision_number': 1, 'project_id': '0a733e5c2a8243548182ba0afe2deb3f'}, 'floating_ip': {'id': 'df428847-7bed-402b-a06c-32d0303b2b80', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'floating_ip_address': '172.24.4.16', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:27:50Z', 'updated_at': '2025-07-31T10:27:50Z', 'revision_number': 0, 'ip': '172.24.4.16'}} 2025-07-31 10:27:51,652 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.645s 2025-07-31 10:27:51,652 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-413263635", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b878d227-3fc4-48e0-9505-283154a9f454"}], "security_groups": [{"name": "tempest-securitygroup--2019372880"}], "key_name": "tempest-keypair-977071610", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f96a5aa-0d7c-45d8-a517-c88559b63237', 'x-compute-request-id': 'req-4f96a5aa-0d7c-45d8-a517-c88559b63237', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ccc41afb-c4dd-43c7-9c8f-e28ca59bac13", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2019372880"}], "adminPass": "password"}}' 2025-07-31 10:27:51,725 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13 0.070s 2025-07-31 10:27:51,725 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f33e3740-b583-4940-a00a-6b0861c50189', 'x-compute-request-id': 'req-f33e3740-b583-4940-a00a-6b0861c50189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13'} Body: b'{"server": {"id": "ccc41afb-c4dd-43c7-9c8f-e28ca59bac13", "name": "tempest-AttachVolumeNegativeTest-server-413263635", "status": "BUILD", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "user_id": "b1556457914d488da14fca85207dc034", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", " links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:27:52Z", "updated": "2025-07-31T10:27:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-977071610", "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": []}}' 2025-07-31 10:28:42,002 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13 0.227s 2025-07-31 10:28:42,003 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3782ca13-f60a-4972-bade-28ff0539c06d', 'x-compute-request-id': 'req-3782ca13-f60a-4972-bade-28ff0539c06d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13'} Body: b'{"server": {"id": "ccc41afb-c4dd-43c7-9c8f-e28ca59bac13", "name": "tempest-AttachVolumeNegativeTest-server-413263635", "status": "ACTIVE", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "user_id": "b1556457914d488da14fca85207dc034", "metadata": {}, "hostId": "fd548f5cddc657548827c7133e55878cddb6c54011e486d5a39330b4", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:27:51Z", "updated": "2025-07-31T10:28:06Z", "addresses": {"tempest-AttachVolumeNegativeTest-154168269-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:ba:d3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-977071610", "OS-SRV-USG:launched_at": "2025-07-31T10:28:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2019372880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:28:42,017 98124 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-07-31 10:29:42,207 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13/os-interface 0.155s 2025-07-31 10:29:42,208 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', '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-aab48ead-c0b7-4abc-9bf0-453f1513b9d3', 'x-compute-request-id': 'req-aab48ead-c0b7-4abc-9bf0-453f1513b9d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b878d227-3fc4-48e0-9505-283154a9f454", "port_id": "d9c1dda0-e13b-4dd3-a930-1e2cb9e86f02", "mac_addr": "fa:16:3e:f1:ba:d3", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "96f13a2c-6c1f-408d-91fa-97e7dee153c6", "ip_address": "10.0.0.13"}]}]}' 2025-07-31 10:29:43,096 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/df428847-7bed-402b-a06c-32d0303b2b80 0.884s 2025-07-31 10:29:43,097 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d9c1dda0-e13b-4dd3-a930-1e2cb9e86f02"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c14a6098-3206-4e2a-81bc-cb4150cacfc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/df428847-7bed-402b-a06c-32d0303b2b80'} Body: b'{"floatingip": {"id": "df428847-7bed-402b-a06c-32d0303b2b80", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "floating_ip_address": "172.24.4.16", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "c463c21c-0330-4bbb-a26e-872cc367db7f", "port_id": "d9c1dda0-e13b-4dd3-a930-1e2cb9e86f02", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b878d227-3fc4-48e0-9505-283154a9f454", "mac_address": "fa:16:3e:f1:ba:d3", "admin_state_up": true, "status": "ACTIVE", "device_id": "ccc41afb-c4dd-43c7-9c8f-e28ca59bac13", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:27:50Z", "updated_at": "2025-07-31T10:29:42Z", "revision_number": 1, "project_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:29:43,098 98124 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.16:22' as 'cirros' with public key authentication 2025-07-31 10:29:43,113 98124 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:29:43,215 98124 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:29:43,215 98124 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.16 successfully created 2025-07-31 10:29:43,269 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13/ips 0.052s 2025-07-31 10:29:43,269 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:43 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-cdc2be2b-db1f-48f5-bbf8-0b14b130ab38', 'x-compute-request-id': 'req-cdc2be2b-db1f-48f5-bbf8-0b14b130ab38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-154168269-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 20 25-07-31 10:29:43,462 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.189s 2025-07-31 10:29:43,462 98124 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-152876981"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-025b8ea1-4e8b-43f6-9128-9be92bd23b6d', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-025b8ea1-4e8b-43f6-9128-9be92bd23b6d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c77ed631-4cc2-493c-812e-3ed161443412", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:43.399219", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-152876981", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c77ed631-4cc2-493c-812e-3ed161443412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c77ed631-4cc2-493c-812e-3ed161443412"}], "user_id": "b1556457914d488da14fca85207dc034", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:29:43,511 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/c77ed631-4cc2-493c-812e-3ed161443412 0.037s 2025-07-31 10:29:43,512 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10f0b991-f525-4d4e-9dfc-9fb47f3c994d', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10f0b991-f525-4d4e-9dfc-9fb47f3c994d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c77ed631-4cc2-493c-812e-3ed161443412'} Body: b'{"volume": {"id": "c77ed631-4cc2-493c-812e-3ed161443412", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:43.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-152876981", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c77ed631-4cc2-493c-812e-3ed161443412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c77ed631-4cc2-493c-812e-3ed161443412"}], "user_id": "b1556457914d488da14fca85207dc034", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:29:44,571 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/c77ed631-4cc2-493c-812e-3ed161443412 0.044s 2025-07-31 10:29:44,571 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c87b9359-f72b-443a-9676-41bed754a760', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c87b9359-f72b-443a-9676-41bed754a760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c77ed631-4cc2-493c-812e-3ed161443412'} Body: b'{"volume": {"id": "c77ed631-4cc2-493c-812e-3ed161443412", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:43.000000", "updated_at": "2025-07-31T10:29:44.000000", "name": "tempest-AttachVolumeNegativeTest-volume-152876981", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c77ed631-4cc2-493c-812e-3ed161443412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c77ed631-4cc2-493c-812e-3ed161443412"}], "user_id": "b1556457914d488da14fca85207dc034", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:29:44,712 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13 0.127s 2025-07-31 10:29:44,713 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:44 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-c57ffebf-e8e3-4c02-a3c1-bcfaa990f7bb', 'x-compute-request-id': 'req-c57ffebf-e8e3-4c02-a3c1-bcfaa990f7bb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13'} Body: b'' 2025-07-31 10:29:44,878 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13 0.165s 2025-07-31 10:29:44,879 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1666', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-158a24a5-68c1-49f4-bff4-8d7426d01b86', 'x-compute-request-id': 'req-158a24a5-68c1-49f4-bff4-8d7426d01b86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13'} Body: b'{"server": {"id": "ccc41afb-c4dd-43c7-9c8f-e28ca59bac13", "name": "tempest-AttachVolumeNegativeTest-server-413263635", "status": "ACTIVE", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "user_id": "b1556457914d488da14fca85207dc034", "metadata": {}, "hostId": "fd548f5cddc657548827c7133e55878cddb6c54011e486d5a39330b4", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:27:51Z", "updated": "2025-07-31T10:29:45Z", "addresses": {"tempest-AttachVolumeNegativeTest-154168269-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:ba:d3"}, {"version": 4, "addr": "172. 24.4.16", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:ba:d3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-977071610", "OS-SRV-USG:launched_at": "2025-07-31T10:28:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2019372880"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:30:34,990 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13 0.046s 2025-07-31 10:30:34,991 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:34 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-a5858d38-1a22-4c33-8732-fe0a3904064c', 'x-compute-request-id': 'req-a5858d38-1a22-4c33-8732-fe0a3904064c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ccc41afb-c4dd-43c7-9c8f-e28ca59bac13 could not be found."}}' 2025-07-31 10:30:35,026 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-977071610 0.034s 2025-07-31 10:30:35,026 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:34 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-5be0bb5f-b46f-4e76-b1d7-d25f39f21b65', 'x-compute-request-id': 'req-5be0bb5f-b46f-4e76-b1d7-d25f39f21b65', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-977071610'} Body: b'' 2025-07-31 10:30:35,212 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/90b17292-7864-4a3c-8d86-12e85b568871 0.185s 2025-07-31 10:30:35,212 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-bfc8b32d-ffcb-4d74-aa94-6150aa2f03e7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/90b17292-7864-4a3c-8d86-12e85b568871'} Body: b'' 2025-07-31 10:30:35,245 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/90b17292-7864-4a3c-8d86-12e85b568871 0.032s 2025-07-31 10:30:35,246 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json ', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-7f77464a-e63f-47ac-9d95-999aa95ce12b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/90b17292-7864-4a3c-8d86-12e85b568871'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 90b17292-7864-4a3c-8d86-12e85b568871 does not exist", "detail": ""}}' 2025-07-31 10:30:35,580 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/df428847-7bed-402b-a06c-32d0303b2b80 0.333s 2025-07-31 10:30:35,580 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-523581a5-7867-4a6b-97df-8fd6a2f6692e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/df428847-7bed-402b-a06c-32d0303b2b80'} Body: b'' {8} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.662652s] ... ok {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [163.189103s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c1aaf3bb-d33a-4d8e-ac2c-32045ef63146 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:27:59,066 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.122s 2025-07-31 10:27:59,067 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2485', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-520a7211-7800-4f01-afcd-090d50af885d', '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": "f5634206591844a1bf55516e44221429", "name": "tempest-VolumesActionsTest-1245829199-project-member", "password_expires_at": null}, "audit_ids": ["Or2f3G8vQpuA-I9mwnwrlA"], "expires_at": "2025-07-31T11:27:58.000000Z", "issued_at": "2025-07-31T10:27:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed00999b3c9f479aba7214601365c8c3", "name": "tempest-VolumesActionsTest-1245829199"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ed00999b3c9f479aba7214601365c8c3", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:27:59,067 98108 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '9372afea-dd95-4990-a603-6e07fc32b8c0', 'name': 'tempest-VolumesActionsTest-927276383-network', 'tenant_id': 'ed00999b3c9f479aba7214601365c8c3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ed00999b3c9f479aba7214601365c8c3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49411, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:27:45Z', 'updated_at': '2025- 07-31T10:27:45Z', 'revision_number': 1} available for tenant 2025-07-31 10:27:59,689 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.620s 2025-07-31 10:27:59,689 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1520295962", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "9372afea-dd95-4990-a603-6e07fc32b8c0"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b8a4476-6e90-40be-a4b8-71bb2deeb61d', 'x-compute-request-id': 'req-0b8a4476-6e90-40be-a4b8-71bb2deeb61d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9e80c750-3182-4740-9774-0bc9570854d9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9e80c750-3182-4740-9774-0bc9570854d9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "54H7FFqYM99s"}}' 2025-07-31 10:27:59,761 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9 0.069s 2025-07-31 10:27:59,762 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1206', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc476a66-674a-415c-97f6-633568a9b2f0', 'x-compute-request-id': 'req-fc476a66-674a-415c-97f6-633568a9b2f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9'} Body: b'{"server": {"id": "9e80c750-3182-4740-9774-0bc9570854d9", "name": "tempest-VolumesActionsTest-instance-1520295962", "status": "BUILD", "tenant_id": "ed00999b3c9f479aba7214601365c8c3", "user_id": "f5634206591844a1bf55516e44221429", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:28:00Z", "updated": "2025-07-31T10:27:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9e80c750-3182-4740-9774-0bc9570854d9"}], "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": []}}' 2025-07-31 10:28:50,069 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/9e80c750-318 2-4740-9774-0bc9570854d9 0.241s 2025-07-31 10:28:50,069 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1484', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8df12b7-fca6-4b01-bce1-b965a713aace', 'x-compute-request-id': 'req-c8df12b7-fca6-4b01-bce1-b965a713aace', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9'} Body: b'{"server": {"id": "9e80c750-3182-4740-9774-0bc9570854d9", "name": "tempest-VolumesActionsTest-instance-1520295962", "status": "ACTIVE", "tenant_id": "ed00999b3c9f479aba7214601365c8c3", "user_id": "f5634206591844a1bf55516e44221429", "metadata": {}, "hostId": "18cace4d03f0d81f10c930e285080a30a8db9d8dc0ccf0fdf65fddbb", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:27:59Z", "updated": "2025-07-31T10:28:15Z", "addresses": {"tempest-VolumesActionsTest-927276383-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:b8:07"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9e80c750-3182-4740-9774-0bc9570854d9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:28:15.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": []}}' 2025-07-31 10:28:50,083 98108 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-07-31 10:29:50,295 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.198s 2025-07-31 10:29:50,296 98108 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-550424486"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d9f0e2f-c386-45b2-a751-96e142ba1d9c', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d9f0e2f-c386-45b2-a751-96e142ba1d9c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c1aaf3bb-d33a-4d8e-ac2c-32045ef63146", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:50.234301", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-550424486", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consiste ncygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:29:50,348 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146 0.040s 2025-07-31 10:29:50,349 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfb12046-fb9b-4f38-8548-c7adebc63312', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfb12046-fb9b-4f38-8548-c7adebc63312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146'} Body: b'{"volume": {"id": "c1aaf3bb-d33a-4d8e-ac2c-32045ef63146", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:50.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-550424486", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:29:51,404 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146 0.041s 2025-07-31 10:29:51,404 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81eac65b-afd8-410e-984e-42d4bbdfc761', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81eac65b-afd8-410e-984e-42d4bbdfc761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146'} Body: b'{"volume": {"id": "c1aaf3bb-d33a-4d8e-ac2c-32045ef63146", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:50.000000", "updated_at": "2025-07-31T10:29:50.000000", "name": "tempest-VolumesActionsTest-Volume-550424486", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:29:51,455 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146 0.036s 2025-07-31 10:29:51,455 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:51 GMT', 'serve r': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80e9e7d2-e8b2-4423-a7af-461c18df9256', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80e9e7d2-e8b2-4423-a7af-461c18df9256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146'} Body: b'{"volume": {"id": "c1aaf3bb-d33a-4d8e-ac2c-32045ef63146", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:50.000000", "updated_at": "2025-07-31T10:29:50.000000", "name": "tempest-VolumesActionsTest-Volume-550424486", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:29:51,586 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146 0.108s 2025-07-31 10:29:51,587 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29: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-8ff4b4e2-6d14-4479-b9b0-77b2e61bf305', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146'} Body: b'' 2025-07-31 10:29:51,611 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146 0.024s 2025-07-31 10:29:51,611 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29: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-b82d545a-c988-4b1c-8f6e-8fc62bcaba05', 'x-openstack-request-id': 'req-b82d545a-c988-4b1c-8f6e-8fc62bcaba05', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c1aaf3bb-d33a-4d8e-ac2c-32045ef63146 could not be found."}}' 2025-07-31 10:29:51,746 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9 0.133s 2025-07-31 10:29:51,747 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:51 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-297a496d-08fd-472c-96ee-434796da4257', 'x-compute-request-id': 'req-297a496d-08fd-472c-96ee-434796da4257', 'connection': 'close', 'status': '204', 'conte nt-location': 'http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9'} Body: b'' 2025-07-31 10:29:52,007 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9 0.259s 2025-07-31 10:29:52,007 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:51 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-520d0a7e-c4d5-4ef0-ba23-96a95767846f', 'x-compute-request-id': 'req-520d0a7e-c4d5-4ef0-ba23-96a95767846f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9'} Body: b'{"server": {"id": "9e80c750-3182-4740-9774-0bc9570854d9", "name": "tempest-VolumesActionsTest-instance-1520295962", "status": "ACTIVE", "tenant_id": "ed00999b3c9f479aba7214601365c8c3", "user_id": "f5634206591844a1bf55516e44221429", "metadata": {}, "hostId": "18cace4d03f0d81f10c930e285080a30a8db9d8dc0ccf0fdf65fddbb", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:27:59Z", "updated": "2025-07-31T10:29:52Z", "addresses": {"tempest-VolumesActionsTest-927276383-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:b8:07"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9e80c750-3182-4740-9774-0bc9570854d9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:28:15.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": []}}' 2025-07-31 10:30:42,125 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9 0.052s 2025-07-31 10:30:42,126 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:42 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-339f78c7-783e-419a-b11c-5a4f3bf725a2', 'x-compute-request-id': 'req-339f78c7-783e-419a-b11c-5a4f3bf725a2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9e80c750-3182-4740-9774-0bc9570854d9 could not be found."}}' {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [1.543683s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume aa28d334-1627-463e-a8dd-9e769b98606c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:30:42,352 98108 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/volumes 0.220s 2025-07-31 10:30:42,352 98108 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-1624699680"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-885b1cbe-b24c-437e-8566-a2f690661c35', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-885b1cbe-b24c-437e-8566-a2f690661c35', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "aa28d334-1627-463e-a8dd-9e769b98606c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:42.284138", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1624699680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa28d334-1627-463e-a8dd-9e769b98606c"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:30:42,407 98108 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/volumes/aa28d334-1627-463e-a8dd-9e769b98606c 0.042s 2025-07-31 10:30:42,407 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68294b9b-7393-43b1-8afc-2125f0e9cb67', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68294b9b-7393-43b1-8afc-2125f0e9cb67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c'} Body: b'{"volume": {"id": "aa28d334-1627-463e-a8dd-9e769b98606c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:42.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1624699680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa28d334-1627-463e-a8dd-9e769b98606c"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:43,471 98108 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/volumes/aa28d334-1627-463e-a8dd-9e769b98606c 0.048s 2025-07-31 10:30:43,471 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/jso n', 'x-compute-request-id': 'req-a7e08f0f-13c1-4c07-b056-172fe928bb6c', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7e08f0f-13c1-4c07-b056-172fe928bb6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c'} Body: b'{"volume": {"id": "aa28d334-1627-463e-a8dd-9e769b98606c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:42.000000", "updated_at": "2025-07-31T10:30:42.000000", "name": "tempest-VolumesActionsTest-Volume-1624699680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa28d334-1627-463e-a8dd-9e769b98606c"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:43,535 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c 0.048s 2025-07-31 10:30:43,535 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73253c92-b7f5-474e-8b9f-3321790ed698', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73253c92-b7f5-474e-8b9f-3321790ed698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c'} Body: b'{"volume": {"id": "aa28d334-1627-463e-a8dd-9e769b98606c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:42.000000", "updated_at": "2025-07-31T10:30:42.000000", "name": "tempest-VolumesActionsTest-Volume-1624699680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa28d334-1627-463e-a8dd-9e769b98606c"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:43,643 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c 0.094s 2025-07-31 10:30:43,644 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:43 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-e6328644-9865-4d91-9852-5c20c69bf03e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c'} Body: b'' 2025-07-31 10:30:43,673 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c 0.028s 2025-0 7-31 10:30:43,673 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:43 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-32f82774-beca-49e9-aff3-5e6aba134649', 'x-openstack-request-id': 'req-32f82774-beca-49e9-aff3-5e6aba134649', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aa28d334-1627-463e-a8dd-9e769b98606c could not be found."}}' {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [1.543930s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5dafdf37-0c5a-4157-8788-863034e5a209 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:30:43,882 98108 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/volumes 0.205s 2025-07-31 10:30:43,882 98108 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-1194064928"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-053c50f1-8fb4-418a-9fc9-e6b84d298a6d', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-053c50f1-8fb4-418a-9fc9-e6b84d298a6d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5dafdf37-0c5a-4157-8788-863034e5a209", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:43.812812", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1194064928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5dafdf37-0c5a-4157-8788-863034e5a209"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:30:43,941 98108 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/volumes/5dafdf37-0c5a-4157-8788-863034e5a209 0.046s 2025-07-31 10:30:43,941 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad93d376-a2e8-4e91-9335-66794060e247', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad93d376-a2e8-4e91-9335-66794060e247', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209'} Body: b'{"volume": {"id": "5dafdf37-0c5a-4157-8788-863034e5a209", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:44.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1194064928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5dafdf37-0c5a-4157-8788-863034e5a209"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:45,004 98108 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/volumes/5dafdf37-0c5a-4157-8788-863034e5a209 0.048s 2025-07-31 10:30:45,005 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6247d48-a0d5-4718-b4f1-b39fbff05635', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6247d48-a0d5-4718-b4f1-b39fbff05635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209'} Body: b'{"volume": {"id": "5dafdf37-0c5a-4157-8788-863034e5a209", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:44.000000", "updated_at": "2025-07-31T10:30:44.000000", "name": "tempest-VolumesActionsTest-Volume-1194064928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5dafdf37-0c5a-4157-8788-863034e5a209"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:45,062 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209 0.044s 2025-07-31 10:30:45,063 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b8d52fa-8d1b-4f7d-8a22-8f3a8aca382e', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b8d52fa-8d1b-4f7d-8a22-8f3a8aca382e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209'} Body: b'{"volume": {"id": "5dafdf37-0c5a-4157-8788-863034e5a209", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:44.000000", "updated_at": "2025-07-31T10:30:44.000000", "name": "tempest-VolumesActionsTest-Volume-1194064928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5dafdf37-0c5a-4157-8788-863034e5a209"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:45,195 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209 0.118s 2025-07-31 10:30:45,196 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28617529-edf1-4bb5-9eab-c3aa86e0a3a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209'} Body: b'' 2025-07-31 10:30:45,218 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209 0.022s 2025-07-3 1 10:30:45,219 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-93fc5fa0-deab-4e28-9e48-535adc2ad0ce', 'x-openstack-request-id': 'req-93fc5fa0-deab-4e28-9e48-535adc2ad0ce', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5dafdf37-0c5a-4157-8788-863034e5a209 could not be found."}}' {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [1.532633s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fde78d51-ef2c-4f9b-8a52-e5a044cc42f2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:30:45,423 98108 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/volumes 0.201s 2025-07-31 10:30:45,423 98108 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-1149039114"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db24e169-497b-4d81-ab3e-3aa615608947', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db24e169-497b-4d81-ab3e-3aa615608947', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fde78d51-ef2c-4f9b-8a52-e5a044cc42f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:45.358588", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1149039114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:30:45,484 98108 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/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2 0.047s 2025-07-31 10:30:45,484 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d64bdf1-5686-427b-a079-0cb4061844f6', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d64bdf1-5686-427b-a079-0cb4061844f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2'} Body: b'{"volume": {"id": "fde78d51-ef2c-4f9b-8a52-e5a044cc42f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:45.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1149039114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:46,548 98108 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/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2 0.048s 2025-07-31 10:30:46,548 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compu te-request-id': 'req-bd646201-815f-4d11-a642-3b9a0e292f7f', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd646201-815f-4d11-a642-3b9a0e292f7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2'} Body: b'{"volume": {"id": "fde78d51-ef2c-4f9b-8a52-e5a044cc42f2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:45.000000", "updated_at": "2025-07-31T10:30:45.000000", "name": "tempest-VolumesActionsTest-Volume-1149039114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:46,611 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2 0.047s 2025-07-31 10:30:46,611 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a5b505a-4ec2-4526-b953-290d2fcf5d4d', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a5b505a-4ec2-4526-b953-290d2fcf5d4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2'} Body: b'{"volume": {"id": "fde78d51-ef2c-4f9b-8a52-e5a044cc42f2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:45.000000", "updated_at": "2025-07-31T10:30:45.000000", "name": "tempest-VolumesActionsTest-Volume-1149039114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:46,728 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2 0.103s 2025-07-31 10:30:46,728 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b7dc815-15e7-4e42-ba89-79bd743905e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2'} Body: b'' 2025-07-31 10:30:46,753 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2 0.024s 2025-07-31 10:30:4 6,753 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ad642e6-f3aa-4193-9b09-911ba54dc433', 'x-openstack-request-id': 'req-8ad642e6-f3aa-4193-9b09-911ba54dc433', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fde78d51-ef2c-4f9b-8a52-e5a044cc42f2 could not be found."}}' {8} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [1.891531s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 43, 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 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 64c1a70e-3edd-43c0-8f80-6ec429275e0d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:30:45,463 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/types 0.169s 2025-07-31 10:30:45,463 98124 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-1848659354"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93016377-15a0-41ce-a53d-b37988427f76', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93016377-15a0-41ce-a53d-b37988427f76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "cd72e566-d457-4d6d-b117-ee4bac6c67d9", "name": "tempest-GroupsTest-volume-type-1848659354", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:30:45,507 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/group_types 0.040s 2025-07-31 10:30:45,508 98124 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-759631124"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37359d48-fd2a-4a9c-bd3c-546e5d2357e9', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37359d48-fd2a-4a9c-bd3c-546e5d2357e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "480b5db2-e34a-4655-8309-ce1d9187f17f", "name": "tempest-GroupsTest-group-type-759631124", "description": null, "is_public": true, "group_specs": {}}}' 2025-07-31 10:30:45,768 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/groups 0.257s 2025-07-31 10:30:45,769 98124 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": "480b5db2-e34a-4655-8309-ce1d9187f17f", "volume_types": ["cd72e566-d457-4d6d-b117-ee4bac6c67d9"], "name": "tempest-Group1-227368799"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-153afa5d-2f8f-4978-9946-12bb8c3b78c2', 'content-length': '93', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-153afa5d-2f8f-4978-9946-12bb8c3b78c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "64c1a70e-3edd-43c0-8f80-6ec429275e0d", "name": "tempest-Group1-227368799"}}' 2025-07-31 10:30:45,801 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/64c1a70e-3edd-43c0-8f80-6ec429275e0d 0.030s 2025-07-31 10:30:45,802 98124 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': 'Thu, 31 Jul 2025 10:30:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-3e75f6c3-bc79-45c1-9b4e-c0eddbfd0f9d', 'content-length': '321', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e75f6c3-bc79-45c1-9b4e-c0eddbfd0f9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/64c1a70e-3edd-43c0-8f80-6ec429275e0d'} Body: b'{"group": {"id": "64c1a70e-3edd-43c0-8f80-6ec429275e0d", "status": "creating", "availability_zone": "nova", "created_at": "2025-07-31T10:30:46.000000", "name": "tempest-Group1-227368799", "description": null, "group_type": "480b5db2-e34a-4655-8309-ce1d9187f17f", "volume_types": ["cd72e566-d457-4d6d-b117-ee4bac6c67d9"]}}' 2025-07-31 10:30:46,846 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/64c1a70e-3edd-43c0-8f80-6ec429275e0d 0.038s 2025-07-31 10:30:46,846 98124 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': 'Thu, 31 Jul 2025 10:30:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11d3d321-631c-4b2d-8c1e-cad61ed7898e', 'content-length': '318', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11d3d321-631c-4b2d-8c1e-cad61ed7898e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/64c1a70e-3edd-43c0-8f80-6ec429275e0d'} Body: b'{"group": {"id": "64c1a70e-3edd-43c0-8f80-6ec429275e0d", "status": "error", "availability_zone": "nova", "created_at": "2025-07-31T10:30:46.000000", "name": "tempest-Group1-227368799", "description": null, "group_type": "480b5db2-e34a-4655-8309-ce1d9187f17f", "volume_types": ["cd72e566-d457-4d6d-b117-ee4bac6c67d9"]}}' 2025-07-31 10:30:46,917 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.064s 2025-07-31 10:30:46,917 98124 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': 'Thu, 31 Jul 2025 10:30:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5da26555-86c3-4aeb-8189-f6aa75a47de7', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5da26555-86c3-4aeb-8189-f6aa75a47de7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-07-31 10:30:47,034 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/64c1a70e-3edd-43c0-8f80-6ec429275e0d/action 0.102s 2025-07-31 10:30:47,034 98124 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': 'Thu, 31 Jul 2025 10:30:46 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-0474bba4-e912-45c4-97d3-58182a39cb16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/64c1a70e-3edd-43c0-8f80-6ec429275e0d/action'} Body: b'' 2025-07-31 10:30:47,052 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/64c1a70e-3edd-43c0-8f80-6ec429275e0d 0.017s 2025-07-31 10:30:47,052 98124 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': 'Thu, 31 Jul 2025 10:30:47 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-6c83928e-6493-40fa-9f97-91be2c80f7f4', 'x-openstack-request-id': 'req-6c83928e-6493-40fa-9f97-91be2c80f7f4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/64c1a70e-3edd-43c0-8f80-6ec429275e0d'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 64c1a70e-3edd-43c0-8f80-6ec429275e0d could not be found."}}' 2025-07-31 10:30:47,095 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/480b5db2-e34a-4655-8309-ce1d9187f17f 0.041s 2025-07-31 10:30:47,095 98124 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': 'Thu, 31 Jul 2025 10:30:47 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-6a881e5d-1dcc-4ee5-9d90-2f44fb41afc7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/480b5db2-e34a-4655-8309-ce1d9187f17f'} Body: b'' 2025-07-31 10:30:47,155 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/cd72e566-d457-4d6d-b117-ee4bac6c67d9 0.059s 2025-07-31 10:30:47,156 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30: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-6e977b29-5d74-4be7-b0f4-4596efbdcd8a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/cd72e566-d457-4d6d-b117-ee4bac6c67d9'} Body: b'' 2025-07-31 10:30:47,183 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/cd72e566-d457-4d6d-b117-ee4bac6c67d9 0.027s 2025-07-31 10:30:47,184 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30: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-29858312-ee7e-45c0-8397-d2a2dc55f84a', 'x-openstack-request-id': 'req-29858312-ee7e-45c0-8397-d2a2dc55f84a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/cd72e566-d457-4d6d-b117-ee4bac6c67d9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type cd72e566-d457-4d6d-b117-ee4bac6c67d9 could not be found."}}' {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [1.553912s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9593ad1e-fa0e-4448-8d5c-4eca351dd8b2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:30:46,953 98108 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/volumes 0.196s 2025-07-31 10:30:46,953 98108 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-2097730061"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7130151d-2348-4ac6-b825-5d6a59e842fb', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7130151d-2348-4ac6-b825-5d6a59e842fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9593ad1e-fa0e-4448-8d5c-4eca351dd8b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:46.887826", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2097730061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:30:47,026 98108 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/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2 0.061s 2025-07-31 10:30:47,026 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ab28a66-a96e-4c56-86d2-9dbf93b5c26c', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ab28a66-a96e-4c56-86d2-9dbf93b5c26c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2'} Body: b'{"volume": {"id": "9593ad1e-fa0e-4448-8d5c-4eca351dd8b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:47.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2097730061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:48,092 98108 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/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2 0.044s 2025-07-31 10:30:48,093 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-4b9182cf-b252-4c89-9e0f-18aee2a06d2d', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b9182cf-b252-4c89-9e0f-18aee2a06d2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2'} Body: b'{"volume": {"id": "9593ad1e-fa0e-4448-8d5c-4eca351dd8b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:47.000000", "updated_at": "2025-07-31T10:30:47.000000", "name": "tempest-VolumesActionsTest-Volume-2097730061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:48,147 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2 0.038s 2025-07-31 10:30:48,147 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5685342-9f68-43a6-8da1-377c6f3f9d3c', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5685342-9f68-43a6-8da1-377c6f3f9d3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2'} Body: b'{"volume": {"id": "9593ad1e-fa0e-4448-8d5c-4eca351dd8b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:47.000000", "updated_at": "2025-07-31T10:30:47.000000", "name": "tempest-VolumesActionsTest-Volume-2097730061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:48,277 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2 0.115s 2025-07-31 10:30:48,277 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24bc092a-06d3-4716-b26b-0611f8aeb525', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2'} Body: b'' 2025-07-31 10:30:48,309 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2 0.031s 2025-07-31 10:30:48,309 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:48 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-fb06c3d1-911a-4175-ac17-49f8bbc5f0df', 'x-openstack-request-id': 'req-fb06c3d1-911a-4175-ac17-49f8bbc5f0df', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9593ad1e-fa0e-4448-8d5c-4eca351dd8b2 could not be found."}}' {8} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [1.609524s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 111, in test_group_update grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group b91e7d60-2035-4fa5-9ba1-2c6c247e1531 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:30:47,340 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/types 0.150s 2025-07-31 10:30:47,340 98124 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-1788757122"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3546d03-bf19-4654-8a2b-e3c14d65cad9', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3546d03-bf19-4654-8a2b-e3c14d65cad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "a7bb756a-bb6d-4e6b-826d-a9d595ca5048", "name": "tempest-GroupsTest-volume-type-1788757122", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:30:47,373 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/group_types 0.029s 2025-07-31 10:30:47,374 98124 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-1363223848"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e3ea34f-c908-43ae-9079-d3e35a303a49', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e3ea34f-c908-43ae-9079-d3e35a303a49', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "e57647d2-6054-4dc8-b1cf-e02ffd12b820", "name": "tempest-GroupsTest-group-type-1363223848", "description": null, "is_public": true, "group_specs": {}}}' 2025-07-31 10:30:47,456 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/groups 0.079s 2025-07-31 10:30:47,457 98124 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": "e57647d2-6054-4dc8-b1cf-e02ffd12b820", "volume_types": ["a7bb756a-bb6d-4e6b-826d-a9d595ca5048"], "name": "tempest-GroupsTest-Group-1867349156"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faa2162a-a5a5-420e-ab4e-615cab3482f2', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faa2162a-a5a5-420e-ab4e-615cab3482f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "b91e7d60-2035-4fa5-9ba1-2c6c247e1531", "name": "tempest-GroupsTest-Group-1867349156"}}' 2025-07-31 10:30:47,494 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/b91e7d60-2035-4fa5-9ba1-2c6c247e1531 0.035s 2025-07-31 10:30:47,494 98124 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': 'Thu, 31 Jul 2025 10:30:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fedd5d2-9e46-4b3f-bb67-cb4a6af b2aa7', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fedd5d2-9e46-4b3f-bb67-cb4a6afb2aa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/b91e7d60-2035-4fa5-9ba1-2c6c247e1531'} Body: b'{"group": {"id": "b91e7d60-2035-4fa5-9ba1-2c6c247e1531", "status": "creating", "availability_zone": "nova", "created_at": "2025-07-31T10:30:47.000000", "name": "tempest-GroupsTest-Group-1867349156", "description": null, "group_type": "e57647d2-6054-4dc8-b1cf-e02ffd12b820", "volume_types": ["a7bb756a-bb6d-4e6b-826d-a9d595ca5048"]}}' 2025-07-31 10:30:48,544 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/b91e7d60-2035-4fa5-9ba1-2c6c247e1531 0.044s 2025-07-31 10:30:48,545 98124 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': 'Thu, 31 Jul 2025 10:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32e3d52f-e875-4f08-a94d-f6ca242fe00f', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32e3d52f-e875-4f08-a94d-f6ca242fe00f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/b91e7d60-2035-4fa5-9ba1-2c6c247e1531'} Body: b'{"group": {"id": "b91e7d60-2035-4fa5-9ba1-2c6c247e1531", "status": "error", "availability_zone": "nova", "created_at": "2025-07-31T10:30:47.000000", "name": "tempest-GroupsTest-Group-1867349156", "description": null, "group_type": "e57647d2-6054-4dc8-b1cf-e02ffd12b820", "volume_types": ["a7bb756a-bb6d-4e6b-826d-a9d595ca5048"]}}' 2025-07-31 10:30:48,583 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.032s 2025-07-31 10:30:48,583 98124 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': 'Thu, 31 Jul 2025 10:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-288461f4-8854-4c96-be5a-0665d6459e01', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-288461f4-8854-4c96-be5a-0665d6459e01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-07-31 10:30:48,670 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/b91e7d60-2035-4fa5-9ba1-2c6c247e1531/action 0.073s 2025-07-31 10:30:48,671 98124 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': 'Thu, 31 Jul 2025 10:30:48 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-0eb59177-623f-4454-a8cf-c45704f40fa4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/b91e7d60-2035-4fa5-9ba1-2c6c247e1531/action'} Body: b'' 2025-07-31 10:30:48,702 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/b91e7d60-2035-4fa5-9ba1-2c6c247e1531 0.027s 2025-07-31 10:30:48,702 98124 DEBUG [tempest.lib.common.res t_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:48 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-28054a8f-37d3-40bb-af17-e3fea0769dc0', 'x-openstack-request-id': 'req-28054a8f-37d3-40bb-af17-e3fea0769dc0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/b91e7d60-2035-4fa5-9ba1-2c6c247e1531'} Body: b'{"itemNotFound": {"code": 404, "message": "Group b91e7d60-2035-4fa5-9ba1-2c6c247e1531 could not be found."}}' 2025-07-31 10:30:48,731 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/e57647d2-6054-4dc8-b1cf-e02ffd12b820 0.027s 2025-07-31 10:30:48,732 98124 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': 'Thu, 31 Jul 2025 10:30:48 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-740ffa26-9fa7-4c5d-8a14-4d53744028c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/e57647d2-6054-4dc8-b1cf-e02ffd12b820'} Body: b'' 2025-07-31 10:30:48,781 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/a7bb756a-bb6d-4e6b-826d-a9d595ca5048 0.049s 2025-07-31 10:30:48,782 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e4de7c0-2be1-4f2d-850c-6f4a3c67247f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/a7bb756a-bb6d-4e6b-826d-a9d595ca5048'} Body: b'' 2025-07-31 10:30:48,796 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/a7bb756a-bb6d-4e6b-826d-a9d595ca5048 0.014s 2025-07-31 10:30:48,796 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f5b9d52-1770-4b78-b55a-a572742b1434', 'x-openstack-request-id': 'req-3f5b9d52-1770-4b78-b55a-a572742b1434', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/a7bb756a-bb6d-4e6b-826d-a9d595ca5048'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a7bb756a-bb6d-4e6b-826d-a9d595ca5048 could not be found."}}' {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [1.526631s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ea1e302c-1931-4e43-b7d7-49c3efd83006 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:30:48,494 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/volumes 0.179s 2025-07-31 10:30:48,495 98108 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-716752003"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48defb62-62f6-4d0d-abca-48df29bf9578', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48defb62-62f6-4d0d-abca-48df29bf9578', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ea1e302c-1931-4e43-b7d7-49c3efd83006", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:48.434528", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-716752003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:30:48,564 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006 0.053s 2025-07-31 10:30:48,565 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4025d7fd-6ee5-4e03-811c-029cd2fd2b12', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4025d7fd-6ee5-4e03-811c-029cd2fd2b12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006'} Body: b'{"volume": {"id": "ea1e302c-1931-4e43-b7d7-49c3efd83006", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:48.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-716752003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:49,622 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006 0.038s 2025-07-31 10:30:49,623 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd5be36e-c347-4e35-8303-8a314ddb4e46', 'conte nt-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd5be36e-c347-4e35-8303-8a314ddb4e46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006'} Body: b'{"volume": {"id": "ea1e302c-1931-4e43-b7d7-49c3efd83006", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:48.000000", "updated_at": "2025-07-31T10:30:49.000000", "name": "tempest-VolumesActionsTest-Volume-716752003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:49,678 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006 0.040s 2025-07-31 10:30:49,678 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-284e48ff-7251-4a59-9b7b-989b38e9649c', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-284e48ff-7251-4a59-9b7b-989b38e9649c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006'} Body: b'{"volume": {"id": "ea1e302c-1931-4e43-b7d7-49c3efd83006", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:48.000000", "updated_at": "2025-07-31T10:30:49.000000", "name": "tempest-VolumesActionsTest-Volume-716752003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:49,807 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006 0.115s 2025-07-31 10:30:49,807 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30: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-17d7b4fe-ccbe-41bc-8afb-2abfc03a808c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006'} Body: b'' 2025-07-31 10:30:49,838 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006 0.030s 2025-07-31 10:30:49,839 98108 DEBUG [tempest.lib.common.rest_client] Request - Head ers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30: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-eadc3412-5642-44b2-a2aa-f935af2cb3eb', 'x-openstack-request-id': 'req-eadc3412-5642-44b2-a2aa-f935af2cb3eb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ea1e302c-1931-4e43-b7d7-49c3efd83006 could not be found."}}' {8} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {8} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.015951s] ... ok {8} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.027998s] ... ok {8} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.027179s] ... ok {8} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.029738s] ... ok {8} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.023594s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.196561s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.241488s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.013526s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.144455s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.017026s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.015447s] ... ok {3} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.521173s] ... ok {3} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.000857s] ... 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} setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest) ... SKIPPED: Attached encrypted volume extend is disabled. {0} 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bcd00f16-024e-4bfd-a886-cbb8ba5f5421 failed to build and is in ERROR status {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.629678s] ... ok {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.154681s] ... ok {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.139874s] ... ok {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.133270s] ... ok {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.020355s] ... ok {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.027160s] ... ok {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.146541s] ... ok {0} 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ed3253aa-15a4-4250-ad00-5250c02be720 failed to build and is in ERROR status {0} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [1.906831s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8b61d49f-f352-4b65-be38-5ea0e8c03548 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:31:10,179 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.118s 2025-07-31 10:31:10,180 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a6c9a829-22e2-4b61-9f98-5aa23977d47f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:31:10,575 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.394s 2025-07-31 10:31:10,576 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1, "name": "tempest-VolumesCloneTest-Volume-1556635718"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03f7a823-9220-4756-b650-8baeae94c26c', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03f7a823-9220-4756-b650-8baeae94c26c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8b61d49f-f352-4b65-be38-5ea0e8c03548", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:10.510537", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1556635718", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548"}], "user_id": "0c4d910d1c4141ce9b05d0db3115778d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:10,631 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548 0.043s 2025-07-31 10:31:10,631 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicatio n/json', 'x-compute-request-id': 'req-2ffbd760-c357-43c7-9c42-e4ad65d7e504', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ffbd760-c357-43c7-9c42-e4ad65d7e504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548'} Body: b'{"volume": {"id": "8b61d49f-f352-4b65-be38-5ea0e8c03548", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:11.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1556635718", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548"}], "user_id": "0c4d910d1c4141ce9b05d0db3115778d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42453258d9554bfdaf4ee64636450f5e"}}' 2025-07-31 10:31:11,689 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548 0.041s 2025-07-31 10:31:11,690 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b6aa282-4144-43f8-b541-5f8a30f0e66b', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b6aa282-4144-43f8-b541-5f8a30f0e66b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548'} Body: b'{"volume": {"id": "8b61d49f-f352-4b65-be38-5ea0e8c03548", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:11.000000", "updated_at": "2025-07-31T10:31:11.000000", "name": "tempest-VolumesCloneTest-Volume-1556635718", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548"}], "user_id": "0c4d910d1c4141ce9b05d0db3115778d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42453258d9554bfdaf4ee64636450f5e"}}' 2025-07-31 10:31:11,772 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548 0.066s 2025-07-31 10:31:11,772 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2dc8833-6fe5-4275-8d3a-1b3018aa288f', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2dc8833-6fe5-4275-8d3a-1b3018aa288f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548'} Body: b'{"volume": {"id": "8b61d49f-f352-4b65-be38-5ea0e8c03548", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:11.000000 ", "updated_at": "2025-07-31T10:31:11.000000", "name": "tempest-VolumesCloneTest-Volume-1556635718", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548"}], "user_id": "0c4d910d1c4141ce9b05d0db3115778d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42453258d9554bfdaf4ee64636450f5e"}}' 2025-07-31 10:31:11,934 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548 0.127s 2025-07-31 10:31:11,936 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 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-bee62020-9004-445b-885c-9b1b2cdd8f5a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548'} Body: b'' 2025-07-31 10:31:11,964 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548 0.028s 2025-07-31 10:31:11,965 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bbd0732-58ec-4dee-b8eb-296c606fa7ab', 'x-openstack-request-id': 'req-4bbd0732-58ec-4dee-b8eb-296c606fa7ab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8b61d49f-f352-4b65-be38-5ea0e8c03548 could not be found."}}' {3} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [2.003817s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c5b640ac-1541-4d85-9a43-ffa14f0c1ff0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:31:10,219 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/types 0.164s 2025-07-31 10:31:10,220 98114 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-1897636028", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b95c84b-9a18-4431-8342-947ce93b7a64', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b95c84b-9a18-4431-8342-947ce93b7a64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "c115a0d9-6b20-4d54-b769-5fadb424556a", "name": "tempest-VolumeTypesAccessTest-volume-type-1897636028", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2025-07-31 10:31:10,368 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/volumes 0.144s 2025-07-31 10:31:10,368 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "c115a0d9-6b20-4d54-b769-5fadb424556a", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:10 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-3f0622b1-0b95-4fa4-bacf-2b4775fc2578', 'x-openstack-request-id': 'req-3f0622b1-0b95-4fa4-bacf-2b4775fc2578', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c115a0d9-6b20-4d54-b769-5fadb424556a could not be found."}}' 2025-07-31 10:31:10,369 98114 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2025-07-31 10:31:10,416 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/types/c115a0d9-6b20-4d54-b769-5fadb424556a/action 0.046s 2025-07-31 10:31:10,417 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "6c742ba2c44e4e7dbf5897f8e24a1834"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31: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-6de59f7c-0f1d-4c81-a7f5-3bdacc5e56ca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/c115a0d9-6b20-4d54-b769-5fadb424556a/action'} Body: b'' 2025-07-31 10:31:10,638 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/volumes 0.219s 2025-07-31 10:31:10,638 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "c115a0d9-6b20-4d54-b769-5fadb424556a", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1904885829"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-requ est-id': 'req-7b2455ab-fcf1-4182-9204-14a9e0535dcd', 'content-length': '794', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b2455ab-fcf1-4182-9204-14a9e0535dcd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c5b640ac-1541-4d85-9a43-ffa14f0c1ff0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:10.570647", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1904885829", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1897636028", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0"}], "user_id": "dd68e1a268ef4d09a48949f8193e6e80", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:10,690 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0 0.039s 2025-07-31 10:31:10,691 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6184b7d7-14f9-4c4c-8f30-f58e61587e12', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6184b7d7-14f9-4c4c-8f30-f58e61587e12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0'} Body: b'{"volume": {"id": "c5b640ac-1541-4d85-9a43-ffa14f0c1ff0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:11.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1904885829", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1897636028", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0"}], "user_id": "dd68e1a268ef4d09a48949f8193e6e80", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c742ba2c44e4e7dbf5897f8e24a1834"}}' 2025-07-31 10:31:11,755 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0 0.037s 2025-07-31 10:31:11,756 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96e68c5b-7821-4f2c-8cdb-2cdeb20f4a6b', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96e68c5b-7821-4f2c-8cdb-2cdeb20f4a6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0'} Body: b'{"volume": {"id": "c5b640ac-1541-4d85-9a43-ffa14f0c1ff0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:11.000000", "updated_at": "2025-07-31T10:31:11.0 00000", "name": "tempest-VolumeTypesAccessTest-Volume-1904885829", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1897636028", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0"}], "user_id": "dd68e1a268ef4d09a48949f8193e6e80", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c742ba2c44e4e7dbf5897f8e24a1834"}}' 2025-07-31 10:31:11,810 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0 0.039s 2025-07-31 10:31:11,810 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc11df13-b677-4b36-8372-6c1eaf36423b', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc11df13-b677-4b36-8372-6c1eaf36423b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0'} Body: b'{"volume": {"id": "c5b640ac-1541-4d85-9a43-ffa14f0c1ff0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:11.000000", "updated_at": "2025-07-31T10:31:11.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1904885829", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1897636028", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0"}], "user_id": "dd68e1a268ef4d09a48949f8193e6e80", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c742ba2c44e4e7dbf5897f8e24a1834"}}' 2025-07-31 10:31:11,948 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0 0.124s 2025-07-31 10:31:11,949 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 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-a3e255b7-c15a-4db0-92c2-f480470f3c2b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0'} Body: b'' 2025-07-31 10:31:11,970 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0 0.020s 2025-07-31 10:31:11,970 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-edd0afb1-7efb-45be-9810-7ae 48ccb9915', 'x-openstack-request-id': 'req-edd0afb1-7efb-45be-9810-7ae48ccb9915', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c5b640ac-1541-4d85-9a43-ffa14f0c1ff0 could not be found."}}' 2025-07-31 10:31:11,994 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/types/c115a0d9-6b20-4d54-b769-5fadb424556a/action 0.024s 2025-07-31 10:31:11,995 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "6c742ba2c44e4e7dbf5897f8e24a1834"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 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-14ae9275-eea8-4edf-ad9f-6e96d46b76e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/c115a0d9-6b20-4d54-b769-5fadb424556a/action'} Body: b'' 2025-07-31 10:31:12,040 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/c115a0d9-6b20-4d54-b769-5fadb424556a 0.045s 2025-07-31 10:31:12,040 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 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-cdcf83cd-8db9-4628-abfd-d2f2232e9b57', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/c115a0d9-6b20-4d54-b769-5fadb424556a'} Body: b'' 2025-07-31 10:31:12,057 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/c115a0d9-6b20-4d54-b769-5fadb424556a 0.016s 2025-07-31 10:31:12,057 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:12 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-ea9c3ed0-08f5-4709-8226-5a3d1f8f0a30', 'x-openstack-request-id': 'req-ea9c3ed0-08f5-4709-8226-5a3d1f8f0a30', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/c115a0d9-6b20-4d54-b769-5fadb424556a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c115a0d9-6b20-4d54-b769-5fadb424556a could not be found."}}' {3} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.278796s] ... ok {0} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [1.684148s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5b0de190-c7c5-48c8-8a45-291c2633f6bf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:31:12,171 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.201s 2025-07-31 10:31:12,172 98108 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-1408309346"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76d467dd-e84b-414c-8ba8-d45328e000cd', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76d467dd-e84b-414c-8ba8-d45328e000cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5b0de190-c7c5-48c8-8a45-291c2633f6bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:12.105602", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1408309346", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf"}], "user_id": "0c4d910d1c4141ce9b05d0db3115778d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:12,260 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf 0.063s 2025-07-31 10:31:12,260 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21930c4d-30de-4204-afaa-3bddb7fed2f9', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21930c4d-30de-4204-afaa-3bddb7fed2f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf'} Body: b'{"volume": {"id": "5b0de190-c7c5-48c8-8a45-291c2633f6bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:12.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1408309346", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf"}], "user_id": "0c4d910d1c4141ce9b05d0db3115778d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42453258d9554bfdaf4ee64636450f5e"}}' 2025-07-31 10:31:13,344 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf 0.069s 2025-07-31 10:31:13,344 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e677df17-ed37-4edc-af19-fdaf6a658c22', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e677df17-ed37-4edc-af19-fdaf6a658c22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf'} Body: b'{"volume": {"id": "5b0de190-c7c5-48c8-8a45-291c2633f6bf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:12.000000", "updated_at": "2025-07-31T10:31:12.000000", "name": "tempest-VolumesCloneTest-Volume-1408309346", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf"}], "user_id": "0c4d910d1c4141ce9b05d0db3115778d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42453258d9554bfdaf4ee64636450f5e"}}' 2025-07-31 10:31:13,406 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf 0.047s 2025-07-31 10:31:13,406 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0661869d-5b5d-4268-b5ea-cb615e2a6737', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0661869d-5b5d-4268-b5ea-cb615e2a6737', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf'} Body: b'{"volume": {"id": "5b0de190-c7c5-48c8-8a45-291c2633f6bf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:12.000000", "updated_at": "2025-07-31T10:31:12.000000", "name": "tempest-VolumesCloneTest-Volume-1408309346", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf"}], "user_id": "0c4d910d1c4141ce9b05d0db3115778d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42453258d9554bfdaf4ee64636450f5e"}}' 2025-07-31 10:31:13,628 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf 0.208s 2025-07-31 10:31:13,628 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:13 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-7e8a209d-44a4-49e7-8603-97704d85f060', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf'} Body: b'' 2025-07-31 10:31:13,652 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf 0.023s 2025-07-31 10:31:13,652 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type' : 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:13 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-5fb2e915-dcac-450d-8b0d-c3989dfbfa54', 'x-openstack-request-id': 'req-5fb2e915-dcac-450d-8b0d-c3989dfbfa54', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5b0de190-c7c5-48c8-8a45-291c2633f6bf could not be found."}}' {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346.test_instance_boot_after_snapshot_deletion [1.895425s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 358, in test_instance_boot_after_snapshot_deletion volume1 = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1405, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 094e9d35-4a18-4fe8-bcca-f0d7557a603e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:31:14,636 98124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.178s 2025-07-31 10:31:14,637 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9af5b6f1-1dbc-4d40-a931-d7349977ef07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:31:15,065 98124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 202 POST http://10.0.0.210/volume/v3/volumes 0.427s 2025-07-31 10:31:15,065 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.46', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestVolumeBootPatternV346-volume-origin-1547351823", "snapshot_id": null, "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a09c12c-da02-46e3-a729-ca02bdfab2c8', 'content-length': '782', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a09c12c-da02-46e3-a729-ca02bdfab2c8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "094e9d35-4a18-4fe8-bcca-f0d7557a603e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:14.989448", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-1547351823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e"}], "user_id": "ce8b9694dc6341c58074324f89077d2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:31:15,138 98124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e 0.060s 2025-07-31 10:31:15,138 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'applic ation/json', 'Openstack-Api-Version': 'volume 3.46', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83f07844-2d02-4528-bf76-93af2cce31b9', 'content-length': '850', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83f07844-2d02-4528-bf76-93af2cce31b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e'} Body: b'{"volume": {"id": "094e9d35-4a18-4fe8-bcca-f0d7557a603e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:15.000000", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-1547351823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e"}], "user_id": "ce8b9694dc6341c58074324f89077d2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "206905192b2f4b4c899d7d9ced0c4efc"}}' 2025-07-31 10:31:16,203 98124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e 0.048s 2025-07-31 10:31:16,204 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.46', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4311683-8549-4f86-a1ed-1fc22a549d88', 'content-length': '871', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4311683-8549-4f86-a1ed-1fc22a549d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e'} Body: b'{"volume": {"id": "094e9d35-4a18-4fe8-bcca-f0d7557a603e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:15.000000", "updated_at": "2025-07-31T10:31:15.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-1547351823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e"}], "user_id": "ce8b9694dc6341c58074324f89077d2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "206905192b2f4b4c899d7d9ced0c4efc"}}' 2025-07-31 10:31:16,328 98124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e 0.109s 2025-07-31 10:31:16,329 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.46', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req -65853726-0b70-4c12-9e5f-5e09f46d25ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e'} Body: b'' 2025-07-31 10:31:16,351 98124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e 0.021s 2025-07-31 10:31:16,351 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.46', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-740d9ebe-44ca-447c-acf0-2b3e4bcba08d', 'x-openstack-request-id': 'req-740d9ebe-44ca-447c-acf0-2b3e4bcba08d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 094e9d35-4a18-4fe8-bcca-f0d7557a603e could not be found."}}' {3} 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 622176c9-c203-41c2-9884-9d3311c62651 failed to build and is in ERROR status {8} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {8} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {3} 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7b054642-4a7b-4124-b90b-719fcb9c95a0 failed to build and is in ERROR status {3} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [2.376015s] ... 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 257, in _wait_for_multiple_resources callback(resource_id=r, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 590df218-aa5c-4684-a13d-51416043461c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:31:27,103 98114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.421s 2025-07-31 10:31:27,104 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-214123219"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a95557b-a4b1-4043-b3f6-66ad79dd3837', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a95557b-a4b1-4043-b3f6-66ad79dd3837', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "590df218-aa5c-4684-a13d-51416043461c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:27.038637", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-214123219", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/590df218-aa5c-4684-a13d-51416043461c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/590df218-aa5c-4684-a13d-51416043461c"}], "user_id": "f2f3b34ec8a344619cd1da447084647d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:27,298 98114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.181s 2025-07-31 10:31:27,298 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1917289998"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a16ce9a6-54ef-455a-9f6c-d8b144ff29a3', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a16ce9a6-54ef-455a-9f6c-d8b144ff29a3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ff0991d4-0c06-44e6-ad5d-32434acf473d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:27.240112", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1917289998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ff0991d4-0c06-44e6-ad5d-32434acf473d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ff0991d4-0c06-44e6-ad5d-32434acf473d"}], "user_id": "f2f3b34ec8a344619cd1da447084647d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:27,508 98114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.196s 2025-07-31 10:31:27,509 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-86399063 7"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2200afb2-6fab-4c94-ad4d-9b5bfad2df09', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2200afb2-6fab-4c94-ad4d-9b5bfad2df09', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "13ec4146-ed29-4314-8846-f9aaa8587871", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:27.442258", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-863990637", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/13ec4146-ed29-4314-8846-f9aaa8587871"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/13ec4146-ed29-4314-8846-f9aaa8587871"}], "user_id": "f2f3b34ec8a344619cd1da447084647d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:27,717 98114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.196s 2025-07-31 10:31:27,717 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1411738659"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b26b309-74c2-41f9-a07a-14932bc4496a', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b26b309-74c2-41f9-a07a-14932bc4496a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3f2c3966-904f-4e1a-9ad7-56553ccfea43", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:27.651400", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1411738659", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f2c3966-904f-4e1a-9ad7-56553ccfea43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f2c3966-904f-4e1a-9ad7-56553ccfea43"}], "user_id": "f2f3b34ec8a344619cd1da447084647d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:27,926 98114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.196s 2025-07-31 10:31:27,926 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1871843411"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bd3ed8b-8e77-42ad-bc66-4816bceb2d9a', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bd3ed8b-8e77-42ad-bc66-4816bceb2d9a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "806f476f-d86f-43e 3-aab6-aed86aabe85b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:27.855010", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1871843411", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/806f476f-d86f-43e3-aab6-aed86aabe85b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/806f476f-d86f-43e3-aab6-aed86aabe85b"}], "user_id": "f2f3b34ec8a344619cd1da447084647d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:27,987 98114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/590df218-aa5c-4684-a13d-51416043461c 0.049s 2025-07-31 10:31:27,988 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0bc1d69-71ce-49a4-944b-3b10193f3d2e', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0bc1d69-71ce-49a4-944b-3b10193f3d2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/590df218-aa5c-4684-a13d-51416043461c'} Body: b'{"volume": {"id": "590df218-aa5c-4684-a13d-51416043461c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:27.000000", "updated_at": "2025-07-31T10:31:27.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-214123219", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/590df218-aa5c-4684-a13d-51416043461c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/590df218-aa5c-4684-a13d-51416043461c"}], "user_id": "f2f3b34ec8a344619cd1da447084647d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e89497aadf7445a8b12280bd6f046e9"}}' 2025-07-31 10:31:29,042 98114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/590df218-aa5c-4684-a13d-51416043461c 0.040s 2025-07-31 10:31:29,043 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13eae2ad-eb5c-4679-8691-0b6e532b035e', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13eae2ad-eb5c-4679-8691-0b6e532b035e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/590df218-aa5c-4684-a13d-51416043461c'} Body: b'{"volume": {"id": "590df218-aa5c-4684-a13d-51416043461c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:27.000000", "updated_at": "2025-07-31T10:31:27.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-214123219", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/590df218-aa5c-4684-a13d-51416043461c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/590df218-aa5c-4684-a13d-51416043461c"}], "user_id": "f2f3b34ec8a344619cd1da447084647d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e89497aadf7445a8b12280bd6f046e9"}}' {0} tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes [5.293743s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_instances_with_cinder_volumes.py", line 134, in test_instances_with_cinder_volumes_on_all_compute_nodes waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 75a55002-343c-446c-8113-8b8797917d18 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:31:32,782 98108 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-230366683-785709759 on backend None 2025-07-31 10:31:32,904 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://10.0.0.210/volume/v3/types 0.121s 2025-07-31 10:31:32,904 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-230366683-785709759", "extra_specs": {}}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28b53eee-8515-4cd3-9920-e98d85a5d321', 'content-length': '267', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28b53eee-8515-4cd3-9920-e98d85a5d321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "2f47367d-428b-44e2-9ab4-13f193ce6a17", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-230366683-785709759", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:31:32,908 98108 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.3-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2025-07-31 10:31:33,625 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 201 POST http://10.0.0.210/image/v2/images 0.714s 2025-07-31 10:31:33,625 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--966337317", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-e7929248-dcfa-4305-99f8-a83c334e05bc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--966337317", "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": "6bf9899b38e547eaa6e420336cca1b55", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3cda6663-9b1f-44e6-8578-0190d393ddd4", "created_at": "2025-07-31T10:31:34Z", "updated_at": "2025-07-31T10:31:34Z", "tags": [], "self": "/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4", "file": "/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:31:34,878 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 204 PUT http://10.0.0.210/image/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4/file 1.252s 2025-07-31 10:31:34,879 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-edf35384-64a3-4528-a30c-d1551350 c592', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4/file'} Body: b'' 2025-07-31 10:31:34,879 98108 DEBUG [tempest.scenario.manager] image:3cda6663-9b1f-44e6-8578-0190d393ddd4 2025-07-31 10:31:34,940 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.059s 2025-07-31 10:31:34,941 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestInstancesWithCinderVolumes-471773081", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNwmHbiiMFu3sGh+ioxKgbPd7Ospi4td8whC0cBCLDLOUdaEmHSEulI22dSmKIv6RRuLhgUhL0bIutykQlcszicez9MejEWOyeJenjN+91Kecyak9Jw99kv6vaBE430O+w=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '423', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfc9f8e1-2702-4494-ae0f-3e9f0ea868a4', 'x-compute-request-id': 'req-cfc9f8e1-2702-4494-ae0f-3e9f0ea868a4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-TestInstancesWithCinderVolumes-471773081", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNwmHbiiMFu3sGh+ioxKgbPd7Ospi4td8whC0cBCLDLOUdaEmHSEulI22dSmKIv6RRuLhgUhL0bIutykQlcszicez9MejEWOyeJenjN+91Kecyak9Jw99kv6vaBE430O+w==", "fingerprint": "a9:89:cc:e4:81:a1:7a:81:43:38:80:16:33:0e:bb:1d", "user_id": "3a85f78feb564e6597bdbb3bff7191e7"}}' 2025-07-31 10:31:34,992 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://10.0.0.210/compute/v2.1/os-availability-zone/detail 0.047s 2025-07-31 10:31:34,992 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '479', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1637282e-1389-4450-bb0b-324b0f0180bf', 'x-compute-request-id': 'req-1637282e-1389-4450-bb0b-324b0f0180bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-availability-zone/detail'} Body: b'{"availabilityZoneInfo": [{"zoneName": "internal", "zoneState": {"available": true}, "hosts": {"user": {"nova-scheduler": {"available": true, "active": true, "updated_at": "2025-07-31T10:29:37.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2025-07-31T10:31:28.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"user": {"nova-compute": {"available": true, "active": true, "updated_at": "2025-07-31T10:30:11.000000"}}}}]}' 2025-07-31 10:31:34,998 98108 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1065111347-2117385607 on backend None 2025-07-31 10:31:35,038 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://10.0.0.210/volume/v3/types 0.039s 2025-07-31 10:31:35,038 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: { 'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1065111347-2117385607", "extra_specs": {}}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e47ef1af-e939-47fd-bc65-163515de5519', 'content-length': '269', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e47ef1af-e939-47fd-bc65-163515de5519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "e90e6e04-a7dc-49d3-86d5-59a64ffff487", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1065111347-2117385607", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:31:35,041 98108 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-448830551-984810628 on backend None 2025-07-31 10:31:35,081 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://10.0.0.210/volume/v3/types 0.039s 2025-07-31 10:31:35,081 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-448830551-984810628", "extra_specs": {}}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-970d3371-8cc4-46ac-ad88-cb4385e3bd91', 'content-length': '267', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-970d3371-8cc4-46ac-ad88-cb4385e3bd91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "421131eb-cf12-426b-a141-1a6c8e6f289f", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-448830551-984810628", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:31:35,084 98108 DEBUG [tempest.scenario.test_instances_with_cinder_volumes] List of hosts selected to boot servers [{'zone': 'nova', 'host_name': 'user'}]: 2025-07-31 10:31:35,460 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 202 POST http://10.0.0.210/volume/v3/volumes 0.375s 2025-07-31 10:31:35,460 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-1252319764", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1065111347-2117385607", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-280a6c15-ada8-4c1f-b379-d6ea0a468645', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-280a6c15-ada8-4c1f-b379-d6ea0a468645', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "81214b92-f936-4321-a245-6d43942fff86", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:35.381385", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-125 2319764", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1065111347-2117385607", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81214b92-f936-4321-a245-6d43942fff86"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81214b92-f936-4321-a245-6d43942fff86"}], "user_id": "3a85f78feb564e6597bdbb3bff7191e7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:35,694 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 202 POST http://10.0.0.210/volume/v3/volumes 0.222s 2025-07-31 10:31:35,695 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-35235940", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-448830551-984810628", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f0a5e52-0836-4ef3-91ba-85007e0659b6', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f0a5e52-0836-4ef3-91ba-85007e0659b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "af2746b6-3b52-4422-9b41-e78a28a435a5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:35.624060", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-35235940", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-448830551-984810628", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af2746b6-3b52-4422-9b41-e78a28a435a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af2746b6-3b52-4422-9b41-e78a28a435a5"}], "user_id": "3a85f78feb564e6597bdbb3bff7191e7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:35,732 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://10.0.0.210/image/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4 0.024s 2025-07-31 10:31:35,732 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '810', 'content-type': 'application/json', 'x-openstack-request-id': 'req-97999765-a358-40cf-8dfd-d11ec0fef56d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4'} Body: b'{"name": "tempest-scenario-img--966337317", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "6bf9899b38e547eaa6e420336cca1b55", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "3cda6663-9b1f-44e6-8578-0190d393ddd4", "created_at": "2025-07-31T10:31:34Z", "updated_at": "2025-07-31T10:31:35Z", "tags": [], "self": "/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4", "file": "/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:31:36,066 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 202 POST http://10.0.0.210/volume/v3/volumes 0.333s 2025-07-31 10:31:36,067 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-1552150171", "snapshot_id": null, "imageRef": "3cda6663-9b1f-44e6-8578-0190d393ddd4", "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-230366683-785709759", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a9a341e-be61-44da-8ec0-97403009f1b0', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a9a341e-be61-44da-8ec0-97403009f1b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "75a55002-343c-446c-8113-8b8797917d18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:36.003784", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1552150171", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-230366683-785709759", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/75a55002-343c-446c-8113-8b8797917d18"}], "user_id": "3a85f78feb564e6597bdbb3bff7191e7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:36,120 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18 0.041s 2025-07-31 10:31:36,120 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e6be9ae-1608-455e-9128-861dc2561e72', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e6be9ae-1608-455e-9128-861dc2561e72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18'} Body: b'{"volume": {"id": "75a55002-343c-446c-8113-8b8797917d18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:36.000000", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1552150171", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-230366683-785709759", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/75a55002-343c-446c-8113-8b8797917d18"}], "user_id": "3a85f78feb564e6597bdbb3bff7191e7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6bf9899b38e547eaa6e420336cca1b55"}}' 20 25-07-31 10:31:37,182 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18 0.046s 2025-07-31 10:31:37,183 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13bd7fd8-5a38-48f2-afab-486621305e60', 'content-length': '932', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13bd7fd8-5a38-48f2-afab-486621305e60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18'} Body: b'{"volume": {"id": "75a55002-343c-446c-8113-8b8797917d18", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:36.000000", "updated_at": "2025-07-31T10:31:36.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-1552150171", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-230366683-785709759", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/75a55002-343c-446c-8113-8b8797917d18"}], "user_id": "3a85f78feb564e6597bdbb3bff7191e7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6bf9899b38e547eaa6e420336cca1b55"}}' 2025-07-31 10:31:37,295 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18 0.097s 2025-07-31 10:31:37,295 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-079bd983-da80-4465-8060-24ac81d30bf6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18'} Body: b'' 2025-07-31 10:31:37,320 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18 0.024s 2025-07-31 10:31:37,320 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-56cf379d-67a6-4ed0-960d-d91ec051eb50', 'x-openstack-request-id': 'req-56cf379d-67a6-4ed0-960d-d91ec051eb50', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 75a55002-343c-446c-8113-8b8797917d18 could not be found."}}' 2025-07-31 10:31:37,421 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/af2746b6-3b52-4422-9b41-e78a28a435a5 0.100s 2025-07- 31 10:31:37,422 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73b5eb02-01eb-4e19-a4da-af4ca997fc53', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af2746b6-3b52-4422-9b41-e78a28a435a5'} Body: b'' 2025-07-31 10:31:37,442 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/af2746b6-3b52-4422-9b41-e78a28a435a5 0.020s 2025-07-31 10:31:37,442 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5fe9d4d-453e-41e1-a700-cae8287f8dc4', 'x-openstack-request-id': 'req-d5fe9d4d-453e-41e1-a700-cae8287f8dc4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af2746b6-3b52-4422-9b41-e78a28a435a5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume af2746b6-3b52-4422-9b41-e78a28a435a5 could not be found."}}' 2025-07-31 10:31:37,539 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/81214b92-f936-4321-a245-6d43942fff86 0.096s 2025-07-31 10:31:37,540 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b5caa15-78af-4229-9b57-689deb3cdfa7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81214b92-f936-4321-a245-6d43942fff86'} Body: b'' 2025-07-31 10:31:37,565 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/81214b92-f936-4321-a245-6d43942fff86 0.024s 2025-07-31 10:31:37,565 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d554de0-421e-4556-a462-4b2805edc42a', 'x-openstack-request-id': 'req-3d554de0-421e-4556-a462-4b2805edc42a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81214b92-f936-4321-a245-6d43942fff86'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 81214b92-f936-4321-a245-6d43942fff86 could not be found."}}' 2025-07-31 10:31:37,602 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1 0.036s 2025-07-31 10:31:37,602 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Header s: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ee034b9-55b7-490a-8da9-afb1b228f3ee', 'content-length': '1950', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ee034b9-55b7-490a-8da9-afb1b228f3ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:22.000000", "updated_at": "2025-07-31T10:30:22.000000", "name": "tempest-ServerActionsTestOtherA-volume-1512947649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}], "user_id": "f6645c19806f4333ab8470a4ca992d55", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc"}, {"id": "a45f1056-84ef-4dd9-b978-faf8dd73c1de", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:39.000000", "updated_at": "2025-07-31T10:29:39.000000", "name": "dc084fc4-afa9-4f71-b598-411bb5f438ca-blank-vol", "description": "", "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a45f1056-84ef-4dd9-b978-faf8dd73c1de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a45f1056-84ef-4dd9-b978-faf8dd73c1de"}], "user_id": "a363956d9f57470bbb49e324aee59c8d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "2c28a946df93445886a686a64cf66604"}]}' 2025-07-31 10:31:37,667 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/421131eb-cf12-426b-a141-1a6c8e6f289f 0.049s 2025-07-31 10:31:37,667 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78139555-f8ef-49fa-8ba1-04a8d19b7d90', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/421131eb-cf12-426b-a141-1a6c8e6f289f'} Body: b'' 2025-07-31 10:31:37,749 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1 0.080s 2025-07-31 10:31:37,749 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d3b2312-5b38-4dd0-b3cf-bfe736f40c23', 'content-length': '1950', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d3b2312-5b38-4dd0-b3cf-bfe7 36f40c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:22.000000", "updated_at": "2025-07-31T10:30:22.000000", "name": "tempest-ServerActionsTestOtherA-volume-1512947649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}], "user_id": "f6645c19806f4333ab8470a4ca992d55", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc"}, {"id": "a45f1056-84ef-4dd9-b978-faf8dd73c1de", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:39.000000", "updated_at": "2025-07-31T10:29:39.000000", "name": "dc084fc4-afa9-4f71-b598-411bb5f438ca-blank-vol", "description": "", "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a45f1056-84ef-4dd9-b978-faf8dd73c1de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a45f1056-84ef-4dd9-b978-faf8dd73c1de"}], "user_id": "a363956d9f57470bbb49e324aee59c8d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "2c28a946df93445886a686a64cf66604"}]}' 2025-07-31 10:31:37,812 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/e90e6e04-a7dc-49d3-86d5-59a64ffff487 0.047s 2025-07-31 10:31:37,813 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44213d4e-a8a4-4bef-bc32-c332877c9f63', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/e90e6e04-a7dc-49d3-86d5-59a64ffff487'} Body: b'' 2025-07-31 10:31:37,846 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-471773081 0.033s 2025-07-31 10:31:37,847 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c9e395a-30ce-4898-a9c0-cab6fe5a5590', 'x-compute-request-id': 'req-1c9e395a-30ce-4898-a9c0-cab6fe5a5590', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-471773081'} Body: b'' 2025-07-31 10:31:37,933 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4 0.085s 2025-07-31 10:31:37,933 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e75612a7-eac4-431a-a505-4ad764f91b15', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4'} Body: b'' 2025-07-31 10:31:38,008 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1 0.074s 2025-07-31 10:31:38,008 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16830f9a-1324-4fc4-b394-0449f7fe8c8d', 'content-length': '1950', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16830f9a-1324-4fc4-b394-0449f7fe8c8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:22.000000", "updated_at": "2025-07-31T10:30:22.000000", "name": "tempest-ServerActionsTestOtherA-volume-1512947649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}], "user_id": "f6645c19806f4333ab8470a4ca992d55", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc"}, {"id": "a45f1056-84ef-4dd9-b978-faf8dd73c1de", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:39.000000", "updated_at": "2025-07-31T10:29:39.000000", "name": "dc084fc4-afa9-4f71-b598-411bb5f438ca-blank-vol", "description": "", "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a45f1056-84ef-4dd9-b978-faf8dd73c1de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a45f1056-84ef-4dd9-b978-faf8dd73c1de"}], "user_id": "a363956d9f57470bbb49e324aee59c8d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "2c28a946df93445886a686a64cf66604"}]}' 2025-07-31 10:31:38,073 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/2f47367d-428b-44e2-9ab4-13f193ce6a17 0.049s 2025-07-31 10:31:38,073 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 202 5 10:31: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-86da7a7d-4ffe-421c-944c-f002214ae13e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/2f47367d-428b-44e2-9ab4-13f193ce6a17'} Body: b'' {3} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal [1.660616s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, 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 139, in test_snapshot_removal volume_1 = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bb490001-9407-419b-845e-bb372f3562d9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:31:45,242 98114 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 202 POST http://10.0.0.210/volume/v3/volumes 0.397s 2025-07-31 10:31:45,243 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDependencyTests-volume-608389540", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63bbbb02-01f4-41b8-8356-7b714aea98e4', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63bbbb02-01f4-41b8-8356-7b714aea98e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "bb490001-9407-419b-845e-bb372f3562d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:45.173410", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-608389540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bb490001-9407-419b-845e-bb372f3562d9"}], "user_id": "f5916fe0d5d24184aec49aa621525dd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:45,298 98114 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9 0.042s 2025-07-31 10:31:45,298 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5669d483-ef0f-4502-b42b-a2bd199cc6b8', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5669d483-ef0f-4502-b42b-a2bd199cc6b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9'} Body: b'{"volume": {"id": "bb490001-9407-419b-845e-bb372f3562d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:45.000000", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-608389540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bb490001-9407-419b-845e-bb372f3562d9"}], "user_id": "f5916fe0d5d24184aec49aa621525dd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca2df3a5c4974043830a24ea0eeab75c"}}' 2025-07-31 10:31:46,355 98114 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9 0.042s 2025-07-31 10:31:46,355 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-1fd640f7-e365-4fbe-9f95-1490067acb2b', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fd640f7-e365-4fbe-9f95-1490067acb2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9'} Body: b'{"volume": {"id": "bb490001-9407-419b-845e-bb372f3562d9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:45.000000", "updated_at": "2025-07-31T10:31:45.000000", "name": "tempest-SnapshotDependencyTests-volume-608389540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bb490001-9407-419b-845e-bb372f3562d9"}], "user_id": "f5916fe0d5d24184aec49aa621525dd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca2df3a5c4974043830a24ea0eeab75c"}}' 2025-07-31 10:31:46,477 98114 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9 0.106s 2025-07-31 10:31:46,477 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4d008e9-7940-4c3f-abf6-d05654dd4a58', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9'} Body: b'' 2025-07-31 10:31:46,502 98114 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9 0.024s 2025-07-31 10:31:46,503 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b13e5917-35c9-4850-a765-45a68090d491', 'x-openstack-request-id': 'req-b13e5917-35c9-4850-a765-45a68090d491', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bb490001-9407-419b-845e-bb372f3562d9 could not be found."}}' {4} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached [287.700893s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 475, in test_rebuild_server_with_volume_attached waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:29:21,772 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa 0.259s 2025-07-31 10:29:21,772 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:21 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-58618367-c76f-4f85-b617-79edcf544f83', 'x-compute-request-id': 'req-58618367-c76f-4f85-b617-79edcf544f83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa'} Body: b'{"server": {"id": "89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa", "name": "tempest-ServerActionsTestOtherA-server-197744620", "status": "ACTIVE", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "user_id": "f6645c19806f4333ab8470a4ca992d55", "metadata": {}, "hostId": "64c297d649256b129c2297af737e7796912bd1795fadd873aa7c9d15", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:27:29Z", "updated": "2025-07-31T10:27:46Z", "addresses": {"tempest-ServerActionsTestOtherA-643710180-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:5d:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1276964573", "OS-SRV-USG:launched_at": "2025-07-31T10:27:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1085583387"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:30:22,072 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/volumes 0.224s 2025-07-31 10:30:22,073 98116 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-ServerActionsTestOtherA-volume-1512947649"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1ab9263-c7d7-4c7f-a0d8-23996a2a30d0', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1ab9263-c7d7-4c7f-a0d8-23996a2a30d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:22.005947", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-1512947649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88 "}], "user_id": "f6645c19806f4333ab8470a4ca992d55", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:30:22,221 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.128s 2025-07-31 10:30:22,221 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2495', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-27d258f7-23e3-4812-9918-bb76cffab016', '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": "f6645c19806f4333ab8470a4ca992d55", "name": "tempest-ServerActionsTestOtherA-1756835093-project-member", "password_expires_at": null}, "audit_ids": ["LqIrvKK_RbKxq6WS0q075g"], "expires_at": "2025-07-31T11:30:22.000000Z", "issued_at": "2025-07-31T10:30:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "28fa38b5a12b4014a7716cfe1cefc8bc", "name": "tempest-ServerActionsTestOtherA-1756835093"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/28fa38b5a12b4014a7716cfe1cefc8bc", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:30:22,222 98116 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': '0b0ef3d0-7392-4545-8728-594f19601fbb', 'name': 'tempest-ServerActionsTestOtherA-643710180-network', 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 5 3338, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:27:22Z', 'updated_at': '2025-07-31T10:27:22Z', 'revision_number': 1} available for tenant 2025-07-31 10:30:22,223 98116 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:30:22,224 98116 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:30:22,289 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.063s 2025-07-31 10:30:22,289 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-794660193", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHKM7vSn2KknCeB9Y2NXXySLMVSj4fjbSNp40UU1VNMOmEjqoPne6W4p8GVDfwnnD2e+NEwgAY0dskfmUpyFCmu6GHs98uQdDnMflMBfU4n6/72wMZT0VPhmtcRSbMdeXQ=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:22 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-4c4c1c04-7f4d-4e83-a314-22a453430860', 'x-compute-request-id': 'req-4c4c1c04-7f4d-4e83-a314-22a453430860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-794660193", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHKM7vSn2KknCeB9Y2NXXySLMVSj4fjbSNp40UU1VNMOmEjqoPne6W4p8GVDfwnnD2e+NEwgAY0dskfmUpyFCmu6GHs98uQdDnMflMBfU4n6/72wMZT0VPhmtcRSbMdeXQ==", "fingerprint": "a1:9c:30:14:9b:ec:8b:6a:16:21:7d:3c:a9:80:22:20", "user_id": "f6645c19806f4333ab8470a4ca992d55"}}' 2025-07-31 10:30:22,291 98116 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-794660193 created 2025-07-31 10:30:22,557 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.265s 2025-07-31 10:30:22,557 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--215565054", "description": "tempest-description--1370031479"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-deb31afe-511b-42ce-a917-b2280565813a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f6941679-bb57-4da2-9797-409436abddf1", "name": "tempest-securitygroup--215565054", "stateful": true, "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "description": "tempest-description--1370031479", "shared": false, "security_group_rules": [{"id": "114b078b-4320-4cfd-843b-5d79ff91f119", "project_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "security_group_id": "f6941679-bb57-4da2-9797-409436abddf1", "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": 888, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:30:22Z", "updated_at": "2025-07-31T 10:30:22Z", "revision_number": 0}, {"id": "cf2075c2-f444-4918-9f99-92856f4779fb", "project_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "security_group_id": "f6941679-bb57-4da2-9797-409436abddf1", "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": 889, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:30:22Z", "updated_at": "2025-07-31T10:30:22Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:30:22Z", "updated_at": "2025-07-31T10:30:22Z", "revision_number": 1, "project_id": "28fa38b5a12b4014a7716cfe1cefc8bc"}}' 2025-07-31 10:30:22,770 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.212s 2025-07-31 10:30:22,770 98116 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": "f6941679-bb57-4da2-9797-409436abddf1", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-5cf1791e-9b93-44de-b359-6e2310492ee4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5975ee9f-6cc4-48d1-a9eb-2750c4ef992f", "project_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "security_group_id": "f6941679-bb57-4da2-9797-409436abddf1", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:30:22Z", "updated_at": "2025-07-31T10:30:22Z", "revision_number": 0}}' 2025-07-31 10:30:22,980 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.209s 2025-07-31 10:30:22,981 98116 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": "f6941679-bb57-4da2-9797-409436abddf1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-8dd915bd-97d6-4641-bdf0-8a8992ebfd48', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b2d73904-dadd-44b2-a975-6bd92883f0d7", "project_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "security_group_id": "f6941679-bb57-4da2-9797-409436abddf1", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:30:22Z", "updated_at": "2025-07-31T10:30:22Z", "revision_number": 0}}' 2025-07-31 10:30:22,981 98116 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--215565054 created 2025-07-31 10:30:23,708 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.726s 2025-07-31 10:30:23,708 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-5479e2ce-d6d1-4c0f-9af9-1bdbb5789fe6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "326095b0-18f4-4640-a9f7-652d8380638e", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "floating_ip_address": "172.24.4.89", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:30:23Z", "updated_at": "2025-07-31T10:30:23Z", "revision_number": 0}}' 2025-07-31 10:30:23,709 98116 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '326095b0-18f4-4640-a9f7-652d8380638e', 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'floating_ip_address': '172.24.4.89', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:30:23Z', 'updated_at': '2025-07-31T10:30:23Z', 'revision_number': 0, 'ip': '172.24.4.89'} created 2025-07-31 10:30:23,709 98116 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-794660193', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHKM7vSn2KknCeB9Y2NXXySLMVSj4fjbSNp40UU1VNMOmEjqoPne6W4p8GVDfwnnD2e+NEwgAY0dskfmUpyFCmu6GHs98uQdDnMflMBfU4n6/72wMZT0VPhmtcRSbMdeXQ==', 'fingerprint': 'a1:9c:30:14:9b:ec:8b:6a:16:21:7d:3c:a9:80:22:20', 'user_id': 'f6645c19806f4333ab8470a4ca992d55', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAmsyf5+YCS3nJo4/EKUNbtWP+JgBhTjTVowswBsqln/r/HaDeaQsmL\nU07rVQaMFXugBwYFK4EEACKhZANiAARyjO70p9ipJwngfWNjV18kizFUo+H420ja\neNFFNVTTDphI6qD53uluKfBlQ38J5w9nvjRMIAGNHbJH5lKchQpruhh7PfLkHQ5z\nH5TAX1OJ+v+9sDGU9FT4ZrXEUmzHXl0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f6941679-bb57-4da2-9797-409436abddf1', 'name': 'tempest-securitygroup--215565054', 'stateful': True, 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'description': 'tempest-description--1370031479', 'shared': False, 'security_group_rules': [{'id': '114b078b-4320-4cfd-843b-5d79ff91f119', 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'security_group_id': 'f6941679-bb57-4da2-9797-409436abddf1', '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': 888, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:30:22Z', 'updated_at': '2025-07-31T10:30:22Z', 'revision_number': 0}, {'id': 'cf2075c2-f444-4918-9f99-92856f4779fb', 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'security_group_id': 'f6941679-bb57-4da2-9797-409436abddf1', '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_a ttr_id': 889, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:30:22Z', 'updated_at': '2025-07-31T10:30:22Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:30:22Z', 'updated_at': '2025-07-31T10:30:22Z', 'revision_number': 1, 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc'}, 'floating_ip': {'id': '326095b0-18f4-4640-a9f7-652d8380638e', 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'floating_ip_address': '172.24.4.89', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:30:23Z', 'updated_at': '2025-07-31T10:30:23Z', 'revision_number': 0, 'ip': '172.24.4.89'}} 2025-07-31 10:30:24,264 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 0.554s 2025-07-31 10:30:24,265 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-tempest.common.compute-instance-1245552799", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "0b0ef3d0-7392-4545-8728-594f19601fbb"}], "security_groups": [{"name": "tempest-securitygroup--215565054"}], "key_name": "tempest-keypair-794660193", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1eaf4617-c654-450e-9582-a249c726bd6e', 'x-compute-request-id': 'req-1eaf4617-c654-450e-9582-a249c726bd6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--215565054"}], "adminPass": "NTW5VCRxGw4h"}}' 2025-07-31 10:30:24,335 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0 0.067s 2025-07-31 10:30:24,336 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5faef884-6e0e-43d9-a16e-7904b6d5d4f1', 'x-compute-request-id': 'req-5faef884-6e0e-43d9-a16e-7904b6d5d4f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0'} Body: b'{"server": {"id": "6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0", "name": "tempest-tempest.common.compute-instance-1245552799", "status": "BUILD", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "user_id": "f6645c19806f4333ab8470a4ca992d55", "metada ta": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:30:24Z", "updated": "2025-07-31T10:30:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-794660193", "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": []}}' 2025-07-31 10:31:14,853 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0 0.462s 2025-07-31 10:31:14,854 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1541', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2a9431d-e035-425a-9531-f3c571b495b4', 'x-compute-request-id': 'req-d2a9431d-e035-425a-9531-f3c571b495b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0'} Body: b'{"server": {"id": "6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0", "name": "tempest-tempest.common.compute-instance-1245552799", "status": "ACTIVE", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "user_id": "f6645c19806f4333ab8470a4ca992d55", "metadata": {}, "hostId": "64c297d649256b129c2297af737e7796912bd1795fadd873aa7c9d15", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:30:24Z", "updated": "2025-07-31T10:30:40Z", "addresses": {"tempest-ServerActionsTestOtherA-643710180-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:b3:52"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-794660193", "OS-SRV-USG:launched_at": "2025-07-31T10:30:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--215565054"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:31:14,872 98116 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:32:15,116 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0/os-interface 0.184s 2025-07-31 10:32:15,116 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json' , 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:14 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-6f4b96da-f7ed-4331-944d-a4876e2f9302', 'x-compute-request-id': 'req-6f4b96da-f7ed-4331-944d-a4876e2f9302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "0b0ef3d0-7392-4545-8728-594f19601fbb", "port_id": "f9a5e79e-e747-4816-a9d9-45b46545cff4", "mac_addr": "fa:16:3e:92:b3:52", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c2f3c663-4391-497c-acc5-57d1620eee7a", "ip_address": "10.0.0.10"}]}]}' 2025-07-31 10:32:15,968 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/326095b0-18f4-4640-a9f7-652d8380638e 0.846s 2025-07-31 10:32:15,968 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f9a5e79e-e747-4816-a9d9-45b46545cff4"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-caf53e0e-46b1-417f-a0ea-17750af3ca12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/326095b0-18f4-4640-a9f7-652d8380638e'} Body: b'{"floatingip": {"id": "326095b0-18f4-4640-a9f7-652d8380638e", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "floating_ip_address": "172.24.4.89", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "13d7723a-08e6-4bbe-8e40-4f2fdeb58f14", "port_id": "f9a5e79e-e747-4816-a9d9-45b46545cff4", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "0b0ef3d0-7392-4545-8728-594f19601fbb", "mac_address": "fa:16:3e:92:b3:52", "admin_state_up": true, "status": "ACTIVE", "device_id": "6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:30:23Z", "updated_at": "2025-07-31T10:32:15Z", "revision_number": 1, "project_id": "28fa38b5a12b4014a7716cfe1cefc8bc"}}' 2025-07-31 10:32:15,969 98116 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.89:22' as 'cirros' with public key authentication 2025-07-31 10:32:15,982 98116 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:32:16,041 98116 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:32:16,041 98116 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.89 successfully created 2025-07-31 10:32:16,474 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0 0.432s 2025-07-31 10:32:16,475 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1541', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c90a7f1-61f4-4032-962f-094788f7146d', 'x-compute-request-id': 'req-8c90a7f1-61f4-4032-962f-094788f7146d', 'connection ': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0'} Body: b'{"server": {"id": "6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0", "name": "tempest-tempest.common.compute-instance-1245552799", "status": "ACTIVE", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "user_id": "f6645c19806f4333ab8470a4ca992d55", "metadata": {}, "hostId": "64c297d649256b129c2297af737e7796912bd1795fadd873aa7c9d15", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:30:24Z", "updated": "2025-07-31T10:30:40Z", "addresses": {"tempest-ServerActionsTestOtherA-643710180-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:b3:52"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-794660193", "OS-SRV-USG:launched_at": "2025-07-31T10:30:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--215565054"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:32:16,531 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88 0.041s 2025-07-31 10:32:16,532 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0be55f88-1dd1-4f26-ab06-689341e6bc44', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0be55f88-1dd1-4f26-ab06-689341e6bc44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88'} Body: b'{"volume": {"id": "9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:22.000000", "updated_at": "2025-07-31T10:30:22.000000", "name": "tempest-ServerActionsTestOtherA-volume-1512947649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}], "user_id": "f6645c19806f4333ab8470a4ca992d55", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc"}}' 2025-07-31 10:32:17,587 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88 0.040s 2025-07-31 10:32:17,588 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reque st-id': 'req-9bd225ed-b0b2-4db6-9391-ca8bc2c5799a', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bd225ed-b0b2-4db6-9391-ca8bc2c5799a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88'} Body: b'{"volume": {"id": "9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:22.000000", "updated_at": "2025-07-31T10:30:22.000000", "name": "tempest-ServerActionsTestOtherA-volume-1512947649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}], "user_id": "f6645c19806f4333ab8470a4ca992d55", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc"}}' 2025-07-31 10:32:17,878 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa 0.276s 2025-07-31 10:32:17,878 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e1841e0-5e50-48dd-86a0-24be216b287d', 'x-compute-request-id': 'req-1e1841e0-5e50-48dd-86a0-24be216b287d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa'} Body: b'{"server": {"id": "89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa", "name": "tempest-ServerActionsTestOtherA-server-197744620", "status": "ACTIVE", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "user_id": "f6645c19806f4333ab8470a4ca992d55", "metadata": {}, "hostId": "64c297d649256b129c2297af737e7796912bd1795fadd873aa7c9d15", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:27:29Z", "updated": "2025-07-31T10:27:46Z", "addresses": {"tempest-ServerActionsTestOtherA-643710180-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:5d:17"}, {"version": 4, "addr": "172.24.4.213", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:5d:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1276964573", "OS-SRV-USG:launched_at": "2025-07-31T10:27:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1085583387"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:33:18,325 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0 0.373s 2025-07-31 10:33:18,325 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:17 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-79392056-0d06-49c2-9cc6-e162e8889788', 'x-compute-request-id': 'req-79392056-0d06-49c2-9cc6-e162e8889788', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0'} Body: b'' 2025-07-31 10:33:18,569 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0 0.243s 2025-07-31 10:33:18,569 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1665', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e72d3996-ded7-4d73-9b07-0ff5685b7976', 'x-compute-request-id': 'req-e72d3996-ded7-4d73-9b07-0ff5685b7976', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0'} Body: b'{"server": {"id": "6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0", "name": "tempest-tempest.common.compute-instance-1245552799", "status": "ACTIVE", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "user_id": "f6645c19806f4333ab8470a4ca992d55", "metadata": {}, "hostId": "64c297d649256b129c2297af737e7796912bd1795fadd873aa7c9d15", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:30:24Z", "updated": "2025-07-31T10:33:18Z", "addresses": {"tempest-ServerActionsTestOtherA-643710180-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:b3:52"}, {"version": 4, "addr": "172.24.4.89", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:b3:52"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-794660193", "OS-SRV-USG:launched_at": "2025-07-31T10:30:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--215565054"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:34:08,649 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0 0.045s 2025-07-31 10:34:08,650 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Ver sion,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-7d3e779c-3cc2-4f96-9f5b-1329f5949756', 'x-compute-request-id': 'req-7d3e779c-3cc2-4f96-9f5b-1329f5949756', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0 could not be found."}}' 2025-07-31 10:34:08,682 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-794660193 0.031s 2025-07-31 10:34:08,682 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34: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-daf0b787-fd8d-48fa-bf5c-c53e96e3736c', 'x-compute-request-id': 'req-daf0b787-fd8d-48fa-bf5c-c53e96e3736c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-794660193'} Body: b'' 2025-07-31 10:34:08,852 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/f6941679-bb57-4da2-9797-409436abddf1 0.169s 2025-07-31 10:34:08,852 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-61b498e3-2d8d-40ff-817d-092bdc32e9c5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/f6941679-bb57-4da2-9797-409436abddf1'} Body: b'' 2025-07-31 10:34:08,869 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/f6941679-bb57-4da2-9797-409436abddf1 0.016s 2025-07-31 10:34:08,869 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-bfed82e8-9b03-43a0-9eb6-07ec40a5ded8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/f6941679-bb57-4da2-9797-409436abddf1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f6941679-bb57-4da2-9797-409436abddf1 does not exist", "detail": ""}}' 2025-07-31 10:34:09,211 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/326095b0-18f4-4640-a9f7-652d8380638e 0.341s 2025-07-31 10:34:09,212 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-63c94cc9-7bc4-45e7-8f85-20423f0c19b8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/326095b0-18f4-4640-a9f7-652d8380638e'} Body: b'' {1} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [233.488566s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 307, 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 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 343, 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 326, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server fe16c840-fe2d-43fc-b539-5134ac7bf7c9 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-07-31T10:33:42Z', 'message': 'Build of instance fe16c840-fe2d-43fc-b539-5134ac7bf7c9 aborted: Volume a1cb6ac5-5ddc-4c95-89b7-fa1e14c3bd61 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Request ID of server operation performed before checking the server status req-a4a7d0d8-5034-4578-8663-3f942a555942. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:30:23,890 98110 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.051s 2025-07-31 10:30:23,891 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2521', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-29414f1a-a463-473a-b615-87aa4f6cd84a', '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": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "password_expires_at": null}, "audit_ids": ["MSmQaHevRCObOB57Cu4iqg"], "expires_at": "2025-07-31T11:30:23.000000Z", "issued_at": "2025-07-31T10:30:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2c28a946df93445886a686a64cf66604", "name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2c28a946df93445886a686a64cf66604", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:30:23,893 98110 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '6a83412b-3385-44fe-98db-a4ec93b84ab0', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-374999867-network', 'tenant_id': '2c28a946df93445886a686a64cf66604', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2c28a946df93445886a686a64cf66604', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46013, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope ': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:26:22Z', 'updated_at': '2025-07-31T10:26:22Z', 'revision_number': 1} available for tenant 2025-07-31 10:30:24,625 98110 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.728s 2025-07-31 10:30:24,626 98110 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-1250039782", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "6a83412b-3385-44fe-98db-a4ec93b84ab0"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1', '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-3bcbd851-0b9e-40ce-ad93-5589a519617e', 'x-compute-request-id': 'req-3bcbd851-0b9e-40ce-ad93-5589a519617e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "3cVn8Bn58NGq"}}' 2025-07-31 10:30:24,711 98110 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/671a4bf0-7b86-4710-86b3-e1f9f0630ba1 0.078s 2025-07-31 10:30:24,711 98110 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': 'Thu, 31 Jul 2025 10:30:24 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-27fed8b9-287c-470b-84fc-9b20243dacbb', 'x-compute-request-id': 'req-27fed8b9-287c-470b-84fc-9b20243dacbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1'} Body: b'{"server": {"id": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1250039782", "status": "BUILD", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:30:24Z", "updated": "2025-07-31T10:30:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1"}], "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": []}}' 2025-07-31 10:31:15,102 98110 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/671a4bf0-7b86-4710-86b3-e1f9f0630ba1 0.350s 2025-07-31 10:31:15,103 98110 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': 'Thu, 31 Jul 2025 10:31:14 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-d383563f-ecf4-42af-b062-a27f3cd73833', 'x-compute-request-id': 'req-d383563f-ecf4-42af-b062-a27f3cd73833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1'} Body: b'{"server": {"id": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1250039782", "status": "ACTIVE", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "e3016bde2af4b48d65117650db1b1937df05351e321e67d2ea4208a2", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:30:24Z", "updated": "2025-07-31T10:30:42Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-374999867-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:1b:43"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:30:42.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": []}}' 2025-07-31 10:31:15,122 98110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-07-31 10:32:16,009 98110 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/671a4bf0-7b86-4710-86b3-e1f9f0630ba1/action 0.856s 2025-07-31 10:32:16,009 98110 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-ServerBootFromVolumeStableRescueTest-image-1951509921"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:15 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-Ver sion,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0853ee1-eef1-4953-99a0-5095c0eb0e2f', 'x-compute-request-id': 'req-a0853ee1-eef1-4953-99a0-5095c0eb0e2f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1/action'} Body: b'{"image_id": "5f3557d9-225d-4344-af41-188c6c931149"}' 2025-07-31 10:32:16,036 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.025s 2025-07-31 10:32:16,036 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a5096df4-c6b1-461a-873e-ea39dea877a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:16Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:17,059 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.021s 2025-07-31 10:32:17,059 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1ed9dba6-26a1-4d1d-be65-e2e9c4b7dcc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a36395 6d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:16Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:18,085 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.024s 2025-07-31 10:32:18,085 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-075747dd-72b9-4b94-a29c-4bd683ecf07d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:16Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:19,109 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.022s 2025-07-31 10:32:19,109 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-efc4b9a1-2317-4f27-afa8-2714786cb258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_project_name": "tempest-Ser verBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:16Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:20,148 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.037s 2025-07-31 10:32:20,149 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e5796a3b-0a49-4c6d-91e0-06089d94912c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:16Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:21,174 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.023s 2025-07-31 10:32:21,174 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a4fbbd4d-06b1-4bff-a28e-193d89ec474c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e 5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:16Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:22,204 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.028s 2025-07-31 10:32:22,204 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-63651dc9-e0f5-49fe-aac4-d26d2d29cf82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:16Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:23,231 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.025s 2025-07-31 10:32:23,232 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'con tent-type': 'application/json', 'x-openstack-request-id': 'req-cdc7f2a3-a878-42ec-a5cc-caa51b6932df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_id": "2c28a946df93445886a686a64cf66604", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:23Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:24,257 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.023s 2025-07-31 10:32:24,257 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-910f1049-d73c-4318-9270-c1de369d20e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_id": "2c28a946df93445886a686a64cf66604", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:23Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:25,289 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.030s 2025-07-31 10:32:25,289 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-629217ab-55e2-4a03-b084-de021b08c4b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_id": "2c28a946df93445886a686a64cf66604", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "e4f109bae4187c2aa3331dc143788937", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "16d00685acf711d889423dc609567feddd95945e0f73f5e33c7062736da920f495eb40b9a933d89aa96bf2420b9987e4e323f094ce8c4e0bdbbea4588ef483c8", "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:24Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:25,313 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.024s 2025-07-31 10:32:25,314 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-64b65f0d-c851-44ef-9e86-502e97041077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_id": "2c28a946df93445886a686a64cf66604", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVo lumeStableRescueTest-image-1951509921", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "e4f109bae4187c2aa3331dc143788937", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "16d00685acf711d889423dc609567feddd95945e0f73f5e33c7062736da920f495eb40b9a933d89aa96bf2420b9987e4e323f094ce8c4e0bdbbea4588ef483c8", "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:24Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:25,658 98110 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/671a4bf0-7b86-4710-86b3-e1f9f0630ba1 0.343s 2025-07-31 10:32:25,658 98110 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': 'Thu, 31 Jul 2025 10:32:25 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-94cc559a-cd76-4c2c-bb16-66548010db4c', 'x-compute-request-id': 'req-94cc559a-cd76-4c2c-bb16-66548010db4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1'} Body: b'{"server": {"id": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1250039782", "status": "ACTIVE", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "e3016bde2af4b48d65117650db1b1937df05351e321e67d2ea4208a2", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:30:24Z", "updated": "2025-07-31T10:32:25Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-374999867-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:1b:43"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:30:42.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": []}}' 2025-07-31 10:33:25,788 98110 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.044s 2025-07-31 10:33:25,788 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2521', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6742e0b5-3560-495f-92d9-5ba72fc77deb', '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": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "password_expires_at": null}, "audit_ids": ["upDTNu1MQie55EJAJA9xYw"], "expires_at": "2025-07-31T11:33:25.000000Z", "issued_at": "2025-07-31T10:33:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2c28a946df93445886a686a64cf66604", "name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2c28a946df93445886a686a64cf66604", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:33:25,789 98110 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '6a83412b-3385-44fe-98db-a4ec93b84ab0', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-374999867-network', 'tenant_id': '2c28a946df93445886a686a64cf66604', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2c28a946df93445886a686a64cf66604', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46013, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:26:22Z', 'updated_at': '2025-07-31T10:26:22Z', 'revision_number': 1} available for tenant 2025-07-31 10:33:26,397 98110 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.608s 2025-07-31 10:33:26,398 98110 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-490183250", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "destination_type": "volume"}], "networks": [{"uuid": "6a83412b-3385-44fe-98db-a4ec93b84ab0"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9', '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-a4a7d0d8-5034-4578-8663-3f942a555942', 'x-compute-request-id': 'req-a4a7d0d8-5034-4578-8663-3f942a555942', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "fe16c840-fe2d-43fc-b539-5134ac7bf7c9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "V6JcQHsUJXkb"}}' 2025-07-31 10:33:26,512 98110 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/fe16c840-fe2d-43fc-b539-5134ac7bf7c9 0.111s 2025-07-31 10:33:26,512 98110 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': 'Thu, 31 Jul 2025 10:33:26 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-e656d941-535a-4bd0-a692-66eb7efd938d', 'x-compute-request-id': 'req-e656d941-535a-4bd0-a692-66eb7efd938d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9'} Body: b'{"server": {"id": "fe16c840-fe2d-43fc-b539-5134ac7bf7c9", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-490183250", "status": "BUILD", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:33:26Z", "updated": "2025-07-31T10:33:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9"}], "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": []}}' 2025-07-31 10:34:16,697 9 8110 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/fe16c840-fe2d-43fc-b539-5134ac7bf7c9 0.117s 2025-07-31 10:34:16,697 98110 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': 'Thu, 31 Jul 2025 10:34:16 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-49fd505f-4e96-4e0c-bb75-a7b4e390d438', 'x-compute-request-id': 'req-49fd505f-4e96-4e0c-bb75-a7b4e390d438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9'} Body: b'{"server": {"id": "fe16c840-fe2d-43fc-b539-5134ac7bf7c9", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-490183250", "status": "ERROR", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:33:26Z", "updated": "2025-07-31T10:33:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-07-31T10:33:42Z", "message": "Build of instance fe16c840-fe2d-43fc-b539-5134ac7bf7c9 aborted: Volume a1cb6ac5-5ddc-4c95-89b7-fa1e14c3bd61 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": []}}' 2025-07-31 10:34:16,716 98110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-07-31 10:34:17,234 98110 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/fe16c840-fe2d-43fc-b539-5134ac7bf7c9 0.517s 2025-07-31 10:34:17,235 98110 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': 'Thu, 31 Jul 2025 10:34:16 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-ebe0148e-c9e2-4075-bd8c-625d28822214', 'x-compute-request-id': 'req-ebe0148e-c9e2-4075-bd8c-625d28822214', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9'} Body: b'' 2025-07-31 10:34:17,314 98110 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image _volume): 404 GET http://10.0.0.210/compute/v2.1/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9 0.078s 2025-07-31 10:34:17,314 98110 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': 'Thu, 31 Jul 2025 10:34:17 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-c16df058-9437-4edd-b2d9-25e918ebbce8', 'x-compute-request-id': 'req-c16df058-9437-4edd-b2d9-25e918ebbce8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance fe16c840-fe2d-43fc-b539-5134ac7bf7c9 could not be found."}}' {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [166.281649s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 181, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume df32f259-c762-45a4-9866-1863675eaba9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:32:02,897 98108 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.3-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2025-07-31 10:32:03,633 98108 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.735s 2025-07-31 10:32:03,634 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1110970405", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-dd6e6e73-0baf-4b0e-b939-7753bcdb03c6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1110970405", "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": "eda7533fc4ec452a967ea460519a06fc", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f1bd60a1-081c-445d-a549-f77a9b13cbf7", "created_at": "2025-07-31T10:32:04Z", "updated_at": "2025-07-31T10:32:04Z", "tags": [], "self": "/v2/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7", "file": "/v2/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:04,821 98108 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/f1bd60a1-081c-445d-a549-f77a9b13cbf7/file 1.186s 2025-07-31 10:32:04,821 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-28acab02-1c2b-4b1d-8867-0b607aa1a9ea', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7/file'} Body: b'' 2025-07-31 10:32:04,821 98108 DEBUG [tempest.scenario.manager] image:f1bd60a1-081c-445d-a549-f77a9b13cbf7 2025-07-31 10:32:04,941 98108 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.118s 2025-07-31 10:32:04,942 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-660393162", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEths4nLrmsBxGHFe0snpeYcSVi1Wx/SznQWBBt+ov/n4KTnpZ5pkCSs/CWdQ0bHy4qKyxeJ0C50tbImOlKrK3TsSSACBq+hX2GXdZUewm921QzigKuHcRHvBSG5Rq6riA=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c35980f6-f5d9-4325-821c-9f13de02b542', 'x-compute-request-id': 'req-c35980f6-f5d9-4325-821c-9f13de02b542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0. 0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-660393162", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEths4nLrmsBxGHFe0snpeYcSVi1Wx/SznQWBBt+ov/n4KTnpZ5pkCSs/CWdQ0bHy4qKyxeJ0C50tbImOlKrK3TsSSACBq+hX2GXdZUewm921QzigKuHcRHvBSG5Rq6riA==", "fingerprint": "6d:54:ea:7d:d2:ad:e0:25:18:52:57:4d:56:e4:47:1c", "user_id": "0727d96352d54ccaa14665724787ccf6"}}' 2025-07-31 10:32:04,994 98108 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.044s 2025-07-31 10:32:04,994 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-273721a5-ef58-46da-a32e-df29c8211423', '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": "0727d96352d54ccaa14665724787ccf6", "name": "tempest-TestMinimumBasicScenario-1745172107-project-member", "password_expires_at": null}, "audit_ids": ["4roq1cGHSvy0eaNV8q8s7g"], "expires_at": "2025-07-31T11:32:04.000000Z", "issued_at": "2025-07-31T10:32:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eda7533fc4ec452a967ea460519a06fc", "name": "tempest-TestMinimumBasicScenario-1745172107"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/eda7533fc4ec452a967ea460519a06fc", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:32:04,995 98108 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'f3a2962b-1909-4b3a-bcac-f3a601797ec3', 'name': 'tempest-TestMinimumBasicScenario-611164139-network', 'tenant_id': 'eda7533fc4ec452a967 ea460519a06fc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'eda7533fc4ec452a967ea460519a06fc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52119, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:31:47Z', 'updated_at': '2025-07-31T10:31:47Z', 'revision_number': 1} available for tenant 2025-07-31 10:32:05,500 98108 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.504s 2025-07-31 10:32:05,501 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1387461900", "imageRef": "f1bd60a1-081c-445d-a549-f77a9b13cbf7", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-660393162", "networks": [{"uuid": "f3a2962b-1909-4b3a-bcac-f3a601797ec3"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5f8bda7-f9f1-4be9-90bb-d651e45eb790', 'x-compute-request-id': 'req-a5f8bda7-f9f1-4be9-90bb-d651e45eb790', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "W6qJfEzycjL5"}}' 2025-07-31 10:32:05,581 98108 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/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d 0.077s 2025-07-31 10:32:05,582 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5d3da81-e919-4210-88f2-1d567e545837', 'x-compute-request-id': 'req-b5d3da81-e919-4210-88f2-1d567e545837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d'} Body: b'{"server": {"id": "0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d", "name": "tempest-TestMinimumBasicScenario-server-1387461900", "status": "BUILD", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "", "image": {"id": "f1bd60a1-081c-445d-a549-f77a9b13cbf7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:32:05Z", "updated": "2025-07-31T10:32:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "se lf", "href": "http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-660393162", "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": []}}' 2025-07-31 10:32:55,929 98108 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/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d 0.282s 2025-07-31 10:32:55,929 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cd15207-0071-48bc-b575-f48b162c78de', 'x-compute-request-id': 'req-1cd15207-0071-48bc-b575-f48b162c78de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d'} Body: b'{"server": {"id": "0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d", "name": "tempest-TestMinimumBasicScenario-server-1387461900", "status": "ACTIVE", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "9f80aa2212896cb58f381f7c04acc4f2054c41e1f2afa0c15e041a42", "image": {"id": "f1bd60a1-081c-445d-a549-f77a9b13cbf7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:32:05Z", "updated": "2025-07-31T10:32:21Z", "addresses": {"tempest-TestMinimumBasicScenario-611164139-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:5e:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-660393162", "OS-SRV-USG:launched_at": "2025-07-31T10:32:21.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": []}}' 2025-07-31 10:32:55,944 98108 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:33:56,260 98108 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/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d 0.259s 2025-07-31 10:33:56,261 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-opensta ck-request-id': 'req-f5a1a403-a37e-43da-b851-55c1c1c1bbce', 'x-compute-request-id': 'req-f5a1a403-a37e-43da-b851-55c1c1c1bbce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d'} Body: b'{"server": {"id": "0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d", "name": "tempest-TestMinimumBasicScenario-server-1387461900", "status": "ACTIVE", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "9f80aa2212896cb58f381f7c04acc4f2054c41e1f2afa0c15e041a42", "image": {"id": "f1bd60a1-081c-445d-a549-f77a9b13cbf7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:32:05Z", "updated": "2025-07-31T10:32:21Z", "addresses": {"tempest-TestMinimumBasicScenario-611164139-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:5e:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-660393162", "OS-SRV-USG:launched_at": "2025-07-31T10:32:21.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": []}}' 2025-07-31 10:33:56,503 98108 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.217s 2025-07-31 10:33:56,504 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:56 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-24f6235c-9d4e-45a2-b89a-a91e28230a6a', 'x-compute-request-id': 'req-24f6235c-9d4e-45a2-b89a-a91e28230a6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d", "name": "tempest-TestMinimumBasicScenario-server-1387461900", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}]}]}' 2025-07-31 10:33:56,722 98108 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/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d 0.214s 2025-07-31 10:33:56,723 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e44a041d-757c-4b84-ac26-da3ed37d7e84', 'x-compute-request-id': 'req-e44a041d-757c-4b84-ac26-da3ed37d7e84', 'connection': 'close', 'status' : '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d'} Body: b'{"server": {"id": "0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d", "name": "tempest-TestMinimumBasicScenario-server-1387461900", "status": "ACTIVE", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "9f80aa2212896cb58f381f7c04acc4f2054c41e1f2afa0c15e041a42", "image": {"id": "f1bd60a1-081c-445d-a549-f77a9b13cbf7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:32:05Z", "updated": "2025-07-31T10:32:21Z", "addresses": {"tempest-TestMinimumBasicScenario-611164139-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:5e:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-660393162", "OS-SRV-USG:launched_at": "2025-07-31T10:32:21.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": []}}' 2025-07-31 10:33:56,965 98108 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/volumes 0.227s 2025-07-31 10:33:56,966 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-61725552", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70c9349a-09c8-49c0-b851-d46aebee7711', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70c9349a-09c8-49c0-b851-d46aebee7711', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "df32f259-c762-45a4-9866-1863675eaba9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:33:56.895385", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-61725552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/df32f259-c762-45a4-9866-1863675eaba9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df32f259-c762-45a4-9866-1863675eaba9"}], "user_id": "0727d96352d54ccaa14665724787ccf6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:33:57,016 98108 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/volumes/df32f259-c762-45a4-9866-1863675eaba9 0.037s 2025-07-31 10:33:57,017 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-i d': 'req-54eea6ef-8df6-43b9-92e3-14c931433c47', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54eea6ef-8df6-43b9-92e3-14c931433c47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df32f259-c762-45a4-9866-1863675eaba9'} Body: b'{"volume": {"id": "df32f259-c762-45a4-9866-1863675eaba9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:33:57.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-61725552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/df32f259-c762-45a4-9866-1863675eaba9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df32f259-c762-45a4-9866-1863675eaba9"}], "user_id": "0727d96352d54ccaa14665724787ccf6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eda7533fc4ec452a967ea460519a06fc"}}' 2025-07-31 10:33:58,070 98108 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/volumes/df32f259-c762-45a4-9866-1863675eaba9 0.037s 2025-07-31 10:33:58,071 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fa9f646-1d85-4f1c-a4ea-2f95715f51ad', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fa9f646-1d85-4f1c-a4ea-2f95715f51ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df32f259-c762-45a4-9866-1863675eaba9'} Body: b'{"volume": {"id": "df32f259-c762-45a4-9866-1863675eaba9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:33:57.000000", "updated_at": "2025-07-31T10:33:57.000000", "name": "tempest-TestMinimumBasicScenario-volume-61725552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/df32f259-c762-45a4-9866-1863675eaba9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df32f259-c762-45a4-9866-1863675eaba9"}], "user_id": "0727d96352d54ccaa14665724787ccf6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eda7533fc4ec452a967ea460519a06fc"}}' 2025-07-31 10:33:58,193 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/df32f259-c762-45a4-9866-1863675eaba9 0.107s 2025-07-31 10:33:58,194 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33: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-0cfeec17-cbf4-4d97-8a6c-0d0a94241452', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df32f259-c762-45a4-9866-1863675eaba9'} Body: b'' 2025-07-31 10:33:58,214 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/df32f259-c762-45a4- 9866-1863675eaba9 0.020s 2025-07-31 10:33:58,215 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33: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-661d3d02-d329-4f63-abcf-b99d78072810', 'x-openstack-request-id': 'req-661d3d02-d329-4f63-abcf-b99d78072810', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df32f259-c762-45a4-9866-1863675eaba9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume df32f259-c762-45a4-9866-1863675eaba9 could not be found."}}' 2025-07-31 10:33:58,330 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d 0.115s 2025-07-31 10:33:58,331 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:58 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-a50494f2-d35a-4a3b-8315-c23f054faf76', 'x-compute-request-id': 'req-a50494f2-d35a-4a3b-8315-c23f054faf76', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d'} Body: b'' 2025-07-31 10:33:58,551 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d 0.219s 2025-07-31 10:33:58,551 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8154fd08-2937-432d-b099-08a3cb0fcb98', 'x-compute-request-id': 'req-8154fd08-2937-432d-b099-08a3cb0fcb98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d'} Body: b'{"server": {"id": "0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d", "name": "tempest-TestMinimumBasicScenario-server-1387461900", "status": "ACTIVE", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "9f80aa2212896cb58f381f7c04acc4f2054c41e1f2afa0c15e041a42", "image": {"id": "f1bd60a1-081c-445d-a549-f77a9b13cbf7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:32:05Z", "updated": "2025-07-31T10:33:58Z", "addresses": {"tempest-TestMinimumBasicScenario-611164139-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:5e:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name" : "tempest-TestMinimumBasicScenario-660393162", "OS-SRV-USG:launched_at": "2025-07-31T10:32:21.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": []}}' 2025-07-31 10:34:48,662 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d 0.058s 2025-07-31 10:34:48,663 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:48 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-0319cb73-cf1d-40cd-9bd4-cc4744fea6bf', 'x-compute-request-id': 'req-0319cb73-cf1d-40cd-9bd4-cc4744fea6bf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d could not be found."}}' 2025-07-31 10:34:49,064 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-660393162 0.400s 2025-07-31 10:34:49,064 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:48 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-d4168d4e-13d6-4f4c-bcc8-83af53ee2945', 'x-compute-request-id': 'req-d4168d4e-13d6-4f4c-bcc8-83af53ee2945', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-660393162'} Body: b'' 2025-07-31 10:34:49,176 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7 0.111s 2025-07-31 10:34:49,176 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-758c026f-0e31-4a53-a2c3-f9232a68aa1a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7'} Body: b'' {4} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm [122.537441s] ... 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 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 505, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 267, 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 263, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 29c5d1cb-1ff1-4bb4-b108-39d868efb403 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:34:09,416 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa 0.196s 2025-07-31 10:34:09,416 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2267e4dd-8c50-41df-a032-fdfdd67cdea7', 'x-compute-request-id': 'req-2267e4dd-8c50-41df-a032-fdfdd67cdea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa'} Body: b'{"server": {"id": "89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa", "name": "tempest-ServerActionsTestOtherA-server-197744620", "status": "ACTIVE", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "user_id": "f6645c19806f4333ab8470a4ca992d55", "metadata": {}, "hostId": "64c297d649256b129c2297af737e7796912bd1795fadd873aa7c9d15", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:27:29Z", "updated": "2025-07-31T10:27:46Z", "addresses": {"tempest-ServerActionsTestOtherA-643710180-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:5d:17"}, {"version": 4, "addr": "172.24.4.213", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:5d:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1276964573", "OS-SRV-USG:launched_at": "2025-07-31T10:27:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1085583387"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:35:09,638 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.144s 2025-07-31 10:35:09,638 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:35:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2495', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2a49db13-44f8-4646-82f4-5a1853276428', '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": "f6645c19806f4333ab8470a4ca992d55", "name": "tempest-ServerActionsTestOtherA-1756835093-project-member", "password_expires_at": null}, "audit_ids": ["RpYY9aDwQyK4p2amMEl-bw"], "expires_at": "2025-07-31T11:35:09.000000Z", "issued_at": "2025-07-31T10:35:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "28fa38b5a12b4014a7716cfe1cefc8bc", "name": "tempest-ServerActionsTestOtherA-1756835093"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873 507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/28fa38b5a12b4014a7716cfe1cefc8bc", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:35:09,639 98116 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm) Found network {'id': '0b0ef3d0-7392-4545-8728-594f19601fbb', 'name': 'tempest-ServerActionsTestOtherA-643710180-network', 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53338, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:27:22Z', 'updated_at': '2025-07-31T10:27:22Z', 'revision_number': 1} available for tenant 2025-07-31 10:35:09,640 98116 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1276964573', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG+0yg5ofeGm8aVym+EuO8U70FxsvZQIK5cfiXddGiUh8sMVn+xI2LCp3yNbp7k3rY4JF4D0Tci3MTikyypJbaTV2lbZtKYSTRFwazs9fswBotIL9DeY2UPDNwsyakiePg==', 'fingerprint': '67:c9:96:01:88:fe:67:71:b1:e4:2f:73:ad:b6:7b:bc', 'user_id': 'f6645c19806f4333ab8470a4ca992d55', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBaqOkzPK/2sGo/RYzmp35FwV/eWqDNZUBsHbgKokjiGamjX7FezssP\nxrudhDQrzfCgBwYFK4EEACKhZANiAARvtMoOaH3hpvGlcpvhLjvFO9BcbL2UCCuX\nH4l3XRolIfLDFZ/sSNiwqd8jW6e5N62OCReA9E3ItzE4pMsqSW2k1dpW2bSmEk0R\ncGs7PX7MAaLSC/Q3mNlDwzcLMmpInj4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b146d17b-9560-439a-b5c3-cb8a7ea2015a', 'name': 'tempest-securitygroup--1085583387', 'stateful': True, 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'description': 'tempest-description--1209036772', 'shared': False, 'security_group_rules': [{'id': '4d878166-1dd9-4678-ad74-ac8c5057f72a', 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'security_group_id': 'b146d17b-9560-439a-b5c3-cb8a7ea2015a', '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': 754, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:27:27Z', 'updated_at': '2025-07-31T10:27:27Z', 'revision_number': 0}, {'id': '7a949b3c-19ae-4fb0-9201-f991e626e892', 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'security_group_id': 'b146d17b-9560-439a-b5c3-cb8a7ea2015a', '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': 755, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:27:27Z', 'updated_at': '2025-07-31T10:27:27Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:27:27Z', 'updated_at': '2025-07-31T10:27:27Z', 'revision_number': 1, 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc'}, 'floating_ip': {'id': '6189aad8-5787-490b-a3dc-3ae1c2a415f0', 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'floating_ip_address': '172.24.4.213', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:27:29Z', 'updated_at': '2025-07-31T10:27:29Z', 'revision_number': 0, 'ip': '172.24.4.213'}} 2025-07-31 10:35:10,102 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/volumes 0.461s 2025-07-31 10:35:10,103 98116 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-2005598652", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:35:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37cef8a8-e7cf-4eae-8c99-ec411ff94650', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37cef8a8-e7cf-4eae-8c99-ec411ff94650', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "29c5d1cb-1ff1-4bb4-b108-39d868efb403", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:35:10.032126", "updated_at": null, "name": "tempest-tempest.common.compute-volume-2005598652", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403"}], "user_id": "f6645c19806f4333ab8470a4ca992d55", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:35:10,259 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403 0.144s 2025-07-31 10:35:10,259 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:35:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-3e21e001-d329-4bef-9adc-e219730623a1', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e21e001-d329-4bef-9adc-e219730623a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403'} Body: b'{"volume": {"id": "29c5d1cb-1ff1-4bb4-b108-39d868efb403", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:35:10.000000", "updated_at": "2025-07-31T10:35:10.000000", "name": "tempest-tempest.common.compute-volume-2005598652", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403"}], "user_id": "f6645c19806f4333ab8470a4ca992d55", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc"}}' 2025-07-31 10:35:11,313 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403 0.040s 2025-07-31 10:35:11,314 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b685ae6-4180-4d48-9d7b-41f25cefa622', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b685ae6-4180-4d48-9d7b-41f25cefa622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403'} Body: b'{"volume": {"id": "29c5d1cb-1ff1-4bb4-b108-39d868efb403", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:35:10.000000", "updated_at": "2025-07-31T10:35:10.000000", "name": "tempest-tempest.common.compute-volume-2005598652", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403"}], "user_id": "f6645c19806f4333ab8470a4ca992d55", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc"}}' 2025-07-31 10:35:11,438 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403 0.110s 2025-07-31 10:35:11,439 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:35:11 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-4591fcc3-7a55-4c42-a582-cbc005433855', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403'} Body: b'' 2025-07-31 10:35:11,463 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 404 GET htt p://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403 0.023s 2025-07-31 10:35:11,463 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-806197cf-efcc-4ce7-abd1-a5c88f886558', 'x-openstack-request-id': 'req-806197cf-efcc-4ce7-abd1-a5c88f886558', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 29c5d1cb-1ff1-4bb4-b108-39d868efb403 could not be found."}}' 2025-07-31 10:35:11,464 98116 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 2025-07-31 10:35:11,694 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa 0.229s 2025-07-31 10:35:11,695 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0008ff4-41e5-4442-93f3-044e072f509e', 'x-compute-request-id': 'req-e0008ff4-41e5-4442-93f3-044e072f509e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa'} Body: b'{"server": {"id": "89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa", "name": "tempest-ServerActionsTestOtherA-server-197744620", "status": "ACTIVE", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "user_id": "f6645c19806f4333ab8470a4ca992d55", "metadata": {}, "hostId": "64c297d649256b129c2297af737e7796912bd1795fadd873aa7c9d15", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:27:29Z", "updated": "2025-07-31T10:27:46Z", "addresses": {"tempest-ServerActionsTestOtherA-643710180-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:5d:17"}, {"version": 4, "addr": "172.24.4.213", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:5d:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1276964573", "OS-SRV-USG:launched_at": "2025-07-31T10:27:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1085583387"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {4} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [1.559005s] ... 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6bdc1990-38af-4d28-ba33-4ba8b9d5e5cb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:37:07,712 98116 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 0.424s 2025-07-31 10:37:07,712 98116 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-258465774"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '344', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/6bdc1990-38af-4d28-ba33-4ba8b9d5e5cb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f711e03c-1968-4708-9d04-0453efd9d23f', 'x-compute-request-id': 'req-f711e03c-1968-4708-9d04-0453efd9d23f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "6bdc1990-38af-4d28-ba33-4ba8b9d5e5cb", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-07-31T10:37:07.602384", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-258465774", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-07-31 10:37:07,775 98116 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/6bdc1990-38af-4d28-ba33-4ba8b9d5e5cb 0.057s 2025-07-31 10:37:07,775 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:07 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-0ae88e62-fb86-4a68-b44a-759afa6690a8', 'x-compute-request-id': 'req-0ae88e62-fb86-4a68-b44a-759afa6690a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/6bdc1990-38af-4d28-ba33-4ba8b9d5e5cb'} Body: b'{"volume": {"id": "6bdc1990-38af-4d28-ba33-4ba8b9d5e5cb", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-07-31T10:37:08.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-258465774", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-07-31 10:37:08,840 98116 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/6bdc1990-38af-4d28-ba33-4ba8b9d5e5cb 0.058s 2025-07-31 10:37:08,841 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:08 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-e6b25eee-375b-4956-bec2-7762a793ad75', 'x-compute-request-id': 'req-e6b25eee-375b-4956-bec2-7762a793ad75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/6bdc1990-38af-4d28-ba33-4ba8b9d5e5cb'} Body: b'{"volume": {"id": "6bdc1990-38af-4d28-ba33-4ba8b9d5e5cb", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-07-31T1 0:37:08.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-258465774", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' {4} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [1.764755s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 162, 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 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group c6a04308-b60f-448b-ae94-dde4ec817fc8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:37:11,332 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/types 0.175s 2025-07-31 10:37:11,332 98116 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-524721255"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-648527f8-70f5-413b-94cd-611f728e607d', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-648527f8-70f5-413b-94cd-611f728e607d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "01553e0b-2626-47b0-8619-b8d03751ea18", "name": "tempest-GroupSnapshotsTest-volume-type-524721255", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:37:11,363 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/group_types 0.028s 2025-07-31 10:37:11,364 98116 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-550181904"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cedd1f50-fefe-453c-a1f6-05e422e27bae', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cedd1f50-fefe-453c-a1f6-05e422e27bae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "f79bc93c-0a8c-4331-a867-b0ec7caff780", "name": "tempest-GroupSnapshotsTest-group-type-550181904", "description": null, "is_public": true, "group_specs": {}}}' 2025-07-31 10:37:11,632 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/groups 0.265s 2025-07-31 10:37:11,632 98116 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": "f79bc93c-0a8c-4331-a867-b0ec7caff780", "volume_types": ["01553e0b-2626-47b0-8619-b8d03751ea18"], "name": "tempest-GroupSnapshotsTest-Group-1133280491"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cad2bc0-f678-45e6-8b15-01e5c8ba6c45', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cad2bc0-f678-45e6-8b15-01e5c8ba6c45', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "c6a04308-b60f-448b-ae94-dde4ec817fc8", "name": "tempest-GroupSnapshotsTest-Group-1133280491"}}' 2025-07-31 10:37:11,665 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/c6a04308-b60f-448b-ae94-dde4ec817fc8 0.031s 2025-07-31 10:37:11,666 98116 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': 'Thu, 31 Jul 2025 10:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80f45062-5cbd-42be-9426-4967f9f6b207', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80f45062-5cbd-42be-9426-4967f9f6b207', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/c6a04308-b60f-448b-ae94-dde4ec817fc8'} Body: b'{"group": {"id": "c6a04308-b60f-448b-ae94-dde4ec817fc8", "status": "creating", "availability_zone": "nova", "created_at": "2025-07-31T10:37:12.000000", "name": "tempest-GroupSnapshotsTest-Group-1133280491", "description": null, "group_type": "f79bc93c-0a8c-4331-a867-b0ec7caff780", "volume_types": ["01553e0b-2626-47b0-8619-b8d03751ea18"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:37:12,701 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/c6a04308-b60f-448b-ae94-dde4ec817fc8 0.029s 2025-07-31 10:37:12,701 98116 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': 'Thu, 31 Jul 2025 10:37:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7225a035-3d8f-4be5-9368-8547b907abf8', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7225a035-3d8f-4be5-9368-8547b907abf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/c6a04308-b60f-448b-ae94-dde4ec817fc8'} Body: b'{"group": {"id": "c6a04308-b60f-448b-ae94-dde4ec817fc8", "status": "error", "availability_zone": "nova", "created_at": "2025-07-31T10:37:12.000000", "name": "tempest-GroupSnapshotsTest-Group-1133280491", "description": null, "group_type": "f79bc93c-0a8c-4331-a867-b0ec7caff780", "volume_types": ["01553e0b-2626-47b0-8619-b8d03751ea18"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:37:12,740 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.034s 2025-07-31 10:37:12,741 98116 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': 'Thu, 31 Jul 2025 10:37:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cad18e17-5dd2-4dc4-b33f-f612965fc37a', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cad18e17-5dd2-4dc4-b33f-f612965fc37a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-07-31 10:37:12,815 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/c6a04308-b60f-448b-ae94-dde4ec817fc8/action 0.060s 2025-07-31 10:37:12,815 98116 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': 'Thu, 31 Jul 2025 10:37:12 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-9d4f8c2f-fb24-4634-921b-9cb12d22df20', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/c 6a04308-b60f-448b-ae94-dde4ec817fc8/action'} Body: b'' 2025-07-31 10:37:12,830 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/c6a04308-b60f-448b-ae94-dde4ec817fc8 0.015s 2025-07-31 10:37:12,831 98116 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': 'Thu, 31 Jul 2025 10:37:12 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-5ca93445-f575-4f52-9f5f-db3e4938dd41', 'x-openstack-request-id': 'req-5ca93445-f575-4f52-9f5f-db3e4938dd41', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/c6a04308-b60f-448b-ae94-dde4ec817fc8'} Body: b'{"itemNotFound": {"code": 404, "message": "Group c6a04308-b60f-448b-ae94-dde4ec817fc8 could not be found."}}' 2025-07-31 10:37:12,858 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/f79bc93c-0a8c-4331-a867-b0ec7caff780 0.027s 2025-07-31 10:37:12,859 98116 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': 'Thu, 31 Jul 2025 10:37:12 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-8c2f1a3a-3b07-4b0f-bf11-5b5191891f68', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/f79bc93c-0a8c-4331-a867-b0ec7caff780'} Body: b'' 2025-07-31 10:37:12,906 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/01553e0b-2626-47b0-8619-b8d03751ea18 0.047s 2025-07-31 10:37:12,906 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:12 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-ebc386ff-2b5f-485f-813b-f3c307618183', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/01553e0b-2626-47b0-8619-b8d03751ea18'} Body: b'' 2025-07-31 10:37:12,920 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/01553e0b-2626-47b0-8619-b8d03751ea18 0.013s 2025-07-31 10:37:12,920 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:12 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-5a59c6c8-6d66-442c-8c7d-2aa7070054d4', 'x-openstack-request-id': 'req-5a59c6c8-6d66-442c-8c7d-2aa7070054d4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/01553e0b-2626-47b0-8619-b8d03751ea18'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 01553e0b-2626-47b0-8619-b8d03751ea18 could not be found."}}' {4} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [1.458139s] ... 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 225, 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 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 52623c6e-542e-4cdf-ae31-ec40ae8973c8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:37:12,950 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/types 0.027s 2025-07-31 10:37:12,951 98116 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-131839668"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eef437f-2301-4861-9ccd-b3a78a3b4de4', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eef437f-2301-4861-9ccd-b3a78a3b4de4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "96dcea0c-c1f8-4648-87ff-3ab0c824e938", "name": "tempest-GroupSnapshotsTest-volume-type-131839668", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:37:12,985 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/group_types 0.031s 2025-07-31 10:37:12,985 98116 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-871868719"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00cecc44-8a3a-44d0-8a15-330b10db758b', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00cecc44-8a3a-44d0-8a15-330b10db758b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "8d8f3d69-3c21-4dbb-9875-9b1c511d2d76", "name": "tempest-GroupSnapshotsTest-group-type-871868719", "description": null, "is_public": true, "group_specs": {}}}' 2025-07-31 10:37:13,064 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/groups 0.076s 2025-07-31 10:37:13,064 98116 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": "8d8f3d69-3c21-4dbb-9875-9b1c511d2d76", "volume_types": ["96dcea0c-c1f8-4648-87ff-3ab0c824e938"], "name": "tempest-GroupSnapshotsTest-Group-1832470473"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e89a77d0-566d-4f79-8124-e03a88406f64', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e89a77d0-566d-4f79-8124-e03a88406f64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "52623c6e-542e-4cdf-ae31-ec40ae8973c8", "name": "tempest-GroupSnapshotsTest-Group-1832470473"}}' 2025-07-31 10:37:13,095 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/groups/52623c6e-542e-4cdf-ae31-ec40ae8973c8 0.029s 2025-07-31 10:37:13,096 98116 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': 'Thu, 31 Jul 2025 10:37:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10cf6713-c866-4c7b-84ca-3f96fa30271a', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10cf6713-c866-4c7b-84ca-3f96fa30271a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/52623c6e-542e-4cdf-ae31-ec40ae8973c8'} Body: b'{"group": {"id": "52623c6e-542e-4cdf-ae31-ec40ae8973c8", "status": "creating", "availability_zone": "nova", "created_at": "2025-07-31T10:37:13.000000", "name": "tempest-GroupSnapshotsTest-Group-1832470473", "description": null, "group_type": "8d8f3d69-3c21-4dbb-9875-9b1c511d2d76", "volume_types": ["96dcea0c-c1f8-4648-87ff-3ab0c824e938"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:37:14,137 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/groups/52623c6e-542e-4cdf-ae31-ec40ae8973c8 0.035s 2025-07-31 10:37:14,138 98116 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': 'Thu, 31 Jul 2025 10:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ec2eca3-ea3c-471a-9fff-b3a43ac07b3e', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ec2eca3-ea3c-471a-9fff-b3a43ac07b3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/52623c6e-542e-4cdf-ae31-ec40ae8973c8'} Body: b'{"group": {"id": "52623c6e-542e-4cdf-ae31-ec40ae8973c8", "status": "error", "availability_zone": "nova", "created_at": "2025-07-31T10:37:13.000000", "name": "tempest-GroupSnapshotsTest-Group-1832470473", "description": null, "group_type": "8d8f3d69-3c21-4dbb-9875-9b1c511d2d76", "volume_types": ["96dcea0c-c1f8-4648-87ff-3ab0c824e938"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:37:14,146 98116 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 2025-07-31 10:37:14,181 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.034s 2025-07-31 10:37:14,181 98116 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': 'Thu, 31 Jul 2025 10:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bebf91d6-acb1-420c-9b04-1a6e992d57c2', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bebf91d6-acb1-420c-9b04-1a6e992d57c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-07-31 10:37:14,257 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/52623c6e-542e-4cdf-ae31-ec40ae8973c8/action 0.060s 2025-07-31 10:37:14,257 98116 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': 'Thu, 31 Jul 2025 10:37:14 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-0936b5a7-5c5c-47d0-90d6-599a5f87a52b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/52623c6e-542e-4cdf-ae31-ec40ae8973c8/action'} Body: b'' 2025-07-31 10:37:14,274 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/52623c6e-542e-4cdf-ae31-ec40ae8973c8 0.015s 2025-07-31 10:37:14,274 98116 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': 'Thu, 31 Jul 2025 10:37:14 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-255b854e-11c1-49f8-95d0-ff4700963cee', 'x-openstack-request-id': 'req-255b854e-11c1-49f8-95d0-ff4700963cee', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/52623c6e-542e-4cdf-ae31-ec40ae8973c8'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 52623c6e-542e-4cdf-ae31-ec40ae8973c8 could not be found."}}' 2025-07-31 10:37:14,309 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/8d8f3d69-3c21-4dbb-9875-9b1c511d2d76 0.034s 2025-07-31 10:37:14,310 98116 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': 'Thu, 31 Jul 2025 10:37:14 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-30c0ff71-bf2e-4f74-be73-c380571aaab5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/8d8f3d69-3c21-4dbb-9875-9b1c511d2d76'} Body: b'' 2025-07-31 10:37:14,361 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/96dcea0c-c1f8-4648-87ff-3ab0c824e938 0.050s 2025-07-31 10:37:14,361 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10: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-74135efd-8104-4332-a209-f8484560e2e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/96dcea0c-c1f8-4648-87ff-3ab0c824e938'} Body: b'' 2025-07-31 10:37:14,379 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/96dcea0c-c1f8-4648-87ff-3ab0c824e938 0.017s 2025-07-31 10:37:14,380 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:14 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-506a8022-fb79-4039-9828-533df9b76aac', 'x-openstack-request-id': 'req-506a8022-fb79-4039-9828-533df9b76aac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/96dcea0c- c1f8-4648-87ff-3ab0c824e938'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 96dcea0c-c1f8-4648-87ff-3ab0c824e938 could not be found."}}' {4} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [1.512463s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 92, 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 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 4cbe22b9-c77b-4fc9-8cc3-464db3c217cf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:37:14,414 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/types 0.028s 2025-07-31 10:37:14,414 98116 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-1003460644"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ba74820-a3c5-4650-b817-1c5c535cd89f', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ba74820-a3c5-4650-b817-1c5c535cd89f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "42c3a8af-1dc8-442c-9676-58e735afb16f", "name": "tempest-GroupSnapshotsTest-volume-type-1003460644", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:37:14,447 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/group_types 0.030s 2025-07-31 10:37:14,447 98116 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-484727383"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06bf0f7c-9bb1-455f-872b-b5a182118a48', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06bf0f7c-9bb1-455f-872b-b5a182118a48', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "4aa9f995-9909-474c-84ad-98e1da86ffdf", "name": "tempest-GroupSnapshotsTest-group-type-484727383", "description": null, "is_public": true, "group_specs": {}}}' 2025-07-31 10:37:14,535 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/groups 0.084s 2025-07-31 10:37:14,535 98116 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": "4aa9f995-9909-474c-84ad-98e1da86ffdf", "volume_types": ["42c3a8af-1dc8-442c-9676-58e735afb16f"], "name": "tempest-GroupSnapshotsTest-Group-1770934531"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76319786-cb57-4237-9948-ccaae0c5e6fd', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76319786-cb57-4237-9948-ccaae0c5e6fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "4cbe22b9-c77b-4fc9-8cc3-464db3c217cf", "name": "tempest-GroupSnapshotsTest-Group-1770934531"}}' 2025-07-31 10:37:14,562 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/4cbe22b9-c77b-4fc9-8cc3-464db3c217cf 0.026s 2025-07-31 10:37:14,563 98116 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 - H eaders: {'date': 'Thu, 31 Jul 2025 10:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64541bc9-dbc1-4de0-bcfe-2df84003d05b', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64541bc9-dbc1-4de0-bcfe-2df84003d05b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/4cbe22b9-c77b-4fc9-8cc3-464db3c217cf'} Body: b'{"group": {"id": "4cbe22b9-c77b-4fc9-8cc3-464db3c217cf", "status": "creating", "availability_zone": "nova", "created_at": "2025-07-31T10:37:15.000000", "name": "tempest-GroupSnapshotsTest-Group-1770934531", "description": null, "group_type": "4aa9f995-9909-474c-84ad-98e1da86ffdf", "volume_types": ["42c3a8af-1dc8-442c-9676-58e735afb16f"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:37:15,604 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/4cbe22b9-c77b-4fc9-8cc3-464db3c217cf 0.032s 2025-07-31 10:37:15,604 98116 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': 'Thu, 31 Jul 2025 10:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e9dea7d-4bbc-4e37-975e-2b6b8e0499c6', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e9dea7d-4bbc-4e37-975e-2b6b8e0499c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/4cbe22b9-c77b-4fc9-8cc3-464db3c217cf'} Body: b'{"group": {"id": "4cbe22b9-c77b-4fc9-8cc3-464db3c217cf", "status": "error", "availability_zone": "nova", "created_at": "2025-07-31T10:37:15.000000", "name": "tempest-GroupSnapshotsTest-Group-1770934531", "description": null, "group_type": "4aa9f995-9909-474c-84ad-98e1da86ffdf", "volume_types": ["42c3a8af-1dc8-442c-9676-58e735afb16f"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:37:15,654 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.043s 2025-07-31 10:37:15,654 98116 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': 'Thu, 31 Jul 2025 10:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c3716cc-d991-45ba-a458-5ef046eb886e', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c3716cc-d991-45ba-a458-5ef046eb886e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-07-31 10:37:15,759 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/4cbe22b9-c77b-4fc9-8cc3-464db3c217cf/action 0.076s 2025-07-31 10:37:15,762 98116 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': 'Thu, 31 Jul 2025 10:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-029bce25-4499-4e7d-880f-93e72001eceb', 'connection': 'close', 'status': '202', 'content-location': 'http ://10.0.0.210/volume/v3/groups/4cbe22b9-c77b-4fc9-8cc3-464db3c217cf/action'} Body: b'' 2025-07-31 10:37:15,781 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/4cbe22b9-c77b-4fc9-8cc3-464db3c217cf 0.017s 2025-07-31 10:37:15,782 98116 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': 'Thu, 31 Jul 2025 10:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-2770278e-c832-44fb-8d1e-57d61c07e3ff', 'x-openstack-request-id': 'req-2770278e-c832-44fb-8d1e-57d61c07e3ff', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/4cbe22b9-c77b-4fc9-8cc3-464db3c217cf'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4cbe22b9-c77b-4fc9-8cc3-464db3c217cf could not be found."}}' 2025-07-31 10:37:15,818 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/4aa9f995-9909-474c-84ad-98e1da86ffdf 0.034s 2025-07-31 10:37:15,818 98116 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': 'Thu, 31 Jul 2025 10:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b88a4c88-d38b-4a90-8fdb-27a021231b2d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/4aa9f995-9909-474c-84ad-98e1da86ffdf'} Body: b'' 2025-07-31 10:37:15,874 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/42c3a8af-1dc8-442c-9676-58e735afb16f 0.055s 2025-07-31 10:37:15,874 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37: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-3bcabe5d-b63e-464c-955a-8233bc419f14', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/42c3a8af-1dc8-442c-9676-58e735afb16f'} Body: b'' 2025-07-31 10:37:15,892 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/42c3a8af-1dc8-442c-9676-58e735afb16f 0.016s 2025-07-31 10:37:15,892 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:15 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-e026fead-5c45-44bc-af8b-6876aa78711b', 'x-openstack-request-id': 'req-e026fead-5c45-44bc-af8b-6876aa78711b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/42c3a8af-1dc8-442c-9676-58e735afb16f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 42c3a8af-1dc8-442c-9676-58e735afb16f could not be found."}}' {4} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.149898s] ... ok {4} 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c89f8e1a-310e-4db6-bdbf-3b0978fc3cef failed to build and is in ERROR status {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [166.339417s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 101, in test_minimum_basic_scenario volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b8981d9a-c428-4cf5-b15d-5e5d88307ef2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:34:49,180 98108 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.3-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2025-07-31 10:34:49,809 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.627s 2025-07-31 10:34:49,810 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1525866029", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-417a84af-0fb6-4e52-8d09-601bff1df5bd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1525866029", "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": "eda7533fc4ec452a967ea460519a06fc", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2652b2d0-95ae-4e49-adee-c3d804b7d6c0", "created_at": "2025-07-31T10:34:50Z", "updated_at": "2025-07-31T10:34:50Z", "tags": [], "self": "/v2/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0", "file": "/v2/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:34:50,929 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0/file 1.119s 2025-07-31 10:34:50,930 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-1f2edbb9-898e-4463-9c2e-3c7ea4cfdc59', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0/file'} Body: b'' 2025-07-31 10:34:50,930 98108 DEBUG [tempest.scenario.manager] image:2652b2d0-95ae-4e49-adee-c3d804b7d6c0 2025-07-31 10:34:51,002 98108 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.070s 2025-07-31 10:34:51,002 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-747254812", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBADRegmQ7+dJ7fWEeM+2G6PSwRneerBbMTzuRdeViwXkxrz/yJ5XQuQY87l1WOaszOAuk1Vrz8wMruKpjkVshjHoS5FLQeeKPFAG3NHJjxMcGx8iTfENRKWAcON6cZc8eg=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9a6bc84-b9fd-4660-a8ba-f52e41dce2bb', 'x-compute-request-id': 'req-b9a6bc84-b9fd-4660-a8ba-f52e41dce2bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-7472 54812", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBADRegmQ7+dJ7fWEeM+2G6PSwRneerBbMTzuRdeViwXkxrz/yJ5XQuQY87l1WOaszOAuk1Vrz8wMruKpjkVshjHoS5FLQeeKPFAG3NHJjxMcGx8iTfENRKWAcON6cZc8eg==", "fingerprint": "95:22:d8:eb:7e:73:e3:0e:d9:a7:7f:c3:c9:0e:c5:05", "user_id": "0727d96352d54ccaa14665724787ccf6"}}' 2025-07-31 10:34:51,052 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.042s 2025-07-31 10:34:51,052 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-633a0af3-176d-400a-b738-3d3eb7095060', '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": "0727d96352d54ccaa14665724787ccf6", "name": "tempest-TestMinimumBasicScenario-1745172107-project-member", "password_expires_at": null}, "audit_ids": ["xTNOGgNIRD-BQ39VvZdJ8Q"], "expires_at": "2025-07-31T11:34:51.000000Z", "issued_at": "2025-07-31T10:34:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eda7533fc4ec452a967ea460519a06fc", "name": "tempest-TestMinimumBasicScenario-1745172107"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/eda7533fc4ec452a967ea460519a06fc", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:34:51,053 98108 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'f3a2962b-1909-4b3a-bcac-f3a601797ec3', 'name': 'tempest-TestMinimumBasicScenario-611164139-network', 'tenant_id': 'eda7533fc4ec452a967ea460519a06fc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'eda7533fc4ec452a967ea460519a06fc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52119, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:31:47Z', 'updated_at': '2025-07-31T10:31:47Z', 'revision_number': 1} available for tenant 2025-07-31 10:34:51,594 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.540s 2025-07-31 10:34:51,595 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1444239907", "imageRef": "2652b2d0-95ae-4e49-adee-c3d804b7d6c0", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-747254812", "networks": [{"uuid": "f3a2962b-1909-4b3a-bcac-f3a601797ec3"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a03463d6-2454-4023-9dbd-22f7127e4483', 'x-compute-request-id': 'req-a03463d6-2454-4023-9dbd-22f7127e4483', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "009f6dfe-bd71-4291-869b-b83de9dc4ff8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ixdP8eyYoU7R"}}' 2025-07-31 10:34:51,671 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8 0.071s 2025-07-31 10:34:51,675 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4872eb1a-9f14-4eb0-9df3-08484f3e8693', 'x-compute-request-id': 'req-4872eb1a-9f14-4eb0-9df3-08484f3e8693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8'} Body: b'{"server": {"id": "009f6dfe-bd71-4291-869b-b83de9dc4ff8", "name": "tempest-TestMinimumBasicScenario-server-1444239907", "status": "BUILD", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "", "image": {"id": "2652b2d0-95ae-4e49-adee-c3d804b7d6c0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:34:52Z", "updated": "2025-07-31T10:34:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-A Z:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-747254812", "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": []}}' 2025-07-31 10:35:41,954 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8 0.236s 2025-07-31 10:35:41,955 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:35:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-344c812e-174f-451b-a262-7694ac53a143', 'x-compute-request-id': 'req-344c812e-174f-451b-a262-7694ac53a143', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8'} Body: b'{"server": {"id": "009f6dfe-bd71-4291-869b-b83de9dc4ff8", "name": "tempest-TestMinimumBasicScenario-server-1444239907", "status": "ACTIVE", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "9f80aa2212896cb58f381f7c04acc4f2054c41e1f2afa0c15e041a42", "image": {"id": "2652b2d0-95ae-4e49-adee-c3d804b7d6c0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:34:51Z", "updated": "2025-07-31T10:35:07Z", "addresses": {"tempest-TestMinimumBasicScenario-611164139-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:11:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-747254812", "OS-SRV-USG:launched_at": "2025-07-31T10:35:07.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": []}}' 2025-07-31 10:35:41,969 98108 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:36:42,333 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8 0.350s 2025-07-31 10:36:42,334 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71f295e9-f5c6-4081-b8ec-bb1e85b3977a', 'x-compute-request-id': 'req-71f295e9-f5c6-4081-b8ec-bb1e85b3977a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8'} Body: b'{"server": {"id": "009f6dfe-bd71-4291-869 b-b83de9dc4ff8", "name": "tempest-TestMinimumBasicScenario-server-1444239907", "status": "ACTIVE", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "9f80aa2212896cb58f381f7c04acc4f2054c41e1f2afa0c15e041a42", "image": {"id": "2652b2d0-95ae-4e49-adee-c3d804b7d6c0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:34:51Z", "updated": "2025-07-31T10:35:07Z", "addresses": {"tempest-TestMinimumBasicScenario-611164139-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:11:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-747254812", "OS-SRV-USG:launched_at": "2025-07-31T10:35:07.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": []}}' 2025-07-31 10:36:42,553 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.204s 2025-07-31 10:36:42,554 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:42 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-b8ae56ee-1ccd-49a4-875b-18eb20d84301', 'x-compute-request-id': 'req-b8ae56ee-1ccd-49a4-875b-18eb20d84301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "009f6dfe-bd71-4291-869b-b83de9dc4ff8", "name": "tempest-TestMinimumBasicScenario-server-1444239907", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}]}]}' 2025-07-31 10:36:42,823 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8 0.265s 2025-07-31 10:36:42,823 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-524cdd0f-c796-439a-a79c-0a2c89abd15b', 'x-compute-request-id': 'req-524cdd0f-c796-439a-a79c-0a2c89abd15b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8'} Body: b'{"server": {"id": "009f6dfe-bd71-4291-869b-b83de9dc4ff8", "name": "tempest-TestMinimumBasicScenario-server-1444239907", "status": "ACTIVE", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "9f80aa221 2896cb58f381f7c04acc4f2054c41e1f2afa0c15e041a42", "image": {"id": "2652b2d0-95ae-4e49-adee-c3d804b7d6c0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:34:51Z", "updated": "2025-07-31T10:35:07Z", "addresses": {"tempest-TestMinimumBasicScenario-611164139-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:11:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-747254812", "OS-SRV-USG:launched_at": "2025-07-31T10:35:07.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": []}}' 2025-07-31 10:36:43,044 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/volumes 0.205s 2025-07-31 10:36:43,045 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-641822131", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78c3f110-c2fd-49a9-acd4-56308b77fb1e', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78c3f110-c2fd-49a9-acd4-56308b77fb1e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b8981d9a-c428-4cf5-b15d-5e5d88307ef2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:36:42.980247", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-641822131", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2"}], "user_id": "0727d96352d54ccaa14665724787ccf6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:36:43,097 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2 0.040s 2025-07-31 10:36:43,098 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01d89367-870b-4832-9ce2-8bae6cd4f70e', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01d89367-870b-4832-9ce2-8bae6cd4f70e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2'} Body: b'{"volume": {"id": "b8981d9a-c428-4cf5-b15d-5e5d88307ef2", "status": "creating", "size": 1, "availab ility_zone": "nova", "created_at": "2025-07-31T10:36:43.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-641822131", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2"}], "user_id": "0727d96352d54ccaa14665724787ccf6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eda7533fc4ec452a967ea460519a06fc"}}' 2025-07-31 10:36:44,157 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2 0.044s 2025-07-31 10:36:44,157 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-998f0153-26b1-43d0-9cbd-866a721e079a', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-998f0153-26b1-43d0-9cbd-866a721e079a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2'} Body: b'{"volume": {"id": "b8981d9a-c428-4cf5-b15d-5e5d88307ef2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:36:43.000000", "updated_at": "2025-07-31T10:36:43.000000", "name": "tempest-TestMinimumBasicScenario-volume-641822131", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2"}], "user_id": "0727d96352d54ccaa14665724787ccf6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eda7533fc4ec452a967ea460519a06fc"}}' 2025-07-31 10:36:44,275 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2 0.103s 2025-07-31 10:36:44,276 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:44 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-8f95b6ee-5eba-486d-a03a-cb7a433a4fee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2'} Body: b'' 2025-07-31 10:36:44,300 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2 0.023s 2025-07-31 10:36:44,300 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:44 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-a3e3d 9a9-443b-47d1-9adc-d7c2b4c79930', 'x-openstack-request-id': 'req-a3e3d9a9-443b-47d1-9adc-d7c2b4c79930', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b8981d9a-c428-4cf5-b15d-5e5d88307ef2 could not be found."}}' 2025-07-31 10:36:44,410 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8 0.110s 2025-07-31 10:36:44,411 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:44 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-1ec8de99-4d71-4da3-9512-b91eaa27ed77', 'x-compute-request-id': 'req-1ec8de99-4d71-4da3-9512-b91eaa27ed77', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8'} Body: b'' 2025-07-31 10:36:45,037 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8 0.625s 2025-07-31 10:36:45,037 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-419d0f69-2686-4df9-b59d-599369ffda12', 'x-compute-request-id': 'req-419d0f69-2686-4df9-b59d-599369ffda12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8'} Body: b'{"server": {"id": "009f6dfe-bd71-4291-869b-b83de9dc4ff8", "name": "tempest-TestMinimumBasicScenario-server-1444239907", "status": "ACTIVE", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "9f80aa2212896cb58f381f7c04acc4f2054c41e1f2afa0c15e041a42", "image": {"id": "2652b2d0-95ae-4e49-adee-c3d804b7d6c0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:34:51Z", "updated": "2025-07-31T10:36:44Z", "addresses": {"tempest-TestMinimumBasicScenario-611164139-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:11:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-747254812", "OS-SRV-USG:launched_at": "2025-07-31T10:35:07.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": []}}' 2025-07-31 10:37:35,358 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/009f6d fe-bd71-4291-869b-b83de9dc4ff8 0.265s 2025-07-31 10:37:35,359 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:35 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-7cdcb18a-877a-474a-b037-c7a6409164ae', 'x-compute-request-id': 'req-7cdcb18a-877a-474a-b037-c7a6409164ae', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 009f6dfe-bd71-4291-869b-b83de9dc4ff8 could not be found."}}' 2025-07-31 10:37:35,395 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-747254812 0.035s 2025-07-31 10:37:35,395 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37: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': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3940a377-a579-495e-ac5d-b7ff95a6ddfd', 'x-compute-request-id': 'req-3940a377-a579-495e-ac5d-b7ff95a6ddfd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-747254812'} Body: b'' 2025-07-31 10:37:35,517 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0 0.121s 2025-07-31 10:37:35,517 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-116119f7-d0da-4574-8c48-d0818833d15e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0'} Body: b'' {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [166.971053s] ... 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 030e2d6a-94f9-45f8-a141-1a190ef004b7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:36:09,813 98110 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:36:09,813 98110 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:36:09,971 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.155s 2025-07-31 10:36:09,971 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1597029931", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLHjodT0i6KQ3ItIWetvefFYxOm3Z37xFX4pTg0P4JAKrY8PjEa/2PApDgMXj0V+A5pWPjyXWlXsf8K3pyRjhH52FadZdFTxYwzlZfhNGXKuBIf5IQV4ySFzQcrPmwyrxw=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:09 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-af4e57c9-857a-47dd-849a-03691d84658a', 'x-compute-request-id': 'req-af4e57c9-857a-47dd-849a-03691d84658a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1597029931", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLHjodT0i6KQ3ItIWetvefFYxOm3Z37xFX4pTg0P4JAKrY8PjEa/2PApDgMXj0V+A5pWPjyXWlXsf8K3pyRjhH52FadZdFTxYwzlZfhNGXKuBIf5IQV4ySFzQcrPmwyrxw==", "fingerprint": "15:10:90:33:51:50:7d:60:e9:73:90:df:21:b9:1f:5e", "user_id": "99fe885c8b95416598ba7ac4473b8b9f"}}' 2025-07-31 10:36:09,975 98110 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1597029931 created 2025-07-31 10:36:10,215 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.239s 2025-07-31 10:36:10,216 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1869870388", "description": "tempest-description--305640109"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-77ceaef0-54eb-44e0-b351-18fd85353a56', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3", "name": "tempest-securitygroup--1869870388", "stateful": true, "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "description": "tempest-description--305640109", "shared": false, "security_group_rules": [{"id": "b014f659-64ed-4076-aa9f-6791c8d55219", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "security_group_id": "283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3", "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": 1124, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:36:10Z", "updated_at": "2025-07-31T10:36:10Z", "revision_number": 0}, {"id": "b7c38b36-f02c-47ea-9ec9-c7c791c3f60b", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "security_group_id": "283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3", "ethertype": "IPv4", "direction": "egress", "protocol": null, "po rt_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": 1123, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:36:10Z", "updated_at": "2025-07-31T10:36:10Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:36:10Z", "updated_at": "2025-07-31T10:36:10Z", "revision_number": 1, "project_id": "01c4b29efb5841cfb95ceebdc25be710"}}' 2025-07-31 10:36:10,455 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.238s 2025-07-31 10:36:10,455 98110 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": "283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-81aaf1ef-a493-4d83-aded-7387607b515f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a90a61bd-e153-420a-a77b-943e6c6ee28f", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "security_group_id": "283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:36:10Z", "updated_at": "2025-07-31T10:36:10Z", "revision_number": 0}}' 2025-07-31 10:36:10,697 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.241s 2025-07-31 10:36:10,698 98110 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": "283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a96833cb-e8cd-4c76-b275-fa92ba4e147c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "34c4615f-f2ea-4ad7-8086-12259c719dc5", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "security_group_id": "283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:36:10Z", "updated_at": "2025-07-31T10:36:10Z", "revision_number": 0}}' 2025-07-31 10:36:10,698 98110 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1869870388 created 2025-07-31 10:36:11,363 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.664s 2025-07-31 10:36:11,363 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth -Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-f3d47ec6-262d-4337-9422-d0eacaa55cb0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "016cf4df-f506-49c9-a05a-20a4986f41bc", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "floating_ip_address": "172.24.4.193", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:36:11Z", "updated_at": "2025-07-31T10:36:11Z", "revision_number": 0}}' 2025-07-31 10:36:11,364 98110 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '016cf4df-f506-49c9-a05a-20a4986f41bc', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'floating_ip_address': '172.24.4.193', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:36:11Z', 'updated_at': '2025-07-31T10:36:11Z', 'revision_number': 0, 'ip': '172.24.4.193'} created 2025-07-31 10:36:11,446 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.077s 2025-07-31 10:36:11,447 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2487', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d4968372-a93d-48bc-b625-253bbcfc5818', '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": "99fe885c8b95416598ba7ac4473b8b9f", "name": "tempest-AttachVolumeTestJSON-587431724-project-member", "password_expires_at": null}, "audit_ids": ["nnaZtOGuTp-9Nj67aDh-pQ"], "expires_at": "2025-07-31T11:36:11.000000Z", "issued_at": "2025-07-31T10:36:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01c4b29efb5841cfb95ceebdc25be710", "name": "tempest-AttachVolumeTestJSON-587431724"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placem ent", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/01c4b29efb5841cfb95ceebdc25be710", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:36:11,448 98110 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '04db2ce3-549b-4799-be0e-5ed2588171d3', 'name': 'tempest-AttachVolumeTestJSON-2109434594-network', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4734, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:36:03Z', 'updated_at': '2025-07-31T10:36:03Z', 'revision_number': 1} available for tenant 2025-07-31 10:36:11,448 98110 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1597029931', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLHjodT0i6KQ3ItIWetvefFYxOm3Z37xFX4pTg0P4JAKrY8PjEa/2PApDgMXj0V+A5pWPjyXWlXsf8K3pyRjhH52FadZdFTxYwzlZfhNGXKuBIf5IQV4ySFzQcrPmwyrxw==', 'fingerprint': '15:10:90:33:51:50:7d:60:e9:73:90:df:21:b9:1f:5e', 'user_id': '99fe885c8b95416598ba7ac4473b8b9f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB+Jz7QADXxEhiUM6RODIW+WQz0/IugIS2Nzli+nYyVE3MDGdZ+xYB8\nf4svPQINM9GgBwYFK4EEACKhZANiAASx46HU9IuikNyLSFnrb3nxWMTpt2d+8RV+\nKU4ND+CQCq2PD4xGv9jwKQ4DF49FfgOaVj48l1pV7H/Ct6ckY4R+dhWnWXRU8WMM\n5WX4TRlyrgSH+SEFeMkhc0HKz5sMq8c=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3', 'name': 'tempest-securitygroup--1869870388', 'stateful': True, 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'description': 'tempest-description--305640109', 'shared': False, 'security_group_rules': [{'id': 'b014f659-64ed-4076-aa9f-6791c8d55219', 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'security_group_id': '283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3', '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': 1124, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:36:10Z', 'updated_at': '2025-07-31T10:36:10Z', 'revision_number': 0}, {'id': 'b7c38b36-f02c-47ea-9ec9-c7c791c3f60b', 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'security_group_id': '283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3', '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': 1123, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:36:10Z', 'updated_at': '2025-07-31T10:36:10Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:36:10Z', 'updated_at': '2025-07-31T10:36:10Z', 'revision_number': 1, 'project_id': '01c4b29efb5841cfb95ceebdc25be710'}, 'floating_ip': {'id': '016cf4df-f506-49c9-a05a-20a4986f41bc', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'floating_ip_address': '172.24.4.193', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:36:11Z', 'updated_at': '2025-07-31T10:36:11Z', 'revision_number': 0, 'ip': '172.24.4.193'}} 2025-07-31 10:36:12,062 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.613s 2025-07-31 10:36:12,063 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-898684986", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "04db2ce3-549b-4799-be0e-5ed2588171d3"}], "security_groups": [{"name": "tempest-securitygroup--1869870388"}], "key_name": "tempest-keypair-1597029931", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1665942-a706-44a4-801b-33a76ed8fcb8', 'x-compute-request-id': 'req-f1665942-a706-44a4-801b-33a76ed8fcb8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "56bf8173-4138-4575-95ca-8b79049db6b9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/56bf8173-4138-4575-95ca-8b79049db6b9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1869870388"}], "adminPass": "password"}}' 2025-07-31 10:36:12,134 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9 0.068s 2025-07-31 10:36:12,134 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1229', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c648dee9-5e30-4b6b-9f65-a7258e3ca2c9', 'x-compute-request-id': 'req-c648dee9-5e30-4b6b-9f65-a7258e3ca2c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9'} Body: b'{"server": {"id": "56bf8173-4138-4575-95ca-8b79049db6b9", "name": "tempest-AttachVolumeTestJSON-server-898684986", "status": "BUILD", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "hr ef": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:36:12Z", "updated": "2025-07-31T10:36:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/56bf8173-4138-4575-95ca-8b79049db6b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1597029931", "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": []}}' 2025-07-31 10:37:02,408 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9 0.220s 2025-07-31 10:37:02,409 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:02 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-c597b47a-fb50-41e0-9487-3292a11fe36c', 'x-compute-request-id': 'req-c597b47a-fb50-41e0-9487-3292a11fe36c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9'} Body: b'{"server": {"id": "56bf8173-4138-4575-95ca-8b79049db6b9", "name": "tempest-AttachVolumeTestJSON-server-898684986", "status": "ACTIVE", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "metadata": {}, "hostId": "d26171f2a839bdae8bf1b666b807f70c9297bf1b3db5499069d7e090", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:36:12Z", "updated": "2025-07-31T10:36:27Z", "addresses": {"tempest-AttachVolumeTestJSON-2109434594-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:cf:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/56bf8173-4138-4575-95ca-8b79049db6b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1597029931", "OS-SRV-USG:launched_at": "2025-07-31T10:36:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1869870388"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:37:02,423 98110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:38:02,615 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9/os-interface 0.181s 2025-07-31 10:38:02,615 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:02 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-890261ac-55a0-464d-9ef2-0db91ea2abb8', 'x-compute-request-id': 'req-890261ac-55a0-464d-9ef2-0db91ea2abb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "04db2ce3-549b-4799-be0e-5ed2588171d3", "port_id": "8d944a19-70ce-48f1-af59-533ca43b95bd", "mac_addr": "fa:16:3e:65:cf:a9", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b9e07fcb-f09f-453b-aa03-2d4c02af82e1", "ip_address": "10.0.0.9"}]}]}' 2025-07-31 10:38:03,392 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/016cf4df-f506-49c9-a05a-20a4986f41bc 0.772s 2025-07-31 10:38:03,392 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "8d944a19-70ce-48f1-af59-533ca43b95bd"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-42abc8f5-d34a-4615-b01a-c76da0e6fd21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/016cf4df-f506-49c9-a05a-20a4986f41bc'} Body: b'{"floatingip": {"id": "016cf4df-f506-49c9-a05a-20a4986f41bc", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "floating_ip_address": "172.24.4.193", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "be59706d-b7db-49e4-a7db-6939a8b7b409", "port_id": "8d944a19-70ce-48f1-af59-533ca43b95bd", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "04db2ce3-549b-4799-be0e-5ed2588171d3", "mac_address": "fa:16:3e:65:cf:a9", "admin_state_up": true, "status": "ACTIVE", "device_id": "56bf8173-4138-4575-95ca-8b79049db6b9", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:36:11Z", "updated_at": "2025-07-31T10:38:02Z", "revision_number": 1, "project_id": "01c4b29efb5841cfb95ceebdc25be710"}}' 2025-07-31 10:38:03,397 98110 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.193:22' as 'cirros' with public key authentication 2025-07-31 10:38:03,417 98110 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:38:03,523 98110 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:38:03,524 98110 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.193 successfully created 2025-07-31 10:38:03,569 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9/ips 0.044s 2025-07-31 10:38:03,569 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:03 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-5dc60fcd-adb2-4b66-b007-c575753da110', 'x-compute-request-id': 'req-5dc60fcd-adb2-4b66-b007-c575753da110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-2109434594-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2025-07-31 10:38:03,573 98110 INFO [tempest.lib.common.ssh] Cre ating ssh connection to '172.24.4.193:22' as 'cirros' with public key authentication 2025-07-31 10:38:03,576 98110 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:38:03,677 98110 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:38:03,678 98110 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.193 successfully created 2025-07-31 10:38:03,678 98110 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-07-31 10:38:03,679 98110 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.193:22' as 'cirros' with public key authentication 2025-07-31 10:38:03,681 98110 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:38:03,787 98110 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:38:03,788 98110 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.193 successfully created 2025-07-31 10:38:04,068 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.266s 2025-07-31 10:38:04,068 98110 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-460523341"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-201f8671-9dfd-4204-8002-3073685d4ec3', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-201f8671-9dfd-4204-8002-3073685d4ec3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "030e2d6a-94f9-45f8-a141-1a190ef004b7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:38:03.994060", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-460523341", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7"}], "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:38:04,121 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7 0.040s 2025-07-31 10:38:04,121 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd9fb3c3-238c-4552-9ae2-ed18060f63dc', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd9fb3c3-238c-4552-9ae2-ed18060f63dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7'} Body: b'{"volume": {"id": "030e2d6a-94f9-45f8-a141-1a190ef004b7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:38:04.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-460523341", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"re l": "self", "href": "http://10.0.0.210/volume/v3/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7"}], "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01c4b29efb5841cfb95ceebdc25be710"}}' 2025-07-31 10:38:05,180 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7 0.044s 2025-07-31 10:38:05,181 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71e76af1-bfc9-4367-8990-2db24a229f1b', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71e76af1-bfc9-4367-8990-2db24a229f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7'} Body: b'{"volume": {"id": "030e2d6a-94f9-45f8-a141-1a190ef004b7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:38:04.000000", "updated_at": "2025-07-31T10:38:04.000000", "name": "tempest-AttachVolumeTestJSON-volume-460523341", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7"}], "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01c4b29efb5841cfb95ceebdc25be710"}}' 2025-07-31 10:38:05,798 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9 0.603s 2025-07-31 10:38:05,798 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ebdae98-254b-4165-a23b-808fe1dd1114', 'x-compute-request-id': 'req-8ebdae98-254b-4165-a23b-808fe1dd1114', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9'} Body: b'' 2025-07-31 10:38:05,969 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9 0.170s 2025-07-31 10:38:05,970 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:05 GMT', 'server': '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-1a3b7a03-0919-43be-998d-aadb173f5975', 'x-compute-request-id': 'req-1a3b7a03-0919-43be-998d-aadb173f5975', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9'} Body: b'{"server": {"id": "56bf8173-4138-4575-95ca-8b79049db6b9", "name": "tempest-AttachVolumeTestJSON-server-898684986", "status": "ACTIVE", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "metadata": {}, "hostId": "d26171f2a839bdae8bf1b666b807f70c9297bf1b3db5499069d7e090", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:36:12Z", "updated": "2025-07-31T10:38:06Z", "addresses": {"tempest-AttachVolumeTestJSON-2109434594-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:cf:a9"}, {"version": 4, "addr": "172.24.4.193", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:cf:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/56bf8173-4138-4575-95ca-8b79049db6b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1597029931", "OS-SRV-USG:launched_at": "2025-07-31T10:36:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1869870388"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:38:56,086 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9 0.052s 2025-07-31 10:38:56,087 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-cf04175b-d723-4b5e-be85-f58e4122b46f', 'x-compute-request-id': 'req-cf04175b-d723-4b5e-be85-f58e4122b46f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 56bf8173-4138-4575-95ca-8b79049db6b9 could not be found."}}' 2025-07-31 10:38:56,139 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1597029931 0.051s 2025-07-31 10:38:56,139 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:56 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-2e26c54f-a91d-4780-8407-e1e79a3dcd4e', 'x-compute-request-id': 'req-2e26c54f-a91d-4780-8407-e1e79a3dcd4e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1597029931'} Body: b'' 2025-07-31 10:38:56,407 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http:/ /10.0.0.210/networking/v2.0/security-groups/283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3 0.267s 2025-07-31 10:38:56,407 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-819c3e78-8b4e-4151-ac5b-4b96983a0f35', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3'} Body: b'' 2025-07-31 10:38:56,436 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3 0.028s 2025-07-31 10:38:56,437 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-6bb01686-5974-453d-ba19-1003a4d5fcf5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3 does not exist", "detail": ""}}' 2025-07-31 10:38:56,782 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/016cf4df-f506-49c9-a05a-20a4986f41bc 0.345s 2025-07-31 10:38:56,783 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-b9e4e417-954d-4a95-8dac-ab926088f7ac', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/016cf4df-f506-49c9-a05a-20a4986f41bc'} Body: b'' {4} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [167.700503s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 186, in test_old_versions_reject volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2318a781-5760-4d9f-8aaf-b1daaf18acf2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:37:36,259 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.094s 2025-07-31 10:37:36,259 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2527', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-810ee56d-8b20-46ee-81a5-c70ec7388035', '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": "c354f53699ad4bdbab6253fe2abdf4d5", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-169904792-project-member", "password_expires_at": null}, "audit_ids": ["A42zxF89S-2KtzimpbVzDw"], "expires_at": "2025-07-31T11:37:36.000000Z", "issued_at": "2025-07-31T10:37:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "018c4210b72440bd8b934000c728fe63", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-169904792"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/018c4210b72440bd8b934000c728fe63", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:37:36,260 98116 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '198ea65f-7597-4472-9713-4edea09e1cb9', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-454672598-network', 'tenant_id': '018c4210b72440bd8b934000c728fe63', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '018c4210b72440bd8b934000c728fe63', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54584, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_add ress_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:37:24Z', 'updated_at': '2025-07-31T10:37:24Z', 'revision_number': 1} available for tenant 2025-07-31 10:37:36,261 98116 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:37:36,261 98116 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:37:36,371 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.107s 2025-07-31 10:37:36,371 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1023426574", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA7+XK0MD+j2/yzNgGGw3PLu+lfNbrNOGt62X352xRZVXvWGaScApEsCLTFIXZ8fcEh8hEnQr/03tPDQeJiae6QGP6+AY3aTLLw2H/Beb/nR7fEI7Y/T41KkFEmmALsXTw=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:36 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-36e38b8f-b391-47c9-a49b-bcee01681929', 'x-compute-request-id': 'req-36e38b8f-b391-47c9-a49b-bcee01681929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1023426574", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA7+XK0MD+j2/yzNgGGw3PLu+lfNbrNOGt62X352xRZVXvWGaScApEsCLTFIXZ8fcEh8hEnQr/03tPDQeJiae6QGP6+AY3aTLLw2H/Beb/nR7fEI7Y/T41KkFEmmALsXTw==", "fingerprint": "d8:19:4f:3f:b2:2d:87:1a:b8:17:6e:68:cb:bb:86:43", "user_id": "c354f53699ad4bdbab6253fe2abdf4d5"}}' 2025-07-31 10:37:36,374 98116 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1023426574 created 2025-07-31 10:37:36,591 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.216s 2025-07-31 10:37:36,591 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--898708108", "description": "tempest-description--2146537176"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-4701cb6a-81e7-473a-9387-cff00c380404', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6fa2e94b-a4d0-42e2-955a-da0530888045", "name": "tempest-securitygroup--898708108", "stateful": true, "tenant_id": "018c4210b72440bd8b934000c728fe63", "description": "tempest-description--2146537176", "shared": false, "security_group_rules": [{"id": "32af215e-4283-4228-b714-8d19d88c2c47", "project_id": "018c4210b72440bd8b934000c728fe63", "tenant_id": "018c4210b72440bd8b934000c728fe63", "security_group_id": "6fa2e94b-a4d0-42e2-955a-da0530888045", "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": 1180, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:37:36Z", "updated_at": "2025-07-31T10:37:36Z", "revision_number": 0}, {"id": "52c766d4-77d5-412f-93df-e9f0af79a587", "project_id": "018c4210b72440bd8b934000c728fe63", "tenan t_id": "018c4210b72440bd8b934000c728fe63", "security_group_id": "6fa2e94b-a4d0-42e2-955a-da0530888045", "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": 1181, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:37:36Z", "updated_at": "2025-07-31T10:37:36Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:37:36Z", "updated_at": "2025-07-31T10:37:36Z", "revision_number": 1, "project_id": "018c4210b72440bd8b934000c728fe63"}}' 2025-07-31 10:37:37,068 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.476s 2025-07-31 10:37:37,069 98116 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": "6fa2e94b-a4d0-42e2-955a-da0530888045", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-a6cb57ae-03f9-4c80-9169-47265edf56d2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "45e9943e-5957-477f-9989-6e7cdccd11c1", "project_id": "018c4210b72440bd8b934000c728fe63", "tenant_id": "018c4210b72440bd8b934000c728fe63", "security_group_id": "6fa2e94b-a4d0-42e2-955a-da0530888045", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:37:36Z", "updated_at": "2025-07-31T10:37:36Z", "revision_number": 0}}' 2025-07-31 10:37:37,594 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.525s 2025-07-31 10:37:37,594 98116 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": "6fa2e94b-a4d0-42e2-955a-da0530888045", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-402afd4c-5db3-4907-865f-321ad3ad2226', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2a5c0e09-72fe-41a3-a8b3-2a1c894f511e", "project_id": "018c4210b72440bd8b934000c728fe63", "tenant_id": "018c4210b72440bd8b934000c728fe63", "security_group_id": "6fa2e94b-a4d0-42e2-955a-da0530888045", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:37:37Z", "updated_at": "2025-07-31T10:37:37Z", "revision_number": 0}}' 2025-07-31 10:37:37,595 98116 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--898708108 created 2025-07-31 10:37:38,510 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.91 5s 2025-07-31 10:37:38,510 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-83e5658c-66e0-465c-b1ce-b57ed23decbd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5822864c-f7ae-4571-ac9e-a04e1fde4251", "tenant_id": "018c4210b72440bd8b934000c728fe63", "floating_ip_address": "172.24.4.157", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "018c4210b72440bd8b934000c728fe63", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:37:38Z", "updated_at": "2025-07-31T10:37:38Z", "revision_number": 0}}' 2025-07-31 10:37:38,511 98116 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5822864c-f7ae-4571-ac9e-a04e1fde4251', 'tenant_id': '018c4210b72440bd8b934000c728fe63', 'floating_ip_address': '172.24.4.157', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '018c4210b72440bd8b934000c728fe63', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:37:38Z', 'updated_at': '2025-07-31T10:37:38Z', 'revision_number': 0, 'ip': '172.24.4.157'} created 2025-07-31 10:37:38,511 98116 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1023426574', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA7+XK0MD+j2/yzNgGGw3PLu+lfNbrNOGt62X352xRZVXvWGaScApEsCLTFIXZ8fcEh8hEnQr/03tPDQeJiae6QGP6+AY3aTLLw2H/Beb/nR7fEI7Y/T41KkFEmmALsXTw==', 'fingerprint': 'd8:19:4f:3f:b2:2d:87:1a:b8:17:6e:68:cb:bb:86:43', 'user_id': 'c354f53699ad4bdbab6253fe2abdf4d5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBsuNRE1G26NzA+vX6QiZbYK1bno0DC0pWBOrlN8zswyV3kjlNnge+f\n6u3cyfQG3L+gBwYFK4EEACKhZANiAAQO/lytDA/o9v8szYBhsNzy7vpXzW6zThre\ntl9+dsUWVV71hmknAKRLAi0xSF2fH3BIfIRJ0K/9N7Tw0HiYmnukBj+vgGN2kyy8\nNh/wXm/50e3xCO2P0+NSpBRJpgC7F08=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6fa2e94b-a4d0-42e2-955a-da0530888045', 'name': 'tempest-securitygroup--898708108', 'stateful': True, 'tenant_id': '018c4210b72440bd8b934000c728fe63', 'description': 'tempest-description--2146537176', 'shared': False, 'security_group_rules': [{'id': '32af215e-4283-4228-b714-8d19d88c2c47', 'project_id': '018c4210b72440bd8b934000c728fe63', 'tenant_id': '018c4210b72440bd8b934000c728fe63', 'security_group_id': '6fa2e94b-a4d0-42e2-955a-da0530888045', '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': 1180, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:37:36Z', 'updated_at': '2025-07-31T10:37:36Z', 'revision_number': 0}, {'id': '52c766d4-77d5-412f-93df-e9f0af79a587', 'project_id': '018c4210b72440bd8b934000c728fe63', 'tenant_id': '018c4210b72440bd8b934000c728fe63', 'security_group_id': '6fa2e94b-a4d0-42e2-955a-da0530888045', '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': 1181, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:37:36Z', 'updated_at': '2025-07-31T10:37:36Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:37:36Z', 'updated_at': '2025-07-31T10:37:36Z', 'revision_number': 1, 'project_id': '018c4210b72440bd8b934000c728fe63'}, 'floating_ip': {'id': '5822864c-f7ae-4571-ac9e-a04e1fde4251', 'tenant_id': '018c4210b72440bd8b934000c728fe63', 'floating_ip_address': '172.24.4.157', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '018c4210b72440bd8b934000c728fe63', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:37:38Z', 'updated_at': '2025-07-31T10:37:38Z', 'revision_number': 0, 'ip': '172.24.4.157'}} 2025-07-31 10:37:39,173 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/compute/v2.1/servers 0.660s 2025-07-31 10:37:39,173 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-471163313", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "198ea65f-7597-4472-9713-4edea09e1cb9"}], "security_groups": [{"name": "tempest-securitygroup--898708108"}], "key_name": "tempest-keypair-1023426574", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cda8be53-e566-4f32-82f5-fc38704ccabb', 'x-compute-request-id': 'req-cda8be53-e566-4f32-82f5-fc38704ccabb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1fa626a0-7a97-4e9a-b395-c0c9714eab5d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--898708108"}], "adminPass": "ZYF3Z9BcM62p"}}' 2025-07-31 10:37:39,383 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d 0.207s 2025-07-31 10:37:39,384 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1249', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2199914f-eae9-497a-acf6-a0abebb101d6', 'x-compute-request-id': 'req-2199914f-eae9-497a-acf6-a0abebb101d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d'} Body: b'{"server": {"id": "1fa626a0-7a97-4e9a-b395-c0c9714eab5d", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-471163313", "status": "BUILD", "tenant_id": "018c4210b72440bd8b934000c728fe63", "user_id": "c354f53699ad4bdbab6253fe2abdf4d5", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:37:39Z", "updated": "2025-07-31T10:37:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1023426574", "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": []}}' 2025-07-31 10:38:29,701 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d 0.284s 2025-07-31 10:38:29,701 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1573', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d4349d3-00d0-4dc1-9a7c-9219ec6ca2db', 'x-compute-request-id': 'req-6d4349d3-00d0-4dc1-9a7c-9219ec6ca2db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d'} Body: b'{"server": {"id": "1fa626a0-7a97-4e9a-b395-c0c9714eab5d", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-471163313", "status": "ACTIVE", "tenant_id": "018c4210b72440bd8b934000c728fe63", "user_id": "c354f53699ad4bdbab6253fe2abdf4d5", "metadata": {}, "hostId": "e60d713420d769254384a16488d995ea8ad2be28a1d96b6074cab981", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:37:39Z", "updated": "2025-07-31T10:37:55Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-454672598-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:90:6b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1023426574", "OS-SRV-USG:launched_at": "2025-07-31T10:37:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--898708108"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:38:29,715 98116 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:39:29,947 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d/os-interface 0.177s 2025-07-31 10:39:29,947 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:29 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-41fc41ba-0928-44dc-a71f-0612c0878a3e', 'x-compute-request-id': 'req-41fc41ba-0928-44dc-a71f-0612c0878a3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "198ea65f-7597-4472-9713-4edea09e1cb9", "port_id": "1d09ecf9-8046-412f-9294-e55804b6fbaf", "mac_addr": "fa:16:3e:8a:90:6b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "de01ff36-29b0-4872-ac9b-ea900498a163", "ip_address": "10.0.0.3"}]}]}' 2025-07-31 10:39:30,724 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/5822864c-f7ae-4571-ac9e-a04e1fde4251 0.773s 2025-07-31 10:39:30,725 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "1d09ecf9-8046-412f-9294-e55804b6fbaf"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c0a0b8a8-2e4e-42f3-81fe-18eaaa7ee394', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/5822864c-f7ae-4571-ac9e-a04e1fde4251'} Body: b'{"floatingip": {"id": "5822864c-f7ae-4571-ac9e-a04e1fde4251", "tenant_id": "018c4210b72440bd8b934000c728fe63", "floating_ip_address": "172.24.4.157", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "22a40d1a-a7ce-409d-a3e8-3ef634a14e8b", "port_id": "1d09ecf9-8046-412f-9294-e55804b6fbaf", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "198ea65f-7597-4472-9713-4edea09e1cb9", "mac_address": "fa:16:3e:8a:90:6b", "admin_state_up": true, "status": "ACTIVE", "device_id": "1fa626a0-7a97-4e9a-b395-c0c9714eab5d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:37:38Z", "updated_at": "2025-07-31T10:39:30Z", "revision_number": 1, "project_id": "018c4210b72440bd8b934000c728fe63"}}' 2025-07-31 10:39:30,730 98116 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.157:22' as 'cirros' with public key authentication 2025-07-31 10:39:30,746 98116 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:39:30,850 98116 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:39:30,851 98116 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.157 successfully created 2025-07-31 10:39:31,146 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d 0.294s 2025-07-31 10:39:31,147 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1573', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a06c635-2862-4bbf-be4c-e8622293ba3d', 'x-compute-request-id': 'req-9a06c635-2862-4bbf-be4c-e8622293ba3d', 'connection': 'close', 'status': '200', 'content-location': 'http://1 0.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d'} Body: b'{"server": {"id": "1fa626a0-7a97-4e9a-b395-c0c9714eab5d", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-471163313", "status": "ACTIVE", "tenant_id": "018c4210b72440bd8b934000c728fe63", "user_id": "c354f53699ad4bdbab6253fe2abdf4d5", "metadata": {}, "hostId": "e60d713420d769254384a16488d995ea8ad2be28a1d96b6074cab981", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:37:39Z", "updated": "2025-07-31T10:37:55Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-454672598-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:90:6b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1023426574", "OS-SRV-USG:launched_at": "2025-07-31T10:37:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--898708108"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:39:31,245 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers 0.083s 2025-07-31 10:39:31,245 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '356', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fd4367d-52e8-42a4-8ce0-094868a1b793', 'x-compute-request-id': 'req-9fd4367d-52e8-42a4-8ce0-094868a1b793', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "1fa626a0-7a97-4e9a-b395-c0c9714eab5d", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-471163313", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}]}]}' 2025-07-31 10:39:31,480 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/volume/v3/volumes 0.230s 2025-07-31 10:39:31,481 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1060446781", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f54b9314-60eb-4ff9-9466-7190a96d6ce3', 'content-length': '790', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f54b9314-60eb-4ff9-9466-7190a96d6ce3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id ": "2318a781-5760-4d9f-8aaf-b1daaf18acf2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:39:31.418904", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1060446781", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2"}], "user_id": "c354f53699ad4bdbab6253fe2abdf4d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:39:31,547 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2 0.041s 2025-07-31 10:39:31,548 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41da6568-0bc5-4168-8164-b3f9b7314a2c', 'content-length': '858', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41da6568-0bc5-4168-8164-b3f9b7314a2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2'} Body: b'{"volume": {"id": "2318a781-5760-4d9f-8aaf-b1daaf18acf2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:39:31.000000", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1060446781", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2"}], "user_id": "c354f53699ad4bdbab6253fe2abdf4d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "018c4210b72440bd8b934000c728fe63"}}' 2025-07-31 10:39:32,654 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2 0.091s 2025-07-31 10:39:32,655 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dedfafc-34f2-40af-b97b-96b8b0efe512', 'content-length': '879', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dedfafc-34f2-40af-b97b-96b8b0efe512', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2'} Body: b'{"volume": {"id": "2318a781-5760-4d9f-8aaf-b1daaf18acf2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:39:31.000000", "updated_at": "2025-07-31T10:39:32.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1060446781", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0 .210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2"}], "user_id": "c354f53699ad4bdbab6253fe2abdf4d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "018c4210b72440bd8b934000c728fe63"}}' 2025-07-31 10:39:32,766 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2 0.096s 2025-07-31 10:39:32,766 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-066dff79-db58-422d-90b0-043dafe55892', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2'} Body: b'' 2025-07-31 10:39:32,787 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2 0.020s 2025-07-31 10:39:32,787 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-38e13bcf-0811-4e5f-95f9-aabcdd66b195', 'x-openstack-request-id': 'req-38e13bcf-0811-4e5f-95f9-aabcdd66b195', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2318a781-5760-4d9f-8aaf-b1daaf18acf2 could not be found."}}' 2025-07-31 10:39:32,908 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d 0.121s 2025-07-31 10:39:32,909 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54c42954-143c-4cc6-b97f-7a105084947a', 'x-compute-request-id': 'req-54c42954-143c-4cc6-b97f-7a105084947a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d'} Body: b'' 2025-07-31 10:39:33,111 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d 0.202s 2025-07-31 10:39:33,112 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1698', '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-66d640a7-9944-4e7d-a9e6-63f8e6ff8bfe', 'x-compute-request-id': 'req-66d640a7-9944-4e7d-a9e6-63f8e6ff8bfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d'} Body: b'{"server": {"id": "1fa626a0-7a97-4e9a-b395-c0c9714eab5d", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-471163313", "status": "ACTIVE", "tenant_id": "018c4210b72440bd8b934000c728fe63", "user_id": "c354f53699ad4bdbab6253fe2abdf4d5", "metadata": {}, "hostId": "e60d713420d769254384a16488d995ea8ad2be28a1d96b6074cab981", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:37:39Z", "updated": "2025-07-31T10:39:33Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-454672598-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:90:6b"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:90:6b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1023426574", "OS-SRV-USG:launched_at": "2025-07-31T10:37:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--898708108"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:40:23,209 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d 0.048s 2025-07-31 10:40:23,209 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:23 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-d2ebcdb5-e51e-43d0-9054-5860b795ff25', 'x-compute-request-id': 'req-d2ebcdb5-e51e-43d0-9054-5860b795ff25', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1fa626a0-7a97-4e9a-b395-c0c9714eab5d could not be found."}}' 2025-07-31 10:40:23,247 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1023426574 0.037s 2025-07-31 10:40:23,247 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:23 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-6d44611e-d2da-4487-b5c5-2f514668 9e18', 'x-compute-request-id': 'req-6d44611e-d2da-4487-b5c5-2f5146689e18', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1023426574'} Body: b'' 2025-07-31 10:40:23,496 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/6fa2e94b-a4d0-42e2-955a-da0530888045 0.248s 2025-07-31 10:40:23,497 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-56353e1c-94b7-4b65-93f0-647415e56f0b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/6fa2e94b-a4d0-42e2-955a-da0530888045'} Body: b'' 2025-07-31 10:40:23,518 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/6fa2e94b-a4d0-42e2-955a-da0530888045 0.020s 2025-07-31 10:40:23,518 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-b9bfdc59-648c-404a-9c50-9d7d18c62e8d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/6fa2e94b-a4d0-42e2-955a-da0530888045'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6fa2e94b-a4d0-42e2-955a-da0530888045 does not exist", "detail": ""}}' 2025-07-31 10:40:23,857 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/5822864c-f7ae-4571-ac9e-a04e1fde4251 0.338s 2025-07-31 10:40:23,858 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-8f032619-5bd7-48fa-a795-d735543366f7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/5822864c-f7ae-4571-ac9e-a04e1fde4251'} Body: b'' {4} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [3.994245s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, 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 349, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 267, 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 263, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume da9ca596-e3aa-4ce0-abc9-1ac66a422e7c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:40:47,055 98116 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.264s 2025-07-31 10:40:47,055 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-417655760", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN5SNG6qtgrnTmAvvBNCrOF2idGgKJuqMkXGslwbbPC7+Q/E17cLMVM/j7cgKirGCmgrJIsEZLR4bAamMcjQYkYkr+YKax7MS25WDCw3EwA0084V1IZ8q7s4o0/L5J3EBg=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:46 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-52f27e21-7bd2-47bf-a5c6-454add446931', 'x-compute-request-id': 'req-52f27e21-7bd2-47bf-a5c6-454add446931', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-417655760", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN5SNG6qtgrnTmAvvBNCrOF2idGgKJuqMkXGslwbbPC7+Q/E17cLMVM/j7cgKirGCmgrJIsEZLR4bAamMcjQYkYkr+YKax7MS25WDCw3EwA0084V1IZ8q7s4o0/L5J3EBg==", "fingerprint": "a6:70:47:33:68:84:e3:f6:ca:89:67:95:cc:7c:93:33", "user_id": "031de0c330254d3191d57669079b17dc"}}' 2025-07-31 10:40:47,273 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.214s 2025-07-31 10:40:47,273 98116 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-1120373871", "description": "tempest-secgroup-smoke-1120373871 description", "project_id": "78d07050bf994c02b2c95b655a3a2fe1"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1677', 'x-openstack-request-id': 'req-48cd8802-3f91-4d9a-8874-af04a236afe7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "name": "tempest-secgroup-smoke-1120373871", "stateful": true, "tenant_id": "78d07050bf994c02b2c95b655a3a2fe1", "description": "tempest-secgroup-smoke-1120373871 description", "shared": false, "security_group_rules": [{"id": "14b820cd-6f26-49da-9026-38b8d3ebe3ce", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "tenant_id": "78d07050bf994c02b2c95b655a3a2fe1", "security_group_id": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "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": 1221, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:40:47Z", "updated_at": "2025-07-31T10:40:47Z", "revision_number": 0}, {"id": "d9898fbf-9ab7-47a7-bb08-04c37be36dc2", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "tenant_id": "78d07050bf994c02b2c95b655a3a2fe1", "security_group_id": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "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": 1220, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:40:47Z", "updated_at": "2025-07-31T10:40:47Z", "revision_num ber": 0}], "tags": [], "created_at": "2025-07-31T10:40:47Z", "updated_at": "2025-07-31T10:40:47Z", "revision_number": 1, "project_id": "78d07050bf994c02b2c95b655a3a2fe1"}}' 2025-07-31 10:40:47,470 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.196s 2025-07-31 10:40:47,471 98116 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": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-fc1b59fc-341b-4cd5-b8cb-ecfa87460613', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1a838173-e6ac-4572-89bc-3773dca95764", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "tenant_id": "78d07050bf994c02b2c95b655a3a2fe1", "security_group_id": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:40:47Z", "updated_at": "2025-07-31T10:40:47Z", "revision_number": 0}}' 2025-07-31 10:40:47,694 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.222s 2025-07-31 10:40:47,694 98116 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": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-19490024-1868-4582-9a5a-a169037c326f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b286204a-6057-43ef-ae6a-c3378a7ac3af", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "tenant_id": "78d07050bf994c02b2c95b655a3a2fe1", "security_group_id": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:40:47Z", "updated_at": "2025-07-31T10:40:47Z", "revision_number": 0}}' 2025-07-31 10:40:47,896 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.201s 2025-07-31 10:40:47,897 98116 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": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-f06f0656-f4a1-42ce-a23a-b471f3c05eae', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0fb40797-3271-489b-ba40-f46cc2019c7b", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "tenant_id": "78d07050bf994c02b2c95b655a3a2fe1", "security_group_id": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:40:47Z", "updated_at": "2025-07-31T10:40:47Z", "revision_number": 0}}' 2025-07-31 10:40:48,162 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.265s 2025-07-31 10:40:48,163 98116 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": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-9483aa5c-bbb4-4f9c-8988-8a9b0d270a97', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c9ad0532-634c-425d-b665-65fbb661a486", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "tenant_id": "78d07050bf994c02b2c95b655a3a2fe1", "security_group_id": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:40:47Z", "updated_at": "2025-07-31T10:40:47Z", "revision_number": 0}}' 2025-07-31 10:40:48,409 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.246s 2025-07-31 10:40:48,410 98116 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": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-78ae6f63-ab47-49b1-bc58-9bba4c9c5081', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fcc35a10-eda0-4480-adb3-d0331c59fc6e", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "tenant_id": "78d07050bf994c02b2c95b655a3a2fe1", "security_group_id": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:40:48Z", "updated_at": "2025-07-31T10:40:48Z", "revision_number": 0}}' 2025-07-31 10:40:48,623 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volu me_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.213s 2025-07-31 10:40:48,624 98116 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": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-b5aa7de3-5206-4542-bb89-b6cd7f2fc46c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "137ca4ea-a31d-4de4-9c14-42a6eeb15d90", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "tenant_id": "78d07050bf994c02b2c95b655a3a2fe1", "security_group_id": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:40:48Z", "updated_at": "2025-07-31T10:40:48Z", "revision_number": 0}}' 2025-07-31 10:40:48,684 98116 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.055s 2025-07-31 10:40:48,684 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2485', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5d1a6784-c9f0-43fb-90b3-ead8b9550877', '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": "031de0c330254d3191d57669079b17dc", "name": "tempest-TestShelveInstance-1167757619-project-member", "password_expires_at": null}, "audit_ids": ["NZHprQwoR2SwXJHn08Uu9Q"], "expires_at": "2025-07-31T11:40:48.000000Z", "issued_at": "2025-07-31T10:40:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "78d07050bf994c02b2c95b655a3a2fe1", "name": "tempest-TestShelveInstance-1167757619"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "Re gionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/78d07050bf994c02b2c95b655a3a2fe1", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:40:48,685 98116 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '58656225-fd1d-4e0d-a317-671bfef639fb', 'name': 'tempest-TestShelveInstance-2013191859-network', 'tenant_id': '78d07050bf994c02b2c95b655a3a2fe1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '78d07050bf994c02b2c95b655a3a2fe1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 23124, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:40:32Z', 'updated_at': '2025-07-31T10:40:32Z', 'revision_number': 1} available for tenant 2025-07-31 10:40:49,245 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/volumes 0.559s 2025-07-31 10:40:49,246 98116 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-1337058049", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-671d78ff-5034-4f1d-8eda-4bf5f9a0b5cb', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-671d78ff-5034-4f1d-8eda-4bf5f9a0b5cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "da9ca596-e3aa-4ce0-abc9-1ac66a422e7c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:40:49.182003", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1337058049", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c"}], "user_id": "031de0c330254d3191d57669079b17dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:40:49,305 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c 0.042s 2025-07-31 10:40:49,305 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-356c4135-b6e3-431f-bca3-9feaab9eb3f2', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-356c4135-b 6e3-431f-bca3-9feaab9eb3f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c'} Body: b'{"volume": {"id": "da9ca596-e3aa-4ce0-abc9-1ac66a422e7c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:40:49.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1337058049", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c"}], "user_id": "031de0c330254d3191d57669079b17dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "78d07050bf994c02b2c95b655a3a2fe1"}}' 2025-07-31 10:40:50,362 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c 0.043s 2025-07-31 10:40:50,363 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d5d06c7-efe9-4149-ad9d-93e1e95ae7ad', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d5d06c7-efe9-4149-ad9d-93e1e95ae7ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c'} Body: b'{"volume": {"id": "da9ca596-e3aa-4ce0-abc9-1ac66a422e7c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:40:49.000000", "updated_at": "2025-07-31T10:40:49.000000", "name": "tempest-tempest.common.compute-volume-1337058049", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c"}], "user_id": "031de0c330254d3191d57669079b17dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "78d07050bf994c02b2c95b655a3a2fe1"}}' 2025-07-31 10:40:50,490 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c 0.113s 2025-07-31 10:40:50,490 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31ecb59d-9abb-480b-8c89-53f36498c18f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c'} Body: b'' 2025-07-31 10:40:50,512 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c 0.021s 2025-07-31 10:40:50,512 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth- Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef410e58-2e07-46ac-8237-2ebb17ba57a5', 'x-openstack-request-id': 'req-ef410e58-2e07-46ac-8237-2ebb17ba57a5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume da9ca596-e3aa-4ce0-abc9-1ac66a422e7c could not be found."}}' 2025-07-31 10:40:50,753 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/aec6acc7-ece5-4d78-a03a-c37e9386cd48 0.239s 2025-07-31 10:40:50,753 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-a10d6c44-888e-4911-85fa-8ec5fd204834', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/aec6acc7-ece5-4d78-a03a-c37e9386cd48'} Body: b'' 2025-07-31 10:40:50,783 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-417655760 0.029s 2025-07-31 10:40:50,783 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40: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-7dca9667-2b68-4e8a-bed1-7d5e331934e2', 'x-compute-request-id': 'req-7dca9667-2b68-4e8a-bed1-7d5e331934e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-417655760'} Body: b'' {4} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {4} 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e2311db0-78f6-40af-b28a-eda86dfabcca failed to build and is in ERROR status {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [166.702243s] ... 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d533f750-3b3b-4208-8dda-653ac250a35d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:38:56,786 98110 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:38:56,786 98110 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:38:56,846 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.059s 2025-07-31 10:38:56,846 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1549629352", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAuu3FPEOYNgM/0rqdl1Mla3I++9mk4Wj6LZcherzzAbN+bOMrkzw4uAkRAqMA0ah7tKcX1+xdL9yov990UvarWfQ3n13ANPFUEVpK3vGKW4724CzIXuS56tfA35Pvf8Cg=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:56 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-86f96117-6502-4d5d-a8f6-1c51d6f37829', 'x-compute-request-id': 'req-86f96117-6502-4d5d-a8f6-1c51d6f37829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1549629352", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAuu3FPEOYNgM/0rqdl1Mla3I++9mk4Wj6LZcherzzAbN+bOMrkzw4uAkRAqMA0ah7tKcX1+xdL9yov990UvarWfQ3n13ANPFUEVpK3vGKW4724CzIXuS56tfA35Pvf8Cg==", "fingerprint": "1a:4b:04:f3:5c:c9:41:d7:f3:96:9e:c2:7d:cb:d6:24", "user_id": "99fe885c8b95416598ba7ac4473b8b9f"}}' 2025-07-31 10:38:56,849 98110 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1549629352 created 2025-07-31 10:38:57,084 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.235s 2025-07-31 10:38:57,085 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--471700477", "description": "tempest-description--66762531"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-f8e89ede-e5ec-4f4e-bc08-91d34d32f4b2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "46f96a14-8800-432c-b3d9-772adbe65fed", "name": "tempest-securitygroup--471700477", "stateful": true, "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "description": "tempest-description--66762531", "shared": false, "security_group_rules": [{"id": "69e1523e-cc78-4a84-b079-9906ca341e20", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "security_group_id": "46f96a14-8800-432c-b3d9-772adbe65fed", "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": 1189, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:38:56Z", "updated_at": "2025-07-31T10:38:56Z", "revision_number": 0}, {"id": "a588321b-402a-4b42-a8dc-bdbd5f500585", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "security_group_id": "46f96a14-8800-432c-b3d9-772adbe65fed", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_r ange_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": 1188, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:38:56Z", "updated_at": "2025-07-31T10:38:56Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:38:56Z", "updated_at": "2025-07-31T10:38:56Z", "revision_number": 1, "project_id": "01c4b29efb5841cfb95ceebdc25be710"}}' 2025-07-31 10:38:57,591 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.506s 2025-07-31 10:38:57,591 98110 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": "46f96a14-8800-432c-b3d9-772adbe65fed", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-22ef48de-f546-4bd0-b15e-f213b9666e18', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "15193fb8-f3c2-4f5a-b289-27968e1f72c0", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "security_group_id": "46f96a14-8800-432c-b3d9-772adbe65fed", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:38:57Z", "updated_at": "2025-07-31T10:38:57Z", "revision_number": 0}}' 2025-07-31 10:38:57,817 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.225s 2025-07-31 10:38:57,818 98110 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": "46f96a14-8800-432c-b3d9-772adbe65fed", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-927529ab-fb62-432b-8824-c9ac6072ccae', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "be53d8a7-c104-4f4b-868f-23883fcb8683", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "security_group_id": "46f96a14-8800-432c-b3d9-772adbe65fed", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:38:57Z", "updated_at": "2025-07-31T10:38:57Z", "revision_number": 0}}' 2025-07-31 10:38:57,818 98110 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--471700477 created 2025-07-31 10:38:58,482 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.664s 2025-07-31 10:38:58,483 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-1da83c3b-a079-4c5a-b452-944a17e02a75', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b346b5d3-d4d2-4de3-9cc1-136aa9525cd1", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "floating_ip_address": "172.24.4.133", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:38:58Z", "updated_at": "2025-07-31T10:38:58Z", "revision_number": 0}}' 2025-07-31 10:38:58,483 98110 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b346b5d3-d4d2-4de3-9cc1-136aa9525cd1', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'floating_ip_address': '172.24.4.133', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:38:58Z', 'updated_at': '2025-07-31T10:38:58Z', 'revision_number': 0, 'ip': '172.24.4.133'} created 2025-07-31 10:38:58,582 98110 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.094s 2025-07-31 10:38:58,583 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2487', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-244c41d8-ad3c-4931-ae78-516d2fedde74', '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": "99fe885c8b95416598ba7ac4473b8b9f", "name": "tempest-AttachVolumeTestJSON-587431724-project-member", "password_expires_at": null}, "audit_ids": ["u5d9kUlUQ42usfynlhQAJg"], "expires_at": "2025-07-31T11:38:58.000000Z", "issued_at": "2025-07-31T10:38:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01c4b29efb5841cfb95ceebdc25be710", "name": "tempest-AttachVolumeTestJSON-587431724"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "plac ement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/01c4b29efb5841cfb95ceebdc25be710", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:38:58,583 98110 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '04db2ce3-549b-4799-be0e-5ed2588171d3', 'name': 'tempest-AttachVolumeTestJSON-2109434594-network', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4734, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:36:03Z', 'updated_at': '2025-07-31T10:36:03Z', 'revision_number': 1} available for tenant 2025-07-31 10:38:58,584 98110 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1549629352', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAuu3FPEOYNgM/0rqdl1Mla3I++9mk4Wj6LZcherzzAbN+bOMrkzw4uAkRAqMA0ah7tKcX1+xdL9yov990UvarWfQ3n13ANPFUEVpK3vGKW4724CzIXuS56tfA35Pvf8Cg==', 'fingerprint': '1a:4b:04:f3:5c:c9:41:d7:f3:96:9e:c2:7d:cb:d6:24', 'user_id': '99fe885c8b95416598ba7ac4473b8b9f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAGVJXPF1JCOYQmxUNW6Kb7K5ZKnNuFS7O9KMwJGsVul7x4h/PIo4Cu\nmTMtgzsIsQygBwYFK4EEACKhZANiAAQLrtxTxDmDYDP9K6nZdTJWtyPvvZpOFo+i\n2XIXq88wGzfmzjK5M8OLgJEQKjANGoe7SnF9fsXS/cqL/fdFL2q1n0N59dwDTxVB\nFaSt7xiluO9uAsyF7kuerXwN+T73/Ao=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '46f96a14-8800-432c-b3d9-772adbe65fed', 'name': 'tempest-securitygroup--471700477', 'stateful': True, 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'description': 'tempest-description--66762531', 'shared': False, 'security_group_rules': [{'id': '69e1523e-cc78-4a84-b079-9906ca341e20', 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'security_group_id': '46f96a14-8800-432c-b3d9-772adbe65fed', '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': 1189, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:38:56Z', 'updated_at': '2025-07-31T10:38:56Z', 'revision_number': 0}, {'id': 'a588321b-402a-4b42-a8dc-bdbd5f500585', 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'security_group_id': '46f96a14-8800-432c-b3d9-772adbe65fed', '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': 1188, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:38:56Z', 'updated_at': '2025-07-31T10:38:56Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:3 8:56Z', 'updated_at': '2025-07-31T10:38:56Z', 'revision_number': 1, 'project_id': '01c4b29efb5841cfb95ceebdc25be710'}, 'floating_ip': {'id': 'b346b5d3-d4d2-4de3-9cc1-136aa9525cd1', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'floating_ip_address': '172.24.4.133', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:38:58Z', 'updated_at': '2025-07-31T10:38:58Z', 'revision_number': 0, 'ip': '172.24.4.133'}} 2025-07-31 10:38:59,141 98110 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.556s 2025-07-31 10:38:59,141 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1564243528", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "04db2ce3-549b-4799-be0e-5ed2588171d3"}], "security_groups": [{"name": "tempest-securitygroup--471700477"}], "key_name": "tempest-keypair-1549629352", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e16c346d-4b9a-4fa7-9f7f-eea25c3b7b6e', 'x-compute-request-id': 'req-e16c346d-4b9a-4fa7-9f7f-eea25c3b7b6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5a5d53ca-4765-4f33-bf55-483f3bada29d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--471700477"}], "adminPass": "password"}}' 2025-07-31 10:38:59,245 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d 0.100s 2025-07-31 10:38:59,245 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9115c14-6854-4191-b465-773bef591dcb', 'x-compute-request-id': 'req-e9115c14-6854-4191-b465-773bef591dcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d'} Body: b'{"server": {"id": "5a5d53ca-4765-4f33-bf55-483f3bada29d", "name": "tempest-AttachVolumeTestJSON-server-1564243528", "status": "BUILD", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{" rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:38:59Z", "updated": "2025-07-31T10:38:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1549629352", "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": []}}' 2025-07-31 10:39:49,556 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d 0.255s 2025-07-31 10:39:49,556 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:49 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-6fd9d639-7c06-4762-abeb-2f011ea35175', 'x-compute-request-id': 'req-6fd9d639-7c06-4762-abeb-2f011ea35175', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d'} Body: b'{"server": {"id": "5a5d53ca-4765-4f33-bf55-483f3bada29d", "name": "tempest-AttachVolumeTestJSON-server-1564243528", "status": "ACTIVE", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "metadata": {}, "hostId": "d26171f2a839bdae8bf1b666b807f70c9297bf1b3db5499069d7e090", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:38:59Z", "updated": "2025-07-31T10:39:14Z", "addresses": {"tempest-AttachVolumeTestJSON-2109434594-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:60:54"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1549629352", "OS-SRV-USG:launched_at": "2025-07-31T10:39:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--471700477"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:39:49,571 98110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:40:49,787 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d/os-interface 0.207s 2025-07-31 10:40:49,787 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:49 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-f4eada86-23ff-4af2-b85b-86de2522ec88', 'x-compute-request-id': 'req-f4eada86-23ff-4af2-b85b-86de2522ec88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "04db2ce3-549b-4799-be0e-5ed2588171d3", "port_id": "862aa0b2-02c3-4c7b-a6f1-6e6abab96648", "mac_addr": "fa:16:3e:ef:60:54", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b9e07fcb-f09f-453b-aa03-2d4c02af82e1", "ip_address": "10.0.0.9"}]}]}' 2025-07-31 10:40:50,582 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/b346b5d3-d4d2-4de3-9cc1-136aa9525cd1 0.790s 2025-07-31 10:40:50,582 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "862aa0b2-02c3-4c7b-a6f1-6e6abab96648"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-2b0b3e66-fc45-43c3-af0f-7dc20d6754f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/b346b5d3-d4d2-4de3-9cc1-136aa9525cd1'} Body: b'{"floatingip": {"id": "b346b5d3-d4d2-4de3-9cc1-136aa9525cd1", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "floating_ip_address": "172.24.4.133", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "be59706d-b7db-49e4-a7db-6939a8b7b409", "port_id": "862aa0b2-02c3-4c7b-a6f1-6e6abab96648", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "04db2ce3-549b-4799-be0e-5ed2588171d3", "mac_address": "fa:16:3e:ef:60:54", "admin_state_up": true, "status": "ACTIVE", "device_id": "5a5d53ca-4765-4f33-bf55-483f3bada29d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:38:58Z", "updated_at": "2025-07-31T10:40:50Z", "revision_number": 1, "project_id": "01c4b29efb5841cfb95ceebdc25be710"}}' 2025-07-31 10:40:50,583 98110 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.133:22' as 'cirros' with public key authentication 2025-07-31 10:40:50,592 98110 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:40:50,695 98110 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:40:50,695 98110 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.133 successfully created 2025-07-31 10:40:50,750 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d/ips 0.054s 2025-07-31 10:40:50,751 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:50 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-5c7ce2cd-2995-4a76-a9f0-98badf34a544', 'x-compute-request-id': 'req-5c7ce2cd-2995-4a76-a9f0-98badf34a544', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-2109434594-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2025-07-31 10:40:5 0,943 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/volumes 0.189s 2025-07-31 10:40:50,943 98110 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-1353440808"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15c6f229-f64f-40ea-a5e9-9c35c0916c4c', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15c6f229-f64f-40ea-a5e9-9c35c0916c4c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d533f750-3b3b-4208-8dda-653ac250a35d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:40:50.881902", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1353440808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d533f750-3b3b-4208-8dda-653ac250a35d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d533f750-3b3b-4208-8dda-653ac250a35d"}], "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:40:51,006 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/d533f750-3b3b-4208-8dda-653ac250a35d 0.041s 2025-07-31 10:40:51,006 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32d267af-7daf-4c19-919e-b472ef4f4567', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32d267af-7daf-4c19-919e-b472ef4f4567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d533f750-3b3b-4208-8dda-653ac250a35d'} Body: b'{"volume": {"id": "d533f750-3b3b-4208-8dda-653ac250a35d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:40:51.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1353440808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d533f750-3b3b-4208-8dda-653ac250a35d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d533f750-3b3b-4208-8dda-653ac250a35d"}], "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01c4b29efb5841cfb95ceebdc25be710"}}' 2025-07-31 10:40:52,061 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/d533f750-3b3b-4208-8dda-653ac250a35d 0.040s 2025-07-31 10:40:52,061 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91a6ce7b-ad39-43 02-b465-117454d780c9', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91a6ce7b-ad39-4302-b465-117454d780c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d533f750-3b3b-4208-8dda-653ac250a35d'} Body: b'{"volume": {"id": "d533f750-3b3b-4208-8dda-653ac250a35d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:40:51.000000", "updated_at": "2025-07-31T10:40:51.000000", "name": "tempest-AttachVolumeTestJSON-volume-1353440808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d533f750-3b3b-4208-8dda-653ac250a35d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d533f750-3b3b-4208-8dda-653ac250a35d"}], "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01c4b29efb5841cfb95ceebdc25be710"}}' 2025-07-31 10:40:52,198 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d 0.123s 2025-07-31 10:40:52,198 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:52 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-16e559d1-5283-499c-b944-b7e5eb49cae7', 'x-compute-request-id': 'req-16e559d1-5283-499c-b944-b7e5eb49cae7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d'} Body: b'' 2025-07-31 10:40:52,432 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d 0.233s 2025-07-31 10:40:52,432 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:52 GMT', 'server': '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-3550a9e8-192b-4c53-816e-22c0a184ceed', 'x-compute-request-id': 'req-3550a9e8-192b-4c53-816e-22c0a184ceed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d'} Body: b'{"server": {"id": "5a5d53ca-4765-4f33-bf55-483f3bada29d", "name": "tempest-AttachVolumeTestJSON-server-1564243528", "status": "ACTIVE", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "metadata": {}, "hostId": "d26171f2a839bdae8bf1b666b807f70c9297bf1b3db5499069d7e090", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:38:59Z", "updated": "2025-07-31T10:40:52Z", "addresses": {"tempest-AttachVolumeTestJSON-2109434594-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:60:54"}, {"version": 4, "addr": "172.24.4.133", "OS-EXT-IPS:type": "floating" , "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:60:54"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1549629352", "OS-SRV-USG:launched_at": "2025-07-31T10:39:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--471700477"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:41:42,747 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d 0.272s 2025-07-31 10:41:42,748 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:42 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-e63cc7fb-abf7-40bb-9834-4eb154f59011', 'x-compute-request-id': 'req-e63cc7fb-abf7-40bb-9834-4eb154f59011', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5a5d53ca-4765-4f33-bf55-483f3bada29d could not be found."}}' 2025-07-31 10:41:42,788 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1549629352 0.039s 2025-07-31 10:41:42,788 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:42 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-4098817f-6ae6-46ca-a1cf-87fb791449e7', 'x-compute-request-id': 'req-4098817f-6ae6-46ca-a1cf-87fb791449e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1549629352'} Body: b'' 2025-07-31 10:41:42,986 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/46f96a14-8800-432c-b3d9-772adbe65fed 0.197s 2025-07-31 10:41:42,987 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-deabc090-0a4b-4253-905a-0861e097e53f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/46f96a14-8800-432c-b3d9-772adbe65fed'} Body: b'' 2025-07-31 10:41:43,005 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/46f96a14-8800-432c-b3d9-772adbe65fed 0.017s 2025-07-31 10:41:43,005 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-51c4246f-2495-4544-bcc5-39cf108746b6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/46f96a14-8800-432c-b3d9-772adbe65fed'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 46f96a14-8800-432c-b3d9-772adbe65fed does not exist", "detail": ""}}' 2025-07-31 10:41:43,487 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/b346b5d3-d4d2-4de3-9cc1-136aa9525cd1 0.481s 2025-07-31 10:41:43,487 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-07d24b31-f16b-4fc1-9a8c-3821c821ab42', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/b346b5d3-d4d2-4de3-9cc1-136aa9525cd1'} Body: b'' {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.302476s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.034501s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.039802s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [1.685836s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume dda7ee9f-0394-4e39-85e8-514f4578dc7a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:41:49,477 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/os-quota-sets/b3f372b96ff14744b3f2f18f9079bd58?usage=True 0.039s 2025-07-31 10:41:49,477 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fef210e-cefa-488d-85a0-d4a85a61e038', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fef210e-cefa-488d-85a0-d4a85a61e038', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/os-quota-sets/b3f372b96ff14744b3f2f18f9079bd58?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": "b3f372b96ff14744b3f2f18f9079bd58"}}' 2025-07-31 10:41:49,816 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/volumes 0.328s 2025-07-31 10:41:49,816 98110 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-2035581916"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15a7913d-8c25-4d54-944d-8bad88355047', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15a7913d-8c25-4d54-944d-8bad88355047', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "dda7ee9f-0394-4e39-85e8-514f4578dc7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:41:49.750225", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-2035581916", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a"}], "user_id": "ce1569c7e16e4c13b3992b4374114dca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:41:49,868 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a 0.040s 2025-07-31 10:41:49,869 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'app lication/json', 'x-compute-request-id': 'req-6f986dc3-2717-438c-b2e1-0c70f172c1c2', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f986dc3-2717-438c-b2e1-0c70f172c1c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a'} Body: b'{"volume": {"id": "dda7ee9f-0394-4e39-85e8-514f4578dc7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:41:50.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-2035581916", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a"}], "user_id": "ce1569c7e16e4c13b3992b4374114dca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3f372b96ff14744b3f2f18f9079bd58"}}' 2025-07-31 10:41:50,925 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a 0.041s 2025-07-31 10:41:50,925 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b8d677b-0961-4655-b7c5-aa9218ea015f', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b8d677b-0961-4655-b7c5-aa9218ea015f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a'} Body: b'{"volume": {"id": "dda7ee9f-0394-4e39-85e8-514f4578dc7a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:41:50.000000", "updated_at": "2025-07-31T10:41:50.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-2035581916", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a"}], "user_id": "ce1569c7e16e4c13b3992b4374114dca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3f372b96ff14744b3f2f18f9079bd58"}}' 2025-07-31 10:41:50,988 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a 0.044s 2025-07-31 10:41:50,988 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a82fb1d8-a206-4bf5-a070-7a1850241807', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a82fb1d8-a206-4bf5-a070-7a1850241807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a'} Body: b'{"volume": {"id": "dda7ee9f-0394-4e39-85e8-514f4578dc7a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:41:50.000000", "updated_at": "2025-07-31T10:41:50.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-2035581916", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a"}], "user_id": "ce1569c7e16e4c13b3992b4374114dca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3f372b96ff14744b3f2f18f9079bd58"}}' 2025-07-31 10:41:51,097 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a 0.096s 2025-07-31 10:41:51,097 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41: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-692bf430-dae8-4181-9788-95010e1eca4b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a'} Body: b'' 2025-07-31 10:41:51,121 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a 0.023s 2025-07-31 10:41:51,121 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41: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-c9a78ece-4ec4-40e5-9883-0ef731bfb6b8', 'x-openstack-request-id': 'req-c9a78ece-4ec4-40e5-9883-0ef731bfb6b8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume dda7ee9f-0394-4e39-85e8-514f4578dc7a could not be found."}}' {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [1.503586s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 08e8ee5b-d9be-4e77-871c-28f156d8f15a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:41:51,316 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/volumes 0.191s 2025-07-31 10:41:51,317 98110 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-622042583"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52bb2d80-f3e3-495c-84a9-6c59e791f5c3', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52bb2d80-f3e3-495c-84a9-6c59e791f5c3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "08e8ee5b-d9be-4e77-871c-28f156d8f15a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:41:51.242144", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-622042583", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a"}], "user_id": "ce1569c7e16e4c13b3992b4374114dca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:41:51,371 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a 0.042s 2025-07-31 10:41:51,371 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a56db99b-4d5a-44ae-bdaa-8e82d608d26e', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a56db99b-4d5a-44ae-bdaa-8e82d608d26e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a'} Body: b'{"volume": {"id": "08e8ee5b-d9be-4e77-871c-28f156d8f15a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:41:51.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-622042583", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a"}], "user_id": "ce1569c7e16e4c13b3992b4374114dca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3f372b96ff14744b3f2f18f9079bd58"}}' 2025-07-31 10:41:52,432 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a 0.047s 2025-07-31 10:41:52,433 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-674d7188-926f-4909-a9ba-1058a2ac6a9f', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-674d7188-926f-4909-a9ba-1058a2ac6a9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a'} Body: b'{"volume": {"id": "08e8ee5b-d9be-4e77-871c-28f156d8f15a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:41:51.000000", "updated_at": "2025-07-31T10:41:51.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-622042583", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a"}], "user_id": "ce1569c7e16e4c13b3992b4374114dca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3f372b96ff14744b3f2f18f9079bd58"}}' 2025-07-31 10:41:52,489 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a 0.042s 2025-07-31 10:41:52,490 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-248b4aaa-9842-4573-84f1-341c7745c4f6', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-248b4aaa-9842-4573-84f1-341c7745c4f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a'} Body: b'{"volume": {"id": "08e8ee5b-d9be-4e77-871c-28f156d8f15a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:41:51.000000", "updated_at": "2025-07-31T10:41:51.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-622042583", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a"}], "user_id": "ce1569c7e16e4c13b3992b4374114dca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3f372b96ff14744b3f2f18f9079bd58"}}' 2025-07-31 10:41:52,602 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a 0.099s 2025-07-31 10:41:52,602 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41: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-1b113f4d-f7f8-4515-9cd4-e8f322e9b07e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a'} Body: b'' 2025-07-31 10:41:52,626 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9 be-4e77-871c-28f156d8f15a 0.023s 2025-07-31 10:41:52,626 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41: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-58141313-41a1-4979-9229-e3997325763b', 'x-openstack-request-id': 'req-58141313-41a1-4979-9229-e3997325763b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 08e8ee5b-d9be-4e77-871c-28f156d8f15a could not be found."}}' {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.053281s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.238651s] ... ok {1} 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 95cf90c8-13af-452d-ab94-62afe8f0e70a failed to build and is in ERROR status {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [2.015485s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 56, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b4815022-69e8-4b43-949d-a244b61f74ed failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:42:02,462 98110 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/types 0.166s 2025-07-31 10:42:02,462 98110 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-1604936115", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a5e072c-3c40-413b-973e-fcc05f608cce', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a5e072c-3c40-413b-973e-fcc05f608cce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "e6365f18-f6ab-40dd-a60b-cfcda5ff28ee", "name": "tempest-VolumeTypesTest-volume-type-1604936115", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:42:02,506 98110 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/types 0.040s 2025-07-31 10:42:02,507 98110 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-462629697", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feca1b62-9d60-446d-982e-20c8a8913291', 'content-length': '272', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feca1b62-9d60-446d-982e-20c8a8913291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "c40b0567-d42c-48e5-af53-b0fd43e3acaa", "name": "tempest-VolumeTypesTest-volume-type-462629697", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:42:02,832 98110 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/volumes 0.322s 2025-07-31 10:42:02,833 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1241582283", "volume_type": "e6365f18-f6ab-40dd-a60b-cfcda5ff28ee", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-169930ac-5ee2-4ade-bbc8-a0411bf1b550', 'content-length': '782', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-169930ac-5ee2-4ade-bbc8-a0411bf1b550', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b4815022-69e8-4b43-949d-a244b61f74ed", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:02.750474", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1241582283", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1604936115", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b481502 2-69e8-4b43-949d-a244b61f74ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b4815022-69e8-4b43-949d-a244b61f74ed"}], "user_id": "8713b24588a443a5aa020237adb38f86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:42:02,888 98110 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/volumes/b4815022-69e8-4b43-949d-a244b61f74ed 0.042s 2025-07-31 10:42:02,888 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-534ec68a-8704-49f3-b0d5-a14453efaf65', 'content-length': '850', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-534ec68a-8704-49f3-b0d5-a14453efaf65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed'} Body: b'{"volume": {"id": "b4815022-69e8-4b43-949d-a244b61f74ed", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:03.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1241582283", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1604936115", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b4815022-69e8-4b43-949d-a244b61f74ed"}], "user_id": "8713b24588a443a5aa020237adb38f86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "010bb1497df1476aba5b546bf3a57fe3"}}' 2025-07-31 10:42:03,950 98110 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/volumes/b4815022-69e8-4b43-949d-a244b61f74ed 0.045s 2025-07-31 10:42:03,951 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fa9bc80-d644-4e6a-8595-e277c9f8adbd', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fa9bc80-d644-4e6a-8595-e277c9f8adbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed'} Body: b'{"volume": {"id": "b4815022-69e8-4b43-949d-a244b61f74ed", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:03.000000", "updated_at": "2025-07-31T10:42:03.000000", "name": "tempest-VolumeTypesTest-volume-1241582283", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1604936115", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b4815022-69e8-4b43-949d-a244b61f74ed"}], "user_id": "8713b24588a443a5aa020237adb38f86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "010bb1497df1476aba5b546bf3a57fe3"}}' 2025-07-31 10:42:04,012 98110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups) : 200 GET http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed 0.043s 2025-07-31 10:42:04,012 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0eea965-843f-4300-813c-27bf76c096ea', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0eea965-843f-4300-813c-27bf76c096ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed'} Body: b'{"volume": {"id": "b4815022-69e8-4b43-949d-a244b61f74ed", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:03.000000", "updated_at": "2025-07-31T10:42:03.000000", "name": "tempest-VolumeTypesTest-volume-1241582283", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1604936115", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b4815022-69e8-4b43-949d-a244b61f74ed"}], "user_id": "8713b24588a443a5aa020237adb38f86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "010bb1497df1476aba5b546bf3a57fe3"}}' 2025-07-31 10:42:04,133 98110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed 0.105s 2025-07-31 10:42:04,134 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-6ac59f11-4586-4970-be08-9532873791be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed'} Body: b'' 2025-07-31 10:42:04,157 98110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed 0.022s 2025-07-31 10:42:04,157 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:04 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-6be452b3-5a87-4f94-8692-0d5817ab8538', 'x-openstack-request-id': 'req-6be452b3-5a87-4f94-8692-0d5817ab8538', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b4815022-69e8-4b43-949d-a244b61f74ed could not be found."}}' 2025-07-31 10:42:04,218 98110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/c40b0567-d42c-48e5-af53-b0fd43e3acaa 0.059s 2025-07-31 10:42:04,218 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-428e55c2-65db-4240-a708-21b666aa5708', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/c40b0567-d42c-48e5-af53-b0fd43e3acaa'} Body: b'' 2025-07-31 10:42:04,235 98110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/c40b0567-d42c-48e5-af53-b0fd43e3acaa 0.016s 2025-07-31 10:42:04,235 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-9de1d36a-7cc1-469b-bb51-8205be1b6605', 'x-openstack-request-id': 'req-9de1d36a-7cc1-469b-bb51-8205be1b6605', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/c40b0567-d42c-48e5-af53-b0fd43e3acaa'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c40b0567-d42c-48e5-af53-b0fd43e3acaa could not be found."}}' 2025-07-31 10:42:04,291 98110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/e6365f18-f6ab-40dd-a60b-cfcda5ff28ee 0.055s 2025-07-31 10:42:04,291 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-202dd8a5-d66b-485b-aec1-ccf8b9c195c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/e6365f18-f6ab-40dd-a60b-cfcda5ff28ee'} Body: b'' 2025-07-31 10:42:04,308 98110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/e6365f18-f6ab-40dd-a60b-cfcda5ff28ee 0.017s 2025-07-31 10:42:04,309 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-f7da47d4-7e11-4c1d-bd1b-d810689dcc66', 'x-openstack-request-id': 'req-f7da47d4-7e11-4c1d-bd1b-d810689dcc66', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/e6365f18-f6ab-40dd-a60b-cfcda5ff28ee'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e6365f18-f6ab-40dd-a60b-cfcda5ff28ee could not be found."}}' {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.199512s] ... ok {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.392202s] ... ok {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.069251s] ... ok {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.192899s] ... ok {1} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [1.697850s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5a82335d-aa92-413d-8766-600fb3b5793f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:42:08,041 98110 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/volumes 0.379s 2025-07-31 10:42:08,041 98110 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-925104836"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3995f931-9532-41c8-acd6-6ca91e14abde', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3995f931-9532-41c8-acd6-6ca91e14abde', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5a82335d-aa92-413d-8766-600fb3b5793f", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-07-31T10:42:07.968237", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-925104836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5a82335d-aa92-413d-8766-600fb3b5793f"}], "user_id": "c5915ba185884c4ea7de98adf108a22f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:42:08,101 98110 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f 0.047s 2025-07-31 10:42:08,101 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0aca735d-e701-4a87-b24b-5a341ff777dd', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0aca735d-e701-4a87-b24b-5a341ff777dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f'} Body: b'{"volume": {"id": "5a82335d-aa92-413d-8766-600fb3b5793f", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-07-31T10:42:08.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-925104836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5a82335d-aa92-413d-8766-600fb3b5793f"}], "user_id": "c5915ba185884c4ea7de98adf108a22f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d7d4ba754d8e4e5bb62c2971153f6f9f"}}' 2025-07-31 10:42:09,157 98110 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f 0.039s 2025-07-31 10:42:09,157 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-fdb8a328-3650-487d-848a-d3df80ff7e2e', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdb8a328-3650-487d-848a-d3df80ff7e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f'} Body: b'{"volume": {"id": "5a82335d-aa92-413d-8766-600fb3b5793f", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-07-31T10:42:08.000000", "updated_at": "2025-07-31T10:42:08.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-925104836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5a82335d-aa92-413d-8766-600fb3b5793f"}], "user_id": "c5915ba185884c4ea7de98adf108a22f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d7d4ba754d8e4e5bb62c2971153f6f9f"}}' 2025-07-31 10:42:09,216 98110 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f 0.039s 2025-07-31 10:42:09,216 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddbc1a80-273e-4250-be3a-a3aaf99fd773', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddbc1a80-273e-4250-be3a-a3aaf99fd773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f'} Body: b'{"volume": {"id": "5a82335d-aa92-413d-8766-600fb3b5793f", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-07-31T10:42:08.000000", "updated_at": "2025-07-31T10:42:08.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-925104836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5a82335d-aa92-413d-8766-600fb3b5793f"}], "user_id": "c5915ba185884c4ea7de98adf108a22f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d7d4ba754d8e4e5bb62c2971153f6f9f"}}' 2025-07-31 10:42:09,336 98110 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f 0.106s 2025-07-31 10:42:09,336 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-9dd2e020-ee39-4148-b81d-bd1444916504', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f'} Body: b'' 2025-07-31 10:42:09,358 98110 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d- 8766-600fb3b5793f 0.021s 2025-07-31 10:42:09,358 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-c7adeda1-252e-4e91-a8ec-503aa1351d94', 'x-openstack-request-id': 'req-c7adeda1-252e-4e91-a8ec-503aa1351d94', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5a82335d-aa92-413d-8766-600fb3b5793f could not be found."}}' {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.154516s] ... ok {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.066938s] ... ok {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.013722s] ... ok {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.069217s] ... ok {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.019193s] ... ok {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [1.522333s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 65, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d0f889ba-6fc1-4e40-bd18-b0a57f1165b9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:42:11,486 98110 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/volumes 0.228s 2025-07-31 10:42:11,486 98110 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-494636606"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-156aeb1f-f892-4185-b962-a2c05c005c33', 'content-length': '762', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-156aeb1f-f892-4185-b962-a2c05c005c33', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d0f889ba-6fc1-4e40-bd18-b0a57f1165b9", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-07-31T10:42:11.419140", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-494636606", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9"}], "user_id": "88e338e38761415a9296634356185ad2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:42:11,538 98110 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9 0.039s 2025-07-31 10:42:11,538 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1da198b-16bc-490f-9716-b8f321778b35', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1da198b-16bc-490f-9716-b8f321778b35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9'} Body: b'{"volume": {"id": "d0f889ba-6fc1-4e40-bd18-b0a57f1165b9", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-07-31T10:42:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-494636606", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9"}], "user_id": "88e338e38761415a9296634356185ad2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c3f58b6ee8a404f9a3fc730c2b77ffe"}}' 2025-07-31 10:42:12,595 98110 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9 0.042s 2025-07-31 10:42:12,596 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:12 GMT', 'server': 'Apache /2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-450b4d65-a500-4e5e-ae44-820490767cc8', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-450b4d65-a500-4e5e-ae44-820490767cc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9'} Body: b'{"volume": {"id": "d0f889ba-6fc1-4e40-bd18-b0a57f1165b9", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-07-31T10:42:11.000000", "updated_at": "2025-07-31T10:42:12.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-494636606", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9"}], "user_id": "88e338e38761415a9296634356185ad2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c3f58b6ee8a404f9a3fc730c2b77ffe"}}' 2025-07-31 10:42:12,647 98110 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9 0.038s 2025-07-31 10:42:12,648 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8432c20-f748-4e98-8351-00efbc84cf32', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8432c20-f748-4e98-8351-00efbc84cf32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9'} Body: b'{"volume": {"id": "d0f889ba-6fc1-4e40-bd18-b0a57f1165b9", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-07-31T10:42:11.000000", "updated_at": "2025-07-31T10:42:12.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-494636606", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9"}], "user_id": "88e338e38761415a9296634356185ad2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c3f58b6ee8a404f9a3fc730c2b77ffe"}}' 2025-07-31 10:42:12,755 98110 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9 0.094s 2025-07-31 10:42:12,755 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:12 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-16bf8bb2-e5b3-4670-a32f-55a6b11bf070', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9'} Body: b'' 2025-07-31 10:42:12,778 98110 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJ SON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9 0.023s 2025-07-31 10:42:12,779 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-36a8afe2-c00b-412e-8493-21db99714ea1', 'x-openstack-request-id': 'req-36a8afe2-c00b-412e-8493-21db99714ea1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d0f889ba-6fc1-4e40-bd18-b0a57f1165b9 could not be found."}}' {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_snapshot_stop_start_instance [1.995683s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 147, in test_bootable_volume_snapshot_stop_start_instance volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1405, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2fa444ed-43b3-459d-b4d6-358ef892fe71 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:42:30,578 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_bootable_volume_snapshot_stop_start_instance): 200 GET http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.209s 2025-07-31 10:42:30,578 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e0a50840-9f91-437d-a885-38d0a0b4d0ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:42:31,082 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_bootable_volume_snapshot_stop_start_instance): 202 POST http://10.0.0.210/volume/v3/volumes 0.502s 2025-07-31 10:42:31,082 98110 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-642398615", "snapshot_id": null, "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-010223ad-5aca-4bb2-b378-cb407ccdb753', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-010223ad-5aca-4bb2-b378-cb407ccdb753', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2fa444ed-43b3-459d-b4d6-358ef892fe71", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:30.991993", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-642398615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:42:31,136 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_bootable_volume_snapshot_stop_start_instance): 200 GET http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71 0.042s 2025-07-31 10:42:31,137 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d461362-52d5-4413-ba74-f3f14f2f5a59', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d461362-52d5-4413-ba74-f3f14f2f5a59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71'} Body: b'{"volume": {"id": "2fa444ed-43b3-459d-b4d6-358ef892fe71", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:31.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-642398615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61530218010c4de0b178119f5aecbc6d"}}' 2025-07-31 10:42:32,195 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_bootable_volume_snapshot_stop_start_instance): 200 GET http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71 0.043s 2025-07-31 10:42:32,195 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff8d5cbf-7eb1-4607-8961-3a28df9d9b9c', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff8d5cbf-7eb1-4607-8961-3a28df9d9b9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71'} Body: b'{"volume": {"id": "2fa444ed-43b3-459d-b4d6-358ef892fe71", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:31.000000", "updated_at": "2025-07-31T10:42:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-642398615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61530218010c4de0b178119f5aecbc6d"}}' 2025-07-31 10:42:32,334 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71 0.123s 2025-07-31 10:42:32,335 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-dd7cbe86-7559-46bc-b1b1-e1c14007d233', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71'} Body: b'' 2025-07-31 10:42:32,362 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71 0.026s 2025-07-31 10:42:32,362 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-d0a8292b-75ad-4a8c-8fd2-bea39dd1afb0', 'x-openstack-request-id': 'req-d0a8292b-75ad-4a8c-8fd2-bea39dd1afb0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2fa444ed-43b3-459d-b4d6-358ef892fe71 could not be found."}}' {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [1.596392s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 179, in test_create_server_from_volume_snapshot boot_volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1405, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 63bd898f-509e-4e05-968e-65d09c98aaad failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:42:32,386 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.020s 2025-07-31 10:42:32,386 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-32763875-0475-437a-8b1e-059cc50d3d90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:42:32,715 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/volumes 0.328s 2025-07-31 10:42:32,716 98110 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-1755949503", "snapshot_id": null, "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b332819-159c-4a12-a447-be7105b6dd81', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b332819-159c-4a12-a447-be7105b6dd81', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "63bd898f-509e-4e05-968e-65d09c98aaad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:32.642121", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1755949503", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/63bd898f-509e-4e05-968e-65d09c98aaad"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:42:32,775 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad 0.047s 2025-07-31 10:42:32,775 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'d ate': 'Thu, 31 Jul 2025 10:42:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e49cda2-2cef-4238-9766-256b856519da', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e49cda2-2cef-4238-9766-256b856519da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad'} Body: b'{"volume": {"id": "63bd898f-509e-4e05-968e-65d09c98aaad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:33.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1755949503", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/63bd898f-509e-4e05-968e-65d09c98aaad"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61530218010c4de0b178119f5aecbc6d"}}' 2025-07-31 10:42:33,826 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad 0.036s 2025-07-31 10:42:33,826 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad91b493-9395-4514-9fd0-ab02c5ea06cf', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad91b493-9395-4514-9fd0-ab02c5ea06cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad'} Body: b'{"volume": {"id": "63bd898f-509e-4e05-968e-65d09c98aaad", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:33.000000", "updated_at": "2025-07-31T10:42:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1755949503", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/63bd898f-509e-4e05-968e-65d09c98aaad"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61530218010c4de0b178119f5aecbc6d"}}' 2025-07-31 10:42:33,937 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad 0.097s 2025-07-31 10:42:33,938 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f5b2923-7778-426d-afa9-663ca50a3412', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad'} Body: b'' 2025-07-31 10:42:33,960 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad 0.022s 2025-07-31 10:42:33,961 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:33 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-c0d502ae-4ad5-4510-ae34-a11c7737026b', 'x-openstack-request-id': 'req-c0d502ae-4ad5-4510-ae34-a11c7737026b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 63bd898f-509e-4e05-968e-65d09c98aaad could not be found."}}' {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [1.636095s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 224, in test_image_defined_boot_from_volume volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1405, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4f39f302-f85f-41a9-9a8d-ee52746307a0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:42:33,983 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.020s 2025-07-31 10:42:33,983 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bc685693-64a2-4f58-b607-ba8e98f6c597', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:42:34,315 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.331s 2025-07-31 10:42:34,315 98110 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-165427623", "snapshot_id": null, "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa579d06-64ad-4ee7-a16f-fdb33f27dcf4', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa579d06-64ad-4ee7-a16f-fdb33f27dcf4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4f39f302-f85f-41a9-9a8d-ee52746307a0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:34.255979", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-165427623", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:42:34,365 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0 0.038s 2025-07-31 10:42:34,366 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-182012a0-af0d-42ce-a6f8-e33d479f1245', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-182012a0-af0d-42ce-a6f8-e33d479f1245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0'} Body: b'{"volume": {"id": "4f39f302-f85f-41a9-9a8d-ee52746307a0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:34.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-165427623", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61530218010c4de0b178119f5aecbc6d"}}' 2025-07-31 10:42:35,451 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0 0.068s 2025-07-31 10:42:35,452 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7b07876-2c9f-445a-8758-6541f47ecab3', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7b07876-2c9f-445a-8758-6541f47ecab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0'} Body: b'{"volume": {"id": "4f39f302-f85f-41a9-9a8d-ee52746307a0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:34.000000", "updated_at": "2025-07-31T10:42:34.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-165427623", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61530218010c4de0b178119f5aecbc6d"}}' 2025-07-31 10:42:35,574 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0 0.095s 2025-07-31 10:42:35,575 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e32a1a1-bdb5-48b1-928a-613e9d2bc1c8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0'} Body: b'' 2025-07-31 10:42:35,598 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeB ootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0 0.022s 2025-07-31 10:42:35,598 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-a316dafb-74db-44e8-b3f8-6435c61c4382', 'x-openstack-request-id': 'req-a316dafb-74db-44e8-b3f8-6435c61c4382', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4f39f302-f85f-41a9-9a8d-ee52746307a0 could not be found."}}' {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [4.186309s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 81, in test_volume_boot_pattern volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1405, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1637dcd0-1206-4559-aa77-38943b5fc41d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:42:35,601 98110 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2025-07-31 10:42:35,674 98110 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.072s 2025-07-31 10:42:35,675 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1822628086", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB7fRQmO5q/+N4KH9O5j9jFBjfr/DvevxE/B8CRNDjNxY+taquaTMoYM/mpXgm1rX5mNTx/icCRncfNWQiKz3bJC1tVaAyJMxlQ2V+FUPExpEaCAgDNoXH8cFCSnlrQG9g=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44fccb1b-e595-47bf-abe3-4565d4a354c2', 'x-compute-request-id': 'req-44fccb1b-e595-47bf-abe3-4565d4a354c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1822628086", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB7fRQmO5q/+N4KH9O5j9jFBjfr/DvevxE/B8CRNDjNxY+taquaTMoYM/mpXgm1rX5mNTx/icCRncfNWQiKz3bJC1tVaAyJMxlQ2V+FUPExpEaCAgDNoXH8cFCSnlrQG9g==", "fingerprint": "5e:5b:46:43:65:b1:e6:cd:53:3b:41:93:d1:a7:8b:f0", "user_id": "06f0598819ff43ad958504a8f7a32f39"}}' 2025-07-31 10:42:35,913 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.235s 2025-07-31 10:42:35,913 98110 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-2076855660", "description": "tempest-secgroup-smoke-2076855660 description", "project_id": "61530218010c4de0b178119f5aecbc6d"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1677', 'x-openstack-request-id': 'req-89417d2a-8636-42a3-bafe-62094e9af256', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "84a3f14c-6e22-4395-9b97-903bdd45244f", "name": "tempest-secgroup-smoke-2076855660", "stateful": true, "tenant_id": "61530218010c4de0b178119f5aecbc6d", "description": "tempest-secgroup-smoke-2076855660 description", "shared": false, "security_group_rules": [{"id": "0aee43d3-bf7b-443b-be52-85b88c9d7b4f", "project_id": "61530218010c4de0b178119f5aecbc6d", "tenant_id": "61530218010c4de0b178119f5aecbc6d", "security_group_id": "84a3f14c-6e22-4395-9b97-903bdd45244f", "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": 1304, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:42:35Z", "updated_at": "2025-07-31T10:42:35Z", "revision_number": 0}, {"id": "93dfee6f-94c1-4125-b511-8d01df3d67df", "project_id": "61530218010c4de0b178119f5aecbc6d", "tenant_id": "61530218010c4de0b178119f5aecbc6d", "security_group_id": "84a3f14c-6e22-4395-9b97-903bdd45244f", "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": 1303, "belongs_to_default_sg": false, "descript ion": null, "tags": [], "created_at": "2025-07-31T10:42:35Z", "updated_at": "2025-07-31T10:42:35Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:42:35Z", "updated_at": "2025-07-31T10:42:35Z", "revision_number": 1, "project_id": "61530218010c4de0b178119f5aecbc6d"}}' 2025-07-31 10:42:36,118 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.204s 2025-07-31 10:42:36,118 98110 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": "84a3f14c-6e22-4395-9b97-903bdd45244f", "project_id": "61530218010c4de0b178119f5aecbc6d", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-629dba20-a016-4df1-9cd4-4c6f39c61e25', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5ff4e60c-d2bb-4007-865b-ea66eea5f28c", "project_id": "61530218010c4de0b178119f5aecbc6d", "tenant_id": "61530218010c4de0b178119f5aecbc6d", "security_group_id": "84a3f14c-6e22-4395-9b97-903bdd45244f", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:42:35Z", "updated_at": "2025-07-31T10:42:35Z", "revision_number": 0}}' 2025-07-31 10:42:36,344 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.225s 2025-07-31 10:42:36,345 98110 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": "84a3f14c-6e22-4395-9b97-903bdd45244f", "project_id": "61530218010c4de0b178119f5aecbc6d", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-ac776679-0705-4eba-bfd6-0ef272776329', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "eb659171-9016-48a3-b83e-84eb16999360", "project_id": "61530218010c4de0b178119f5aecbc6d", "tenant_id": "61530218010c4de0b178119f5aecbc6d", "security_group_id": "84a3f14c-6e22-4395-9b97-903bdd45244f", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:42:36Z", "updated_at": "2025-07-31T10:42:36Z", "revision_number": 0}}' 2025-07-31 10:42:36,562 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.217s 2025-07-31 10:42:36,562 98110 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": "84a3f14c-6e22-4395-9b97-903bdd45244f", "project_id": "61530218010c4de0b178119f5aecbc6d", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-6a095b4b-9276-4f33-abca-06450afe48eb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9dbca279-cfe0-40e6-9eab-69185dfbcf6b", "project_id": "61530218010c4de0b178119f5aecbc6d", "tenant_id": "61530218010c4de0b178119f5aecbc6d", "security_group_id": "84a3f14c-6e22-4395-9b97-903bdd45244f", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:42:36Z", "updated_at": "2025-07-31T10:42:36Z", "revision_number": 0}}' 2025-07-31 10:42:36,766 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.203s 2025-07-31 10:42:36,767 98110 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": "84a3f14c-6e22-4395-9b97-903bdd45244f", "project_id": "61530218010c4de0b178119f5aecbc6d", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-085d1370-6c78-4737-8e17-2c2c6571d82a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3997119a-37c8-44a8-8e84-8ceaa6f78be1", "project_id": "61530218010c4de0b178119f5aecbc6d", "tenant_id": "61530218010c4de0b178119f5aecbc6d", "security_group_id": "84a3f14c-6e22-4395-9b97-903bdd45244f", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:42:36Z", "updated_at": "2025-07-31T10:42:36Z", "revision_number": 0}}' 2025-07-31 10:42:36,990 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.223s 2025-07-31 10:42:36,991 98110 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": "84a3f14c-6e22-4395-9b97-903bdd45244f", "project_id": "61530218010c4de0b178119f5aecbc6d", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-637706c4-22ac-476a-9cb8-dc76a64513c3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8c5d1bd3-7f56-4fd7-bc7d-c47795877002", "project_id": "61530218010c4de0b178119f5aecbc6d", "tenant_id": "61530218010c4de0b178119f5aecbc6d", "security_group_id": "84a3f14c-6e22-4395-9b97-903bdd45244f", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:42:36Z", "updated_at": "2025-07-31T10:42:36Z", "revision_number": 0}}' 2025-07-31 10:42:37,213 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.221s 2025-07-31 10:42:37,213 98110 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": "84a3f14c-6e22-4395-9b97-903bdd45244f", "project_id": "61530218010c4de0b178119f5aecbc6d", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-af32fc87-dcab-40c5-87ba-c795d597abb9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6657d858-206a-462c-8b26-ccbe2d570190", "project_id": "61530218010c4de0b178119f5aecbc6d", "tenant_id": "61530218010c4de0b178119f5aecbc6d", "security_group_id": "84a3f14c-6e22-4395-9b97-903bdd45244f", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:42:37Z", "updated_at": "2025-07-31T10:42:37Z", "revision_number": 0}}' 2025-07-31 10:42:37,213 98110 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2025-07-31 10:42:37,236 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.021s 2025-07-31 10:42:37,236 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-68c734cf-8bac-4459-82c0-3f889e1cfbb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:42:37,551 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.314s 2025-07-31 10:42:37,551 98110 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-1755249423", "snapshot_id": null, "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:37 GMT', 'server': 'Apache/2.4.52 ( Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd3aeb1f-8ba2-4145-a587-a5adf2c8f149', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd3aeb1f-8ba2-4145-a587-a5adf2c8f149', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1637dcd0-1206-4559-aa77-38943b5fc41d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:37.495365", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1755249423", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:42:37,600 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d 0.037s 2025-07-31 10:42:37,600 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b232b69-cd08-4319-be19-ca54e1c05758', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b232b69-cd08-4319-be19-ca54e1c05758', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d'} Body: b'{"volume": {"id": "1637dcd0-1206-4559-aa77-38943b5fc41d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:37.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1755249423", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61530218010c4de0b178119f5aecbc6d"}}' 2025-07-31 10:42:38,700 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d 0.085s 2025-07-31 10:42:38,701 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df636067-acc4-4247-9f04-75ff2948d788', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df636067-acc4-4247-9f04-75ff2948d788', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d'} Body: b'{"volume": {"id": "1637dcd0-1206-4559-aa77-38943b5fc41d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:37.000000", "updated_at": "2025-07-31T10:42:38.000000", "name ": "tempest-TestVolumeBootPattern-volume-origin-1755249423", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61530218010c4de0b178119f5aecbc6d"}}' 2025-07-31 10:42:38,802 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d 0.088s 2025-07-31 10:42:38,802 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-45af4429-5a8f-44e9-ab5d-be8b9eece0f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d'} Body: b'' 2025-07-31 10:42:38,823 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d 0.020s 2025-07-31 10:42:38,824 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-38a29a25-ac18-41e4-a29c-93427a7fee06', 'x-openstack-request-id': 'req-38a29a25-ac18-41e4-a29c-93427a7fee06', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1637dcd0-1206-4559-aa77-38943b5fc41d could not be found."}}' 2025-07-31 10:42:39,698 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/84a3f14c-6e22-4395-9b97-903bdd45244f 0.874s 2025-07-31 10:42:39,698 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-492eb5ae-e9a1-436a-98d3-00285fc39ee7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/84a3f14c-6e22-4395-9b97-903bdd45244f'} Body: b'' 2025-07-31 10:42:39,786 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1822628086 0.087s 2025-07-31 10:42:39,787 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:39 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-63b79ab7-2582-49fa-bc04-224d74f9a69d', 'x-compute-request-id': 'req-63b79ab7-2582-49fa-bc04-224d74f9a69d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1822628086'} Body: b'' {1} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. ============================== Failed 112 tests - output below: ============================== 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 55, 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 64560cd1-75ce-4f27-9bd2-0c85caddddeb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:20:31,828 98128 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.475s 2025-07-31 10:20:31,828 98128 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-1441865429", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/64560cd1-75ce-4f27-9bd2-0c85caddddeb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9b0224c-e2f1-44ed-91b4-1f64edc2c93b', 'x-compute-request-id': 'req-b9b0224c-e2f1-44ed-91b4-1f64edc2c93b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "64560cd1-75ce-4f27-9bd2-0c85caddddeb", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-07-31T10:20:31.612407", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1441865429", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-07-31 10:20:32,072 98128 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/64560cd1-75ce-4f27-9bd2-0c85caddddeb 0.238s 2025-07-31 10:20:32,073 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:31 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-1c61c9c5-e0f8-4e18-ad5a-21305e42aa06', 'x-compute-request-id': 'req-1c61c9c5-e0f8-4e18-ad5a-21305e42aa06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/64560cd1-75ce-4f27-9bd2-0c85caddddeb'} Body: b'{"volume": {"id": "64560cd1-75ce-4f27-9bd2-0c85caddddeb", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-07-31T10:20:32.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1441865429", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-07-31 10:20:33,380 98128 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/64560cd1-75ce-4f27-9bd2-0c85caddddeb 0.300s 2025-07-31 10:20:33,381 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fa3031e-84ab-47ab-9aa8-a156dca6add0', 'x-compute-request-id': 'req-9fa3031e-84ab-47ab-9aa8-a156dca6add0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/64560cd1-75ce-4f27-9bd2-0c85caddddeb'} Body: b'{"volume": {"id": "64560cd1-75ce-4f27-9bd2-0c85caddddeb", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-07-31T10:20:32.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1441865429", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON) -------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 95587f45-6ac7-4440-b4b9-209bbc2e3d34 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 182, 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 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 4ad6b632-6a66-41fc-9375-417febb95dc1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:20:42,915 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/types 0.164s 2025-07-31 10:20:42,915 98120 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-322888653"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5ec1176-017d-4d61-ab5e-042865d56e93', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5ec1176-017d-4d61-ab5e-042865d56e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "317c58be-3a8e-4b1d-854a-f78c66d8c35e", "name": "tempest-GroupsV314Test-volume-type-322888653", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:20:42,967 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/group_types 0.049s 2025-07-31 10:20:42,968 98120 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-707041678"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-597491fe-2d9c-4e0b-b007-de9b4ad9a8ad', 'content-length': '176', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-597491fe-2d9c-4e0b-b007-de9b4ad9a8ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "9ea9b28b-f5a5-48af-ae78-8d1fd00938fa", "name": "tempest-GroupsV314Test-group-type-707041678", "description": null, "is_public": true, "group_specs": {}}}' 2025-07-31 10:20:43,367 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/groups 0.395s 2025-07-31 10:20:43,367 98120 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": "9ea9b28b-f5a5-48af-ae78-8d1fd00938fa", "volume_types": ["317c58be-3a8e-4b1d-854a-f78c66d8c35e"], "name": "tempest-GroupsV314Test-Group-746767271"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bbada6f-3304-402f-b749-2d11fb3cb837', 'content-length': '107', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bbada6f-3304-402f-b749-2d11fb3cb837', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "4ad6b632-6a66-41fc-9375-417febb95dc1", "name": "tempest-GroupsV314Test-Group-746767271"}}' 2025-07-31 10:20:43,425 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/4ad6b632-6a66-41fc-9375-417febb95dc1 0.055s 2025-07-31 10:20:43,425 98120 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': 'Thu, 31 Jul 2025 10:20:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'a pplication/json', 'x-compute-request-id': 'req-b49e4575-a3e8-40d0-9872-0b8616f11296', 'content-length': '387', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b49e4575-a3e8-40d0-9872-0b8616f11296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/4ad6b632-6a66-41fc-9375-417febb95dc1'} Body: b'{"group": {"id": "4ad6b632-6a66-41fc-9375-417febb95dc1", "status": "creating", "availability_zone": "nova", "created_at": "2025-07-31T10:20:43.000000", "name": "tempest-GroupsV314Test-Group-746767271", "description": null, "group_type": "9ea9b28b-f5a5-48af-ae78-8d1fd00938fa", "volume_types": ["317c58be-3a8e-4b1d-854a-f78c66d8c35e"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:20:44,484 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/4ad6b632-6a66-41fc-9375-417febb95dc1 0.053s 2025-07-31 10:20:44,485 98120 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': 'Thu, 31 Jul 2025 10:20:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c288c7bf-111b-40b1-a0d6-e110793e5aa9', 'content-length': '384', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c288c7bf-111b-40b1-a0d6-e110793e5aa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/4ad6b632-6a66-41fc-9375-417febb95dc1'} Body: b'{"group": {"id": "4ad6b632-6a66-41fc-9375-417febb95dc1", "status": "error", "availability_zone": "nova", "created_at": "2025-07-31T10:20:43.000000", "name": "tempest-GroupsV314Test-Group-746767271", "description": null, "group_type": "9ea9b28b-f5a5-48af-ae78-8d1fd00938fa", "volume_types": ["317c58be-3a8e-4b1d-854a-f78c66d8c35e"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:20:44,592 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.101s 2025-07-31 10:20:44,592 98120 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': 'Thu, 31 Jul 2025 10:20:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31782c9a-0c9e-46c3-a3e9-53a9cd836cef', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31782c9a-0c9e-46c3-a3e9-53a9cd836cef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-07-31 10:20:44,708 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/4ad6b632-6a66-41fc-9375-417febb95dc1/action 0.100s 2025-07-31 10:20:44,708 98120 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': 'Thu, 31 Jul 2025 10:20:44 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-074cf412-3f3c-4d84-8b5a-26702cd53f83', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/4ad6b632-6a66-41fc-9375-417febb95dc1/action'} Body: b'' 2025-07-31 10:20:44,724 98120 INFO [tempes t.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/4ad6b632-6a66-41fc-9375-417febb95dc1 0.015s 2025-07-31 10:20:44,724 98120 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': 'Thu, 31 Jul 2025 10:20:44 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-269749ee-45df-4ff0-8b66-b9a5039297b8', 'x-openstack-request-id': 'req-269749ee-45df-4ff0-8b66-b9a5039297b8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/4ad6b632-6a66-41fc-9375-417febb95dc1'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4ad6b632-6a66-41fc-9375-417febb95dc1 could not be found."}}' 2025-07-31 10:20:44,776 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/9ea9b28b-f5a5-48af-ae78-8d1fd00938fa 0.050s 2025-07-31 10:20:44,776 98120 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': 'Thu, 31 Jul 2025 10:20:44 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-ac8b2372-fa3c-491e-8b68-5bc78696133c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/9ea9b28b-f5a5-48af-ae78-8d1fd00938fa'} Body: b'' 2025-07-31 10:20:44,846 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/317c58be-3a8e-4b1d-854a-f78c66d8c35e 0.069s 2025-07-31 10:20:44,847 98120 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:44 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-0070f653-b2fc-4490-8b3b-a2194ea26cf2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/317c58be-3a8e-4b1d-854a-f78c66d8c35e'} Body: b'' 2025-07-31 10:20:44,873 98120 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/317c58be-3a8e-4b1d-854a-f78c66d8c35e 0.025s 2025-07-31 10:20:44,873 98120 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:44 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-dbe0265e-f42f-4dea-be25-d9a9640fb7e7', 'x-openstack-request-id': 'req-dbe0265e-f42f-4dea-be25-d9a9640fb7e7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/317c58be-3a8e-4b1d-854a-f78c66d8c35e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 317c58be-3a8e-4b1d-854a-f78c66d8c35e 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 293, 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 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:20:44,904 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/types 0.187s 2025-07-31 10:20:44,904 98128 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-1160917616"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-790316bd-6a54-4a41-9a02-b7a4068b3731', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-790316bd-6a54-4a41-9a02-b7a4068b3731', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "b86fe4d2-5a23-4d23-91e1-b92c6751597c", "name": "tempest-GroupSnapshotsV319Test-volume-type-1160917616", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:20:44,939 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/group_types 0.031s 2025-07-31 10:20:44,939 98128 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-1043342053"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-facb82a6-fe69-4937-8485-a14a48e39b7b', 'content-length': '185', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-facb82a6-fe69-4937-8485-a14a48e39b7b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "e82c4a24-3dbe-4070-a074-4433821c77b3", "name": "tempest-GroupSnapshotsV319Test-group-type-1043342053", "description": null, "is_public": true, "group_specs": {}}}' 2025-07-31 10:20:45,214 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/groups 0.272s 2025-07-31 10:20:45,215 98128 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": "e82c4a24-3dbe-4070-a074-4433821c77b3", "volume_types": ["b86fe4d2-5a23-4d23-91e1-b92c6751597c"], "name": "tempest-GroupSnapshotsV319Test-Group-427322106"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bff299d-1222-45fc-a0c1-f4a021eb2490', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bff299d-1222-45fc-a0c1-f4a021eb2490', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe", "name": "tempest-GroupSnapshotsV319Test-Group-427322106"}}' 2025-07-31 10:20:45,285 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe 0.068s 2025-07-31 10:20:45,286 98128 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 - Heade rs: {'date': 'Thu, 31 Jul 2025 10:20:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1ffb1ba-c56b-4625-b084-082d5f1bf07e', 'content-length': '395', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1ffb1ba-c56b-4625-b084-082d5f1bf07e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe'} Body: b'{"group": {"id": "a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe", "status": "creating", "availability_zone": "nova", "created_at": "2025-07-31T10:20:45.000000", "name": "tempest-GroupSnapshotsV319Test-Group-427322106", "description": null, "group_type": "e82c4a24-3dbe-4070-a074-4433821c77b3", "volume_types": ["b86fe4d2-5a23-4d23-91e1-b92c6751597c"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:20:46,325 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe 0.034s 2025-07-31 10:20:46,326 98128 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': 'Thu, 31 Jul 2025 10:20:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1fa8aeb-1d67-4f1f-8a9e-468e20870a0e', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1fa8aeb-1d67-4f1f-8a9e-468e20870a0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe'} Body: b'{"group": {"id": "a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe", "status": "error", "availability_zone": "nova", "created_at": "2025-07-31T10:20:45.000000", "name": "tempest-GroupSnapshotsV319Test-Group-427322106", "description": null, "group_type": "e82c4a24-3dbe-4070-a074-4433821c77b3", "volume_types": ["b86fe4d2-5a23-4d23-91e1-b92c6751597c"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:20:46,434 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.102s 2025-07-31 10:20:46,435 98128 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': 'Thu, 31 Jul 2025 10:20:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce2ba43b-9aba-4f1a-bc75-1fabda66b21b', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce2ba43b-9aba-4f1a-bc75-1fabda66b21b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-07-31 10:20:46,533 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe/action 0.084s 2025-07-31 10:20:46,534 98128 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': 'Thu, 31 Jul 2025 10:20:46 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-3da8a307-e344-4dd3-905b-ca6c05549965', 'connection': 'close', 'status': '202', 'content-location': 'h ttp://10.0.0.210/volume/v3/groups/a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe/action'} Body: b'' 2025-07-31 10:20:46,551 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe 0.016s 2025-07-31 10:20:46,551 98128 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': 'Thu, 31 Jul 2025 10:20:46 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-d5c2feb1-db9e-4bd6-9f80-a41b61ee8816', 'x-openstack-request-id': 'req-d5c2feb1-db9e-4bd6-9f80-a41b61ee8816', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe'} Body: b'{"itemNotFound": {"code": 404, "message": "Group a9a0fa34-6c49-4ed2-9ea3-fe04e3846abe could not be found."}}' 2025-07-31 10:20:46,581 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/e82c4a24-3dbe-4070-a074-4433821c77b3 0.029s 2025-07-31 10:20:46,582 98128 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': 'Thu, 31 Jul 2025 10:20:46 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-fd042312-1022-461f-b62b-ac6e13c584ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/e82c4a24-3dbe-4070-a074-4433821c77b3'} Body: b'' 2025-07-31 10:20:46,651 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/b86fe4d2-5a23-4d23-91e1-b92c6751597c 0.069s 2025-07-31 10:20:46,652 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3177b7fd-ca1c-477c-938f-ba76bd072c52', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/b86fe4d2-5a23-4d23-91e1-b92c6751597c'} Body: b'' 2025-07-31 10:20:46,668 98128 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/b86fe4d2-5a23-4d23-91e1-b92c6751597c 0.015s 2025-07-31 10:20:46,668 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:46 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-bd129bdc-7f13-4750-963c-2a374cfe4f72', 'x-openstack-request-id': 'req-bd129bdc-7f13-4750-963c-2a374cfe4f72', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/b86fe4d2-5a23-4d23-91e1-b92c6751597c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type b86fe4d2-5a23-4d23-91e1-b92c6751597c could not be found."}}' tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] ------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ea42001f-ed0c-4d02-a5e3-1d37f21f5df8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:12,639 98126 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/volumes 0.336s 2025-07-31 10:21:12,639 98126 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-1648787623"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfd9d4e8-8be8-4d41-97fd-f331aa3f9b0d', 'content-length': '746', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfd9d4e8-8be8-4d41-97fd-f331aa3f9b0d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ea42001f-ed0c-4d02-a5e3-1d37f21f5df8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:12.582028", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1648787623", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8"}], "user_id": "6eedc5feba3f4fbfa6403fc0567473ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:21:12,696 98126 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8 0.043s 2025-07-31 10:21:12,696 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45ce8bd4-d374-4190-83f9-1a5b986eaf79', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45ce8bd4-d374-4190-83f9-1a5b986eaf79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8'} Body: b'{"volume": {"id": "ea42001f-ed0c-4d02-a5e3-1d37f21f5df8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:13.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1648787623", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8"}], "user_id": "6eedc5feba3f4fbfa6403fc0567473ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30b5e97e62064bc08f82c83a7955df52"}}' 2025-07-31 10:21:13,747 98126 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8 0.035s 2025-07-31 10:21:13,747 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40c9d32f-6a3b-4269-b03a-f4bae86c3436', 'content-length': '835', 'openstack-api-ver sion': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40c9d32f-6a3b-4269-b03a-f4bae86c3436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8'} Body: b'{"volume": {"id": "ea42001f-ed0c-4d02-a5e3-1d37f21f5df8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:13.000000", "updated_at": "2025-07-31T10:21:13.000000", "name": "tempest-TestVolumeSwap-volume-1648787623", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ea42001f-ed0c-4d02-a5e3-1d37f21f5df8"}], "user_id": "6eedc5feba3f4fbfa6403fc0567473ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30b5e97e62064bc08f82c83a7955df52"}}' 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 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 137, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1f3214b5-f85e-43fe-80f7-88d5b5429823 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:18,741 98124 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.619s 2025-07-31 10:21:18,741 98124 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-753647330", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abb0e5c9-8cd9-4296-8763-b333381364e7', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abb0e5c9-8cd9-4296-8763-b333381364e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1f3214b5-f85e-43fe-80f7-88d5b5429823", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:18.681505", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-753647330", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823"}], "user_id": "c6e0d3f7995a4851989e57dd45832e84", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:21:18,823 98124 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823 0.069s 2025-07-31 10:21:18,823 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1645e3f-1d92-42eb-b6c8-05fe19123afa', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1645e3f-1d92-42eb-b6c8-05fe19123afa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823'} Body: b'{"volume": {"id": "1f3214b5-f85e-43fe-80f7-88d5b5429823", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:19.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-753647330", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823"}], "user_id": "c6e0d3f7995a4851989e57dd45832e84", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8ca533db43ec4e5c80f4225ccd3df8ab"}}' 2025-07-31 10:21:19,890 98124 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823 0.051s 2025-07-31 10:21:19,890 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'c ontent-type': 'application/json', 'x-compute-request-id': 'req-fc0a2674-8f6e-418e-b948-22fcfaedc421', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc0a2674-8f6e-418e-b948-22fcfaedc421', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823'} Body: b'{"volume": {"id": "1f3214b5-f85e-43fe-80f7-88d5b5429823", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:19.000000", "updated_at": "2025-07-31T10:21:19.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-753647330", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1f3214b5-f85e-43fe-80f7-88d5b5429823"}], "user_id": "c6e0d3f7995a4851989e57dd45832e84", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8ca533db43ec4e5c80f4225ccd3df8ab"}}' 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ee85e0c6-c7b3-4f97-965c-cff9ea2512a9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:23,538 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/volumes 0.317s 2025-07-31 10:21:23,539 98128 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-186001020"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e85c02a-5d0d-449a-82c2-bfdfe1bfa66a', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e85c02a-5d0d-449a-82c2-bfdfe1bfa66a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ee85e0c6-c7b3-4f97-965c-cff9ea2512a9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:23.479320", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-186001020", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9"}], "user_id": "e0197835ee1646c4b9c9118ffd524ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:21:23,598 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9 0.040s 2025-07-31 10:21:23,598 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-181384e4-686c-4722-8081-e7ffb85e5fcb', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-181384e4-686c-4722-8081-e7ffb85e5fcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9'} Body: b'{"volume": {"id": "ee85e0c6-c7b3-4f97-965c-cff9ea2512a9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:23.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-186001020", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9"}], "user_id": "e0197835ee1646c4b9c9118ffd524ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9000ed70b0f3468ea377d0b46893ad80"}}' 2025-07-31 10:21:24,654 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9 0.040s 2025-07-31 10:21:24,654 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-976607d0-7f08-4da4-989b-556 de73da031', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-976607d0-7f08-4da4-989b-556de73da031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9'} Body: b'{"volume": {"id": "ee85e0c6-c7b3-4f97-965c-cff9ea2512a9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:23.000000", "updated_at": "2025-07-31T10:21:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-186001020", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9"}], "user_id": "e0197835ee1646c4b9c9118ffd524ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9000ed70b0f3468ea377d0b46893ad80"}}' 2025-07-31 10:21:24,708 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9 0.039s 2025-07-31 10:21:24,708 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-129cb29b-2dcd-4bef-8edb-9084cec1cd32', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-129cb29b-2dcd-4bef-8edb-9084cec1cd32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9'} Body: b'{"volume": {"id": "ee85e0c6-c7b3-4f97-965c-cff9ea2512a9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:23.000000", "updated_at": "2025-07-31T10:21:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-186001020", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9"}], "user_id": "e0197835ee1646c4b9c9118ffd524ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9000ed70b0f3468ea377d0b46893ad80"}}' 2025-07-31 10:21:24,825 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9 0.104s 2025-07-31 10:21:24,826 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-085358b9-deaa-4273-91e9-29b625df6a1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9'} Body: b'' 2025-07-31 10:21:24,850 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9 0.024s 2025-07-31 10:21:24,851 98128 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-de1f9100-e011-4e88-a5a7-ea6a2336638c', 'x-openstack-request-id': 'req-de1f9100-e011-4e88-a5a7-ea6a2336638c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ee85e0c6-c7b3-4f97-965c-cff9ea2512a9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ee85e0c6-c7b3-4f97-965c-cff9ea2512a9 could not be found."}}' setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest) --------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 94ce7851-0dcb-4744-9823-46451d51f865 failed to build and is in ERROR status tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] ---------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 93, in test_volume_from_snapshot_cascade_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:25,034 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/volumes 0.180s 2025-07-31 10:21:25,035 98128 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-87572061"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dd9776e-a32a-488e-9211-e36aa0abd000', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dd9776e-a32a-488e-9211-e36aa0abd000', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:24.976371", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-87572061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79"}], "user_id": "e0197835ee1646c4b9c9118ffd524ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:21:25,118 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79 0.071s 2025-07-31 10:21:25,119 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eada1ea-7f7d-4518-82b0-bf350c30f490', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eada1ea-7f7d-4518-82b0-bf350c30f490', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79'} Body: b'{"volume": {"id": "b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:25.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-87572061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79"}], "user_id": "e0197835ee1646c4b9c9118ffd524ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9000ed70b0f3468ea377d0b46893ad80"}}' 2025-07-31 10:21:26,179 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79 0.046s 2025-07-31 10:21:26,180 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-899c478d-9859-445d-a2d1-92d7ee0298e9', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-899c478d-9859-445d-a2d1-92d7ee0298e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79'} Body: b'{"volume": {"id": "b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:25.000000", "updated_at": "2025-07-31T10:21:25.000000", "name": "tempest-VolumesDeleteCascade-Volume-87572061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79"}], "user_id": "e0197835ee1646c4b9c9118ffd524ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9000ed70b0f3468ea377d0b46893ad80"}}' 2025-07-31 10:21:26,245 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79 0.051s 2025-07-31 10:21:26,245 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10b794da-aa36-4b20-a010-9ba22eef430d', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10b794da-aa36-4b20-a010-9ba22eef430d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79'} Body: b'{"volume": {"id": "b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:25.000000", "updated_at": "2025-07-31T10:21:25.000000", "name": "tempest-VolumesDeleteCascade-Volume-87572061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79"}], "user_id": "e0197835ee1646c4b9c9118ffd524ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9000ed70b0f3468ea377d0b46893ad80"}}' 2025-07-31 10:21:26,415 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79 0.156s 2025-07-31 10:21:26,416 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21: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-b4e99e6d-4cbd-4ea1-9155-c327d15c1f6d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79'} Body: b'' 2025-07-31 10:21:26,448 98128 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79 0.032s 2025-07-31 10:21:26,4 49 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21: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-470678fe-2557-42ec-9d89-8efa32c438db', 'x-openstack-request-id': 'req-470678fe-2557-42ec-9d89-8efa32c438db', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b3cf52f8-d1f1-4be5-a2ad-4ae74ddace79 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 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 371, in test_tagged_attachment volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e8c4c1a8-c4f0-435e-9910-3204bebf3ecd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:23,041 98122 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/networks 2.119s 2025-07-31 10:21:23,042 98122 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-780201039"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-299d57ef-70ce-4f48-a9cc-7b050b35a788', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/networks'} Body: b'{"network":{"id":"35a23e95-0ead-4c70-a05b-d5ad48ef2aed","name":"tempest-tagged-attachments-test-net-780201039","tenant_id":"0747432c75674e16aca83368d48ff6a0","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"0747432c75674e16aca83368d48ff6a0","port_security_enabled":true,"router:external":false,"vlan_transparent":false,"qinq":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-07-31T10:21:21Z","updated_at":"2025-07-31T10:21:21Z","revision_number":1}}' 2025-07-31 10:21:26,135 98122 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/subnets 3.092s 2025-07-31 10:21:26,135 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "35a23e95-0ead-4c70-a05b-d5ad48ef2aed", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-85ce86c0-d9d2-41ee-a3a0-288044f29f9a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"923fdbd3-f87b-461c-a008-f56eab93ff5f","name":"","tenant_id":"0747432c75674e16aca83368d48ff6a0","network_id":"35a23e95-0ead-4c70-a05b-d5ad48ef2aed","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":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-07-31T10:21:25Z","updated_at":"2025-07-31T10:21:25Z","revision_number":0,"project_id":"0747432c75674e16aca83368d48ff6a0"}}' 2025-07-31 10:21:26,378 98122 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/volumes 0.243s 2025-07-31 10:21:26,379 98122 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-2036039466"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23bcaea4-10c8-4e0c-9540-77ccf99cfafd', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23bcaea4-10c8-4e0c-9540-77ccf99cfafd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e8c4c1a8-c4f0-435e-9910-3204bebf3ecd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:26.291091", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-2036039466 ", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd"}], "user_id": "46973320d1fc4f5da0941d1ef529c1bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:21:26,433 98122 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd 0.042s 2025-07-31 10:21:26,434 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a787e9d-168d-4f3f-bd3c-6d9506aedb18', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a787e9d-168d-4f3f-bd3c-6d9506aedb18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd'} Body: b'{"volume": {"id": "e8c4c1a8-c4f0-435e-9910-3204bebf3ecd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:26.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-2036039466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd"}], "user_id": "46973320d1fc4f5da0941d1ef529c1bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0747432c75674e16aca83368d48ff6a0"}}' 2025-07-31 10:21:27,525 98122 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd 0.075s 2025-07-31 10:21:27,525 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91961dee-4de5-4ed8-ada7-8b80e2d19b13', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91961dee-4de5-4ed8-ada7-8b80e2d19b13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd'} Body: b'{"volume": {"id": "e8c4c1a8-c4f0-435e-9910-3204bebf3ecd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:26.000000", "updated_at": "2025-07-31T10:21:26.000000", "name": "tempest-TaggedAttachmentsTest-volume-2036039466", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e8c4c1a8-c4f0-435e-9910-3204bebf3ecd"}], "user_id": "46973320d1fc4f5da0941d1ef529c1bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0747432c75674e16aca83368d48ff6a0"}}' 2025-07-31 10:21:29, 642 98122 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/subnets/923fdbd3-f87b-461c-a008-f56eab93ff5f 2.102s 2025-07-31 10:21:29,642 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-ef5c5873-cdc3-425a-84c1-9b91bc9927f6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets/923fdbd3-f87b-461c-a008-f56eab93ff5f'} Body: b'' 2025-07-31 10:21:31,948 98122 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/networks/35a23e95-0ead-4c70-a05b-d5ad48ef2aed 2.306s 2025-07-31 10:21:31,949 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-814d2d44-5788-48ed-8c96-a91759add444', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/networks/35a23e95-0ead-4c70-a05b-d5ad48ef2aed'} Body: b'' tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_assisted_volume_snapshots.py", line 54, in test_volume_assisted_snapshot_create_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 64497bb6-a713-43fa-9551-31282944c81d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:33,703 98118 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 202 POST http://10.0.0.210/volume/v3/volumes 0.704s 2025-07-31 10:21:33,704 98118 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-VolumesAssistedSnapshotsTest-volume-795096124"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5518085-8972-4ddc-8914-71a6d4d94b3e', 'content-length': '785', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5518085-8972-4ddc-8914-71a6d4d94b3e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "64497bb6-a713-43fa-9551-31282944c81d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:33.374838", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-795096124", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/64497bb6-a713-43fa-9551-31282944c81d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/64497bb6-a713-43fa-9551-31282944c81d"}], "user_id": "bbce11277f2b40adbe9c81507b25bd3e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}' 2025-07-31 10:21:33,812 98118 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/64497bb6-a713-43fa-9551-31282944c81d 0.095s 2025-07-31 10:21:33,812 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9e9bd66-e9ca-4da7-891d-16f6a091810d', 'content-length': '964', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9e9bd66-e9ca-4da7-891d-16f6a091810d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/64497bb6-a713-43fa-9551-31282944c81d'} Body: b'{"volume": {"id": "64497bb6-a713-43fa-9551-31282944c81d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:33.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-795096124", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/64497bb6-a713-43fa-9551-31282944c81d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/64497bb6-a713-43fa-9551-31282944c81d"}], "user_id": "bbce11277f2b40adbe9c81507b25bd3e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "06a1fe136efe4702ac07ff8478712091"}}' 2025-07-31 10:21:34,946 98118 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/64497bb6-a713-43fa-9551-31282944c81d 0.119s 2025-07-31 10:21:34,947 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'A ccept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feb35fb5-95a6-4206-a643-958af7121e1e', 'content-length': '985', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feb35fb5-95a6-4206-a643-958af7121e1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/64497bb6-a713-43fa-9551-31282944c81d'} Body: b'{"volume": {"id": "64497bb6-a713-43fa-9551-31282944c81d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:33.000000", "updated_at": "2025-07-31T10:21:34.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-795096124", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/64497bb6-a713-43fa-9551-31282944c81d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/64497bb6-a713-43fa-9551-31282944c81d"}], "user_id": "bbce11277f2b40adbe9c81507b25bd3e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "06a1fe136efe4702ac07ff8478712091"}}' 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7e5effdf-bdc1-4097-a3c2-a96bfd719a18 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:40,062 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/volumes 0.421s 2025-07-31 10:21:40,062 98120 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-2062927892"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c55dc453-f793-4249-b836-2a8c628ce5c3', 'content-length': '820', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c55dc453-f793-4249-b836-2a8c628ce5c3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7e5effdf-bdc1-4097-a3c2-a96bfd719a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:39.982024", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2062927892", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18"}], "user_id": "81ded5250a2e4f3187ebf4fc1e957cbe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-07-31 10:21:40,148 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18 0.061s 2025-07-31 10:21:40,149 98120 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': 'Thu, 31 Jul 2025 10:21:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4189d087-ab10-4e79-b61f-a3d6e5cd9ef0', 'content-length': '888', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4189d087-ab10-4e79-b61f-a3d6e5cd9ef0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18'} Body: b'{"volume": {"id": "7e5effdf-bdc1-4097-a3c2-a96bfd719a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:40.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2062927892", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18"}], "user_id": "81ded5250a2e4f3187ebf4fc1e957cbe", "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": "96d570ce2d7b4eeebe113b1343e3836f"}}' 2025-07-31 10:21:41,200 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18 0.036s 2025-07-31 10:21:41,200 98120 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'app lication/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffa724fa-51e3-417f-8175-6d001d0b24aa', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffa724fa-51e3-417f-8175-6d001d0b24aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18'} Body: b'{"volume": {"id": "7e5effdf-bdc1-4097-a3c2-a96bfd719a18", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:40.000000", "updated_at": "2025-07-31T10:21:40.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2062927892", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18"}], "user_id": "81ded5250a2e4f3187ebf4fc1e957cbe", "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": "96d570ce2d7b4eeebe113b1343e3836f"}}' 2025-07-31 10:21:41,254 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18 0.040s 2025-07-31 10:21:41,255 98120 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': 'Thu, 31 Jul 2025 10:21:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cff2708-1af3-4528-a4c3-243925009d93', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cff2708-1af3-4528-a4c3-243925009d93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18'} Body: b'{"volume": {"id": "7e5effdf-bdc1-4097-a3c2-a96bfd719a18", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:40.000000", "updated_at": "2025-07-31T10:21:40.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2062927892", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18"}], "user_id": "81ded5250a2e4f3187ebf4fc1e957cbe", "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": "96d570ce2d7b4eeebe113b1343e3836f"}}' 2025-07-31 10:21:41,369 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18 0.100s 2025-07-31 10:21:41,369 98120 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': 'Thu, 31 Jul 2025 10:21:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'ope nstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-854cc98c-60ca-4411-827d-8d72be60f85f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18'} Body: b'' 2025-07-31 10:21:41,389 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18 0.019s 2025-07-31 10:21:41,389 98120 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': 'Thu, 31 Jul 2025 10:21:41 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-cff225e7-f9f4-404b-aa92-288b49480a82', 'x-openstack-request-id': 'req-cff225e7-f9f4-404b-aa92-288b49480a82', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7e5effdf-bdc1-4097-a3c2-a96bfd719a18'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7e5effdf-bdc1-4097-a3c2-a96bfd719a18 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d15d2b5e-76f1-441d-8e41-59e99617a708 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:41,573 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/volumes 0.180s 2025-07-31 10:21:41,573 98120 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-919798089"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc190fbc-9746-43fa-a5e4-f144d0d96922', 'content-length': '819', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc190fbc-9746-43fa-a5e4-f144d0d96922', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d15d2b5e-76f1-441d-8e41-59e99617a708", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:41.513136", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-919798089", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708"}], "user_id": "81ded5250a2e4f3187ebf4fc1e957cbe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-07-31 10:21:41,633 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708 0.047s 2025-07-31 10:21:41,633 98120 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': 'Thu, 31 Jul 2025 10:21:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32b95d40-b11e-45e1-b3fc-b1ad809bd7d1', 'content-length': '887', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32b95d40-b11e-45e1-b3fc-b1ad809bd7d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708'} Body: b'{"volume": {"id": "d15d2b5e-76f1-441d-8e41-59e99617a708", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:42.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-919798089", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708"}], "user_id": "81ded5250a2e4f3187ebf4fc1e957cbe", "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": "96d570ce2d7b4eeebe113b1343e3836f"}}' 2025-07-31 10:21:42,684 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708 0.036s 2025-07-31 10:21:42,685 98120 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': 'Thu, 31 Jul 2025 10:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01f920ce-1ce2-479c-83db-a85099250f54', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01f920ce-1ce2-479c-83db-a85099250f54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708'} Body: b'{"volume": {"id": "d15d2b5e-76f1-441d-8e41-59e99617a708", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:42.000000", "updated_at": "2025-07-31T10:21:42.000000", "name": "tempest-VolumesTransfersV357Test-Volume-919798089", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708"}], "user_id": "81ded5250a2e4f3187ebf4fc1e957cbe", "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": "96d570ce2d7b4eeebe113b1343e3836f"}}' 2025-07-31 10:21:42,739 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708 0.040s 2025-07-31 10:21:42,740 98120 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': 'Thu, 31 Jul 2025 10:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cb58e62-e039-4fb0-bbe8-8a0eb069d453', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cb58e62-e039-4fb0-bbe8-8a0eb069d453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708'} Body: b'{"volume": {"id": "d15d2b5e-76f1-441d-8e41-59e99617a708", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:42.000000", "updated_at": "2025-07-31T10:21:42.000000", "name": "tempest-VolumesTransfersV357Test-Volume-919798089", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708"}], "user_id": "81ded5250a2e4f3187ebf4fc1e957cbe", "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": "96d570ce2d7b4eeebe113b1343e3836f"}}' 2025-07-31 10:21:42,864 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708 0.111s 2025-07-31 10:21:42,865 98120 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': 'Thu, 31 Jul 2025 10:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-versio n': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3bc2f0c-7e4e-4b44-9ea9-60aa6abc071b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708'} Body: b'' 2025-07-31 10:21:42,885 98120 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708 0.019s 2025-07-31 10:21:42,885 98120 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': 'Thu, 31 Jul 2025 10:21:42 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-a6abc1a3-ad7e-472c-b616-47d29c3ba797', 'x-openstack-request-id': 'req-a6abc1a3-ad7e-472c-b616-47d29c3ba797', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d15d2b5e-76f1-441d-8e41-59e99617a708'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d15d2b5e-76f1-441d-8e41-59e99617a708 could not be found."}}' cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 31, in test_create_multiple_volume_from_snapshot volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d302404a-f019-4326-b0d2-fe3507608c5e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:52,645 98120 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/volumes 0.427s 2025-07-31 10:21:52,645 98120 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-957365412"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f668f537-3e71-4ba5-a8e2-4c9c1f3d711b', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f668f537-3e71-4ba5-a8e2-4c9c1f3d711b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d302404a-f019-4326-b0d2-fe3507608c5e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:52.503727", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-957365412", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d302404a-f019-4326-b0d2-fe3507608c5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d302404a-f019-4326-b0d2-fe3507608c5e"}], "user_id": "4f62da420d7b4d04be237b841451061a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:21:52,720 98120 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/d302404a-f019-4326-b0d2-fe3507608c5e 0.063s 2025-07-31 10:21:52,721 98120 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-335bd905-69c0-4631-848e-bab415ace101', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-335bd905-69c0-4631-848e-bab415ace101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d302404a-f019-4326-b0d2-fe3507608c5e'} Body: b'{"volume": {"id": "d302404a-f019-4326-b0d2-fe3507608c5e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:53.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-957365412", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d302404a-f019-4326-b0d2-fe3507608c5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d302404a-f019-4326-b0d2-fe3507608c5e"}], "user_id": "4f62da420d7b4d04be237b841451061a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b23e1cc2a58d47119549d68e5fdd2183"}}' 2025-07-31 10:21:53,779 98120 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/d302404a-f019-4326-b0d2-fe3507608c5e 0.043s 2025-07-31 10:21:53,780 98120 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:53 GMT', 'server': 'Apache/2.4.52 (Ubu ntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c19a8ea-4e7a-4a30-9e0e-5228452d8f35', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c19a8ea-4e7a-4a30-9e0e-5228452d8f35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d302404a-f019-4326-b0d2-fe3507608c5e'} Body: b'{"volume": {"id": "d302404a-f019-4326-b0d2-fe3507608c5e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:21:53.000000", "updated_at": "2025-07-31T10:21:53.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-957365412", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d302404a-f019-4326-b0d2-fe3507608c5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d302404a-f019-4326-b0d2-fe3507608c5e"}], "user_id": "4f62da420d7b4d04be237b841451061a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b23e1cc2a58d47119549d68e5fdd2183"}}' setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest) ----------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b7aad854-a5ed-4186-8a13-a5b6ae1b9911 failed to build and is in ERROR status 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 38, 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 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f04ce8c0-3fed-466c-b571-06a3ca6c7fc8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:22:00,842 98120 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.508s 2025-07-31 10:22:00,845 98120 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-1831284756"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-811349b0-8114-4b35-9270-3f3b2b25bfff', 'content-length': '767', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-811349b0-8114-4b35-9270-3f3b2b25bfff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f04ce8c0-3fed-466c-b571-06a3ca6c7fc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:00.734610", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1831284756", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8"}], "user_id": "747d2966e0f049e2a6b82cc31ab159c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:22:00,902 98120 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8 0.044s 2025-07-31 10:22:00,902 98120 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': 'Thu, 31 Jul 2025 10:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f160417-3023-4697-a829-dff4068b46b7', 'content-length': '835', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f160417-3023-4697-a829-dff4068b46b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8'} Body: b'{"volume": {"id": "f04ce8c0-3fed-466c-b571-06a3ca6c7fc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:01.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1831284756", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8"}], "user_id": "747d2966e0f049e2a6b82cc31ab159c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "e8c7f4578fc246948bab7fe9bd349c83"}}' 2025-07-31 10:22:01,990 98120 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8 0.072s 2025-07-31 10:22:01,991 98120 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': 'Thu, 31 Jul 2025 10:22:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-12688da0-c61d-435b-b237-561f1795f23c', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12688da0-c61d-435b-b237-561f1795f23c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8'} Body: b'{"volume": {"id": "f04ce8c0-3fed-466c-b571-06a3ca6c7fc8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:01.000000", "updated_at": "2025-07-31T10:22:01.000000", "name": "tempest-VolumeRevertTests-Volume-1831284756", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f04ce8c0-3fed-466c-b571-06a3ca6c7fc8"}], "user_id": "747d2966e0f049e2a6b82cc31ab159c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "e8c7f4578fc246948bab7fe9bd349c83"}}' 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 38, 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 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f0495723-2094-4844-bda2-bd41fef28501 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:22:02,294 98120 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.286s 2025-07-31 10:22:02,295 98120 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-1012018827"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd5381c1-519f-431f-8e67-8d940a212466', 'content-length': '767', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd5381c1-519f-431f-8e67-8d940a212466', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f0495723-2094-4844-bda2-bd41fef28501", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:02.195207", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1012018827", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f0495723-2094-4844-bda2-bd41fef28501"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f0495723-2094-4844-bda2-bd41fef28501"}], "user_id": "747d2966e0f049e2a6b82cc31ab159c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:22:02,419 98120 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/f0495723-2094-4844-bda2-bd41fef28501 0.110s 2025-07-31 10:22:02,419 98120 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': 'Thu, 31 Jul 2025 10:22:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-502cf4fa-aec2-4936-b38e-8156090c061e', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-502cf4fa-aec2-4936-b38e-8156090c061e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f0495723-2094-4844-bda2-bd41fef28501'} Body: b'{"volume": {"id": "f0495723-2094-4844-bda2-bd41fef28501", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:02.000000", "updated_at": "2025-07-31T10:22:02.000000", "name": "tempest-VolumeRevertTests-Volume-1012018827", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f0495723-2094-4844-bda2-bd41fef28501"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f0495723-2094-4844-bda2-bd41fef28501"}], "user_id": "747d2966e0f049e2a6b82cc31ab159c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "e8c7f4578fc246948bab7fe9bd349c83"}}' 2025-07-31 10:22:03,520 98120 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/f0495723-2094-4844-bda2-bd41fef28501 0.084s 2025-07-31 10:22:03,520 98120 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': 'Thu, 31 Jul 2025 10:22:03 GMT', 'server': 'Apache/2.4.52 (U buntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbddcf4e-4b61-4f36-a23e-b7a9bca5a33f', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbddcf4e-4b61-4f36-a23e-b7a9bca5a33f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f0495723-2094-4844-bda2-bd41fef28501'} Body: b'{"volume": {"id": "f0495723-2094-4844-bda2-bd41fef28501", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:02.000000", "updated_at": "2025-07-31T10:22:02.000000", "name": "tempest-VolumeRevertTests-Volume-1012018827", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f0495723-2094-4844-bda2-bd41fef28501"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f0495723-2094-4844-bda2-bd41fef28501"}], "user_id": "747d2966e0f049e2a6b82cc31ab159c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "e8c7f4578fc246948bab7fe9bd349c83"}}' setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON) -------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 858, in resource_setup cls.server_id = cls.recreate_server(None, volume_backed=True, File "/opt/stack/tempest/tempest/api/compute/base.py", line 421, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 267, 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 263, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ad932c4a-6747-4df6-b3a2-3763b236de02 failed to build and is in ERROR status 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 08244df3-4862-4a17-a3e8-1ecbe6654a56 failed to build and is in ERROR status tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 137, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume be356b73-bb7c-4381-a9e0-152e03a21a44 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:22:38,852 98118 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.639s 2025-07-31 10:22:38,853 98118 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-1525705654", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aadf4bdb-209f-48c1-980c-1af14f4d481c', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aadf4bdb-209f-48c1-980c-1af14f4d481c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "be356b73-bb7c-4381-a9e0-152e03a21a44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:38.762230", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1525705654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44"}], "user_id": "c13cb4f84035425b802c338d51eb8159", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:22:38,906 98118 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44 0.041s 2025-07-31 10:22:38,906 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb77265f-8c59-4d67-a307-86f337c3c607', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb77265f-8c59-4d67-a307-86f337c3c607', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44'} Body: b'{"volume": {"id": "be356b73-bb7c-4381-a9e0-152e03a21a44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:39.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1525705654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44"}], "user_id": "c13cb4f84035425b802c338d51eb8159", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c621751ac27b4746911dbf47da450889"}}' 2025-07-31 10:22:39,980 98118 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44 0.059s 2025-07-31 10:22:39,980 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-d3ca46c5-8083-4276-a2c3-89ae4348fd63', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3ca46c5-8083-4276-a2c3-89ae4348fd63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44'} Body: b'{"volume": {"id": "be356b73-bb7c-4381-a9e0-152e03a21a44", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:39.000000", "updated_at": "2025-07-31T10:22:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1525705654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/be356b73-bb7c-4381-a9e0-152e03a21a44"}], "user_id": "c13cb4f84035425b802c338d51eb8159", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c621751ac27b4746911dbf47da450889"}}' 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 30e02511-6362-4c98-91bf-159647fc911e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:22:53,356 98118 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/volumes 0.369s 2025-07-31 10:22:53,356 98118 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-587645141"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a47c0fa-1b47-479d-9835-f3f3a2b219df', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a47c0fa-1b47-479d-9835-f3f3a2b219df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "30e02511-6362-4c98-91bf-159647fc911e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:53.274204", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-587645141", "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/volumes/30e02511-6362-4c98-91bf-159647fc911e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/30e02511-6362-4c98-91bf-159647fc911e"}], "user_id": "f52291f328574f9d81d4e0cb66c50818", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:22:53,415 98118 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e 0.046s 2025-07-31 10:22:53,415 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5ffd1ce-be3b-4f1f-9477-886b06d2a9e3', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5ffd1ce-be3b-4f1f-9477-886b06d2a9e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e'} Body: b'{"volume": {"id": "30e02511-6362-4c98-91bf-159647fc911e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:53.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-587645141", "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/volumes/30e02511-6362-4c98-91bf-159647fc911e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/30e02511-6362-4c98-91bf-159647fc911e"}], "user_id": "f52291f328574f9d81d4e0cb66c50818", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "280d426113ae4313aa1bb6a55eef905c"}}' 2025-07-31 10:22:54,484 98118 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e 0.054s 2025-07-31 10:22:54,485 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:54 GMT', 'server': 'Apa che/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2bdc98b-4397-414f-a3cc-92b65143d846', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2bdc98b-4397-414f-a3cc-92b65143d846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e'} Body: b'{"volume": {"id": "30e02511-6362-4c98-91bf-159647fc911e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:53.000000", "updated_at": "2025-07-31T10:22:54.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-587645141", "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/volumes/30e02511-6362-4c98-91bf-159647fc911e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/30e02511-6362-4c98-91bf-159647fc911e"}], "user_id": "f52291f328574f9d81d4e0cb66c50818", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "280d426113ae4313aa1bb6a55eef905c"}}' 2025-07-31 10:22:54,538 98118 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e 0.039s 2025-07-31 10:22:54,538 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af693850-71df-411c-8611-2041acc78e64', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af693850-71df-411c-8611-2041acc78e64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e'} Body: b'{"volume": {"id": "30e02511-6362-4c98-91bf-159647fc911e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:53.000000", "updated_at": "2025-07-31T10:22:54.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-587645141", "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/volumes/30e02511-6362-4c98-91bf-159647fc911e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/30e02511-6362-4c98-91bf-159647fc911e"}], "user_id": "f52291f328574f9d81d4e0cb66c50818", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "280d426113ae4313aa1bb6a55eef905c"}}' 2025-07-31 10:22:54,648 98118 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e 0.095s 2025-07-31 10:22:54,649 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22: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-32809d74-cd37-452b-83b0-15cf485597eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e'} Body: b'' 2025-07-31 10:22:54,670 98118 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWitho utMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e 0.021s 2025-07-31 10:22:54,670 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22: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-6bc750f2-3048-40fd-be21-2f5dd951ade8', 'x-openstack-request-id': 'req-6bc750f2-3048-40fd-be21-2f5dd951ade8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/30e02511-6362-4c98-91bf-159647fc911e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 30e02511-6362-4c98-91bf-159647fc911e could not be found."}}' 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 27f7ff66-d115-4e49-bbec-e2306d5f4918 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:23:04,290 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/volumes 0.370s 2025-07-31 10:23:04,290 98118 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-1990526860"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de234edb-9df4-4019-807c-ddfa5897a912', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de234edb-9df4-4019-807c-ddfa5897a912', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "27f7ff66-d115-4e49-bbec-e2306d5f4918", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:04.231603", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1990526860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918"}], "user_id": "f3d96350830b41dc8a455069a62cdb97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:23:04,343 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918 0.039s 2025-07-31 10:23:04,343 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f8c5a58-b853-4565-9a66-4f87bbf3224e', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f8c5a58-b853-4565-9a66-4f87bbf3224e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918'} Body: b'{"volume": {"id": "27f7ff66-d115-4e49-bbec-e2306d5f4918", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:04.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1990526860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918"}], "user_id": "f3d96350830b41dc8a455069a62cdb97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cea5981371e84d5d84fb5484c0f430c5"}}' 2025-07-31 10:23:05,408 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918 0.048s 2025-07-31 10:23:05,408 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x -compute-request-id': 'req-e74707cc-d1e7-4b54-a96d-05feab8b9b76', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e74707cc-d1e7-4b54-a96d-05feab8b9b76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918'} Body: b'{"volume": {"id": "27f7ff66-d115-4e49-bbec-e2306d5f4918", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:04.000000", "updated_at": "2025-07-31T10:23:04.000000", "name": "tempest-VolumesTransfersTest-Volume-1990526860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918"}], "user_id": "f3d96350830b41dc8a455069a62cdb97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cea5981371e84d5d84fb5484c0f430c5"}}' 2025-07-31 10:23:05,489 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918 0.066s 2025-07-31 10:23:05,490 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3202bed-1ca1-4846-8288-963f1e1c5d73', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3202bed-1ca1-4846-8288-963f1e1c5d73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918'} Body: b'{"volume": {"id": "27f7ff66-d115-4e49-bbec-e2306d5f4918", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:04.000000", "updated_at": "2025-07-31T10:23:04.000000", "name": "tempest-VolumesTransfersTest-Volume-1990526860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918"}], "user_id": "f3d96350830b41dc8a455069a62cdb97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cea5981371e84d5d84fb5484c0f430c5"}}' 2025-07-31 10:23:05,691 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918 0.188s 2025-07-31 10:23:05,692 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23: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-96e430d8-4da8-4b1a-a9ac-5e7aa9405a78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918'} Body: b'' 2025-07-31 10:23:05,760 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918 0.024s 20 25-07-31 10:23:05,761 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23: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-cfb29be1-b8bc-4bbf-abd6-a56f3cfee3a0', 'x-openstack-request-id': 'req-cfb29be1-b8bc-4bbf-abd6-a56f3cfee3a0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/27f7ff66-d115-4e49-bbec-e2306d5f4918'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 27f7ff66-d115-4e49-bbec-e2306d5f4918 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 85eaf564-36aa-44c2-9411-99a138d46d8b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:23:06,051 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/volumes 0.285s 2025-07-31 10:23:06,052 98118 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-1173779267"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a952c466-db0c-4668-9dee-63ed8d10d384', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a952c466-db0c-4668-9dee-63ed8d10d384', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "85eaf564-36aa-44c2-9411-99a138d46d8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:05.988500", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1173779267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b"}], "user_id": "f3d96350830b41dc8a455069a62cdb97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:23:06,120 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b 0.055s 2025-07-31 10:23:06,120 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c362ecf7-0088-453d-824d-a6dfcc8a3e60', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c362ecf7-0088-453d-824d-a6dfcc8a3e60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b'} Body: b'{"volume": {"id": "85eaf564-36aa-44c2-9411-99a138d46d8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:06.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1173779267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b"}], "user_id": "f3d96350830b41dc8a455069a62cdb97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cea5981371e84d5d84fb5484c0f430c5"}}' 2025-07-31 10:23:07,190 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b 0.055s 2025-07-31 10:23:07,190 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-req uest-id': 'req-d4702874-961d-4a1c-91b0-7093d52e5626', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4702874-961d-4a1c-91b0-7093d52e5626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b'} Body: b'{"volume": {"id": "85eaf564-36aa-44c2-9411-99a138d46d8b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:06.000000", "updated_at": "2025-07-31T10:23:06.000000", "name": "tempest-VolumesTransfersTest-Volume-1173779267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b"}], "user_id": "f3d96350830b41dc8a455069a62cdb97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cea5981371e84d5d84fb5484c0f430c5"}}' 2025-07-31 10:23:07,245 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b 0.039s 2025-07-31 10:23:07,246 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6a5655f-a57a-4a04-b57b-374b1c106027', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6a5655f-a57a-4a04-b57b-374b1c106027', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b'} Body: b'{"volume": {"id": "85eaf564-36aa-44c2-9411-99a138d46d8b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:06.000000", "updated_at": "2025-07-31T10:23:06.000000", "name": "tempest-VolumesTransfersTest-Volume-1173779267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b"}], "user_id": "f3d96350830b41dc8a455069a62cdb97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cea5981371e84d5d84fb5484c0f430c5"}}' 2025-07-31 10:23:07,411 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b 0.152s 2025-07-31 10:23:07,412 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23: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-9aa5d017-bbeb-4886-a49e-28c8879a1066', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b'} Body: b'' 2025-07-31 10:23:07,443 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b 0.030s 2025-07-31 10: 23:07,444 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23: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-2998c198-c8e7-4ae0-a014-8f6903416ca3', 'x-openstack-request-id': 'req-2998c198-c8e7-4ae0-a014-8f6903416ca3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/85eaf564-36aa-44c2-9411-99a138d46d8b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 85eaf564-36aa-44c2-9411-99a138d46d8b could not be found."}}' 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d3b6bf14-b5e6-4e04-9869-825f365c76b9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:23:13,280 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/volumes 0.460s 2025-07-31 10:23:13,280 98118 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-670831108"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ec7d11b-a73c-41db-8302-e76a9b0d074c', 'content-length': '819', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ec7d11b-a73c-41db-8302-e76a9b0d074c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d3b6bf14-b5e6-4e04-9869-825f365c76b9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:13.200468", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-670831108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9"}], "user_id": "195fa5c602804cefb92dc9b49ef84ba4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-07-31 10:23:13,350 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9 0.049s 2025-07-31 10:23:13,350 98118 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': 'Thu, 31 Jul 2025 10:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74eb2499-f538-4a37-b33b-cd336a5bdea1', 'content-length': '887', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74eb2499-f538-4a37-b33b-cd336a5bdea1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9'} Body: b'{"volume": {"id": "d3b6bf14-b5e6-4e04-9869-825f365c76b9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:13.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-670831108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9"}], "user_id": "195fa5c602804cefb92dc9b49ef84ba4", "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": "1a9de7327a1d46aba3726befa6e19357"}}' 2025-07-31 10:23:14,409 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9 0.041s 2025-07-31 10:23:14,410 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applic ation/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0ecfd01-9581-4061-9574-48b6d3e16875', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0ecfd01-9581-4061-9574-48b6d3e16875', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9'} Body: b'{"volume": {"id": "d3b6bf14-b5e6-4e04-9869-825f365c76b9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:13.000000", "updated_at": "2025-07-31T10:23:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-670831108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9"}], "user_id": "195fa5c602804cefb92dc9b49ef84ba4", "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": "1a9de7327a1d46aba3726befa6e19357"}}' 2025-07-31 10:23:14,460 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9 0.036s 2025-07-31 10:23:14,461 98118 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': 'Thu, 31 Jul 2025 10:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0566e3e3-d29e-4821-a209-635af2d6c649', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0566e3e3-d29e-4821-a209-635af2d6c649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9'} Body: b'{"volume": {"id": "d3b6bf14-b5e6-4e04-9869-825f365c76b9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:13.000000", "updated_at": "2025-07-31T10:23:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-670831108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9"}], "user_id": "195fa5c602804cefb92dc9b49ef84ba4", "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": "1a9de7327a1d46aba3726befa6e19357"}}' 2025-07-31 10:23:14,566 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9 0.090s 2025-07-31 10:23:14,566 98118 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': 'Thu, 31 Jul 2025 10:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstac k-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c51aa6c-66c0-44f4-ba95-3724b880277c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9'} Body: b'' 2025-07-31 10:23:14,597 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9 0.030s 2025-07-31 10:23:14,597 98118 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': 'Thu, 31 Jul 2025 10:23:14 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-6c61cdce-b8f5-4e7a-bd89-e0a46a1cd0dd', 'x-openstack-request-id': 'req-6c61cdce-b8f5-4e7a-bd89-e0a46a1cd0dd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d3b6bf14-b5e6-4e04-9869-825f365c76b9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d3b6bf14-b5e6-4e04-9869-825f365c76b9 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f3c2b562-ab06-48df-ace7-e79d9ac958b7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:23:14,776 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/volumes 0.173s 2025-07-31 10:23:14,777 98118 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-1728708213"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d980d30e-61a8-4b8c-bc15-69bca3ba0171', 'content-length': '820', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d980d30e-61a8-4b8c-bc15-69bca3ba0171', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f3c2b562-ab06-48df-ace7-e79d9ac958b7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:14.716634", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1728708213", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7"}], "user_id": "195fa5c602804cefb92dc9b49ef84ba4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-07-31 10:23:14,827 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7 0.038s 2025-07-31 10:23:14,828 98118 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': 'Thu, 31 Jul 2025 10:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-087e18ab-edfa-4abe-a1f4-6259e9f1d609', 'content-length': '888', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-087e18ab-edfa-4abe-a1f4-6259e9f1d609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7'} Body: b'{"volume": {"id": "f3c2b562-ab06-48df-ace7-e79d9ac958b7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:15.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1728708213", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7"}], "user_id": "195fa5c602804cefb92dc9b49ef84ba4", "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": "1a9de7327a1d46aba3726befa6e19357"}}' 2025-07-31 10:23:15,885 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7 0.041s 2025-07-31 10:23:15,885 98118 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/jso n', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8eb14fa-d876-4e4f-94de-a971a4ae26f1', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8eb14fa-d876-4e4f-94de-a971a4ae26f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7'} Body: b'{"volume": {"id": "f3c2b562-ab06-48df-ace7-e79d9ac958b7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:15.000000", "updated_at": "2025-07-31T10:23:15.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1728708213", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7"}], "user_id": "195fa5c602804cefb92dc9b49ef84ba4", "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": "1a9de7327a1d46aba3726befa6e19357"}}' 2025-07-31 10:23:15,937 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7 0.038s 2025-07-31 10:23:15,938 98118 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': 'Thu, 31 Jul 2025 10:23:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4a844fe-4ec4-4334-be65-2289fe048318', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4a844fe-4ec4-4334-be65-2289fe048318', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7'} Body: b'{"volume": {"id": "f3c2b562-ab06-48df-ace7-e79d9ac958b7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:15.000000", "updated_at": "2025-07-31T10:23:15.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1728708213", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7"}], "user_id": "195fa5c602804cefb92dc9b49ef84ba4", "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": "1a9de7327a1d46aba3726befa6e19357"}}' 2025-07-31 10:23:16,052 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7 0.101s 2025-07-31 10:23:16,053 98118 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': 'Thu, 31 Jul 2025 10:23:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-v ersion': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa233773-2907-49bd-81ab-387229128cac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7'} Body: b'' 2025-07-31 10:23:16,078 98118 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7 0.024s 2025-07-31 10:23:16,078 98118 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': 'Thu, 31 Jul 2025 10:23:16 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-97b8b3a2-b50e-498f-9bf2-72eedfb6c9f8', 'x-openstack-request-id': 'req-97b8b3a2-b50e-498f-9bf2-72eedfb6c9f8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f3c2b562-ab06-48df-ace7-e79d9ac958b7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f3c2b562-ab06-48df-ace7-e79d9ac958b7 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f4b645cc-495b-4bc5-83d5-bb41977aebb1 failed to build and is in ERROR status 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ebe69005-418a-45ce-9e3c-94690dee1cc0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:15,967 98116 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:21:21,785 98116 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 5.816s 2025-07-31 10:21:21,785 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2078588732", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMPrLAr7loZMYfaX4+9yr+VJaFO0Ii3WsCKlFLyp6Up9VOQNBVQ0TV44pt4P+K4p41aGkETEQz+ATD2IAkgBRGYxf5Y4BikNYUQeoq5NxCoiL4lCTruVIvwIVuHc/QEMyw=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:15 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-dfde328d-c4a6-49a8-88f5-989a2e97a3db', 'x-compute-request-id': 'req-dfde328d-c4a6-49a8-88f5-989a2e97a3db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2078588732", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMPrLAr7loZMYfaX4+9yr+VJaFO0Ii3WsCKlFLyp6Up9VOQNBVQ0TV44pt4P+K4p41aGkETEQz+ATD2IAkgBRGYxf5Y4BikNYUQeoq5NxCoiL4lCTruVIvwIVuHc/QEMyw==", "fingerprint": "bc:f2:ab:5c:dd:9e:71:44:4a:fa:4b:2a:16:93:28:17", "user_id": "a8dfc4df7b5443e48b7051af9a566b96"}}' 2025-07-31 10:21:21,787 98116 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2078588732 created 2025-07-31 10:21:25,439 98116 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/networking/v2.0/security-groups 3.651s 2025-07-31 10:21:25,439 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1725471706", "description": "tempest-description--1664348025"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-4bca62db-923a-4488-89a4-a1efc389aa2e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5c2ca5b7-1720-4637-b0a0-c413ce89c8d2", "name": "tempest-securitygroup--1725471706", "stateful": true, "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "description": "tempest-description--1664348025", "shared": false, "security_group_rules": [{"id": "2a4dc39a-cf49-4a7d-a44e-d0181ea72f48", "project_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "security_group_id": "5c2ca5b7-1720-4637-b0a0-c413ce89c8d2", "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": 311, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:21:24Z", "updated_at": "2025-07-31T10:21:24Z", "revision_number": 0}, {"id": "c12a6a1f-b92b-4c0b-9e10-0eab14d4648a", "project_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "security_group_id": "5c2ca5b7-1720-4637-b0a0-c413ce89c8d2", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": nu ll, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 312, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:21:24Z", "updated_at": "2025-07-31T10:21:24Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:21:24Z", "updated_at": "2025-07-31T10:21:24Z", "revision_number": 1, "project_id": "ad14bcbb45c94db0b6738ad5dd05efb6"}}' 2025-07-31 10:21:26,893 98116 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.453s 2025-07-31 10:21:26,893 98116 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": "5c2ca5b7-1720-4637-b0a0-c413ce89c8d2", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8eb43fd5-495a-442f-b68e-b282b50f640a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "de6d4656-4e26-4a2b-b8ae-eb0f4793193c", "project_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "security_group_id": "5c2ca5b7-1720-4637-b0a0-c413ce89c8d2", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:21:26Z", "updated_at": "2025-07-31T10:21:26Z", "revision_number": 0}}' 2025-07-31 10:21:29,314 98116 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.420s 2025-07-31 10:21:29,314 98116 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": "5c2ca5b7-1720-4637-b0a0-c413ce89c8d2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ae681543-0b45-408b-9cb3-ac64b99da3dc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "97532335-f606-4652-9530-6e3ef38cc770", "project_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "security_group_id": "5c2ca5b7-1720-4637-b0a0-c413ce89c8d2", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:21:29Z", "updated_at": "2025-07-31T10:21:29Z", "revision_number": 0}}' 2025-07-31 10:21:29,315 98116 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1725471706 created 2025-07-31 10:21:31,511 98116 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/networking/v2.0/floatingips 2.195s 2025-07-31 10:21:31,511 98116 DEBUG [tempest.lib.common.rest_client] Reque st - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-e16709eb-0698-4007-94a4-22d814b42315', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a2d0342b-d710-49b1-a1d2-2098033a2ea7", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "floating_ip_address": "172.24.4.59", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:21:31Z", "updated_at": "2025-07-31T10:21:31Z", "revision_number": 0}}' 2025-07-31 10:21:31,511 98116 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a2d0342b-d710-49b1-a1d2-2098033a2ea7', 'tenant_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'floating_ip_address': '172.24.4.59', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:21:31Z', 'updated_at': '2025-07-31T10:21:31Z', 'revision_number': 0, 'ip': '172.24.4.59'} created 2025-07-31 10:21:31,605 98116 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.089s 2025-07-31 10:21:31,606 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2495', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-362357ec-fe1f-4915-baa7-2bdc2dadc1ea', '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": "a8dfc4df7b5443e48b7051af9a566b96", "name": "tempest-VolumesAdminNegativeTest-381398493-project-member", "password_expires_at": null}, "audit_ids": ["Iu1vLgpfR8e76VS_mE8w_A"], "expires_at": "2025-07-31T11:21:31.000000Z", "issued_at": "2025-07-31T10:21:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad14bcbb45c94db0b6738ad5dd05efb6", "name": "tempest-VolumesAdminNegativeTest-381398493"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "R egionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ad14bcbb45c94db0b6738ad5dd05efb6", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:21:31,606 98116 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'd0b8bbbf-be59-487b-bb22-a78de6c3ecaf', 'name': 'tempest-VolumesAdminNegativeTest-904843947-network', 'tenant_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33314, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:20:31Z', 'updated_at': '2025-07-31T10:20:31Z', 'revision_number': 1} available for tenant 2025-07-31 10:21:31,607 98116 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2078588732', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMPrLAr7loZMYfaX4+9yr+VJaFO0Ii3WsCKlFLyp6Up9VOQNBVQ0TV44pt4P+K4p41aGkETEQz+ATD2IAkgBRGYxf5Y4BikNYUQeoq5NxCoiL4lCTruVIvwIVuHc/QEMyw==', 'fingerprint': 'bc:f2:ab:5c:dd:9e:71:44:4a:fa:4b:2a:16:93:28:17', 'user_id': 'a8dfc4df7b5443e48b7051af9a566b96', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA+u92YGMQYl3g1ACatbo0jhtDaUuhUgfTQbonR3dE3cwqCb9YEs2pl\nNMn+nqzvRF2gBwYFK4EEACKhZANiAATD6ywK+5aGTGH2l+Pvcq/lSWhTtCIt1rAi\npRS8qelKfVTkDQVUNE1eOKbeD/iuKeNWhpBExEM/gEw9iAJIAURmMX+WOAYpDWFE\nHqKuTcQqIi+JQk67lSL8CFbh3P0BDMs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5c2ca5b7-1720-4637-b0a0-c413ce89c8d2', 'name': 'tempest-securitygroup--1725471706', 'stateful': True, 'tenant_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'description': 'tempest-description--1664348025', 'shared': False, 'security_group_rules': [{'id': '2a4dc39a-cf49-4a7d-a44e-d0181ea72f48', 'project_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'tenant_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'security_group_id': '5c2ca5b7-1720-4637-b0a0-c413ce89c8d2', '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': 311, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:21:24Z', 'updated_at': '2025-07-31T10:21:24Z', 'revision_number': 0}, {'id': 'c12a6a1f-b92b-4c0b-9e10-0eab14d4648a', 'project_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'tenant_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'security_group_id': '5c2ca5b7-1720-4637-b0a0-c413ce89c8d2', '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': 312, 'belongs_to_default_sg': False, 'descripti on': None, 'tags': [], 'created_at': '2025-07-31T10:21:24Z', 'updated_at': '2025-07-31T10:21:24Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:21:24Z', 'updated_at': '2025-07-31T10:21:24Z', 'revision_number': 1, 'project_id': 'ad14bcbb45c94db0b6738ad5dd05efb6'}, 'floating_ip': {'id': 'a2d0342b-d710-49b1-a1d2-2098033a2ea7', 'tenant_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'floating_ip_address': '172.24.4.59', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:21:31Z', 'updated_at': '2025-07-31T10:21:31Z', 'revision_number': 0, 'ip': '172.24.4.59'}} 2025-07-31 10:21:43,325 98116 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 11.717s 2025-07-31 10:21:43,325 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-306418097", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "d0b8bbbf-be59-487b-bb22-a78de6c3ecaf"}], "security_groups": [{"name": "tempest-securitygroup--1725471706"}], "key_name": "tempest-keypair-2078588732", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18e6a396-c3b2-4a2e-a399-2cdc1b7c8690', 'x-compute-request-id': 'req-18e6a396-c3b2-4a2e-a399-2cdc1b7c8690', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0cea2fa5-4146-46bc-b665-87144ddd9a73", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1725471706"}], "adminPass": "J8b4CvKYmC6q"}}' 2025-07-31 10:21:45,000 98116 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/0cea2fa5-4146-46bc-b665-87144ddd9a73 1.672s 2025-07-31 10:21:45,001 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48034762-5886-4390-8312-dedca947982d', 'x-compute-request-id': 'req-48034762-5886-4390-8312-dedca947982d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73'} Body: b'{"server": {"id": "0cea2fa5-4146-46bc-b665-87144ddd9a73", "name": "tempest-VolumesAdminNegativeTest-server-306418097", "status": "BUILD", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "metadata": {}, "host Id": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:43Z", "updated": "2025-07-31T10:21:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2078588732", "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": []}}' 2025-07-31 10:22:35,562 98116 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/0cea2fa5-4146-46bc-b665-87144ddd9a73 0.498s 2025-07-31 10:22:35,562 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5f28a1f-9227-4a42-9d24-da34287d568d', 'x-compute-request-id': 'req-f5f28a1f-9227-4a42-9d24-da34287d568d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73'} Body: b'{"server": {"id": "0cea2fa5-4146-46bc-b665-87144ddd9a73", "name": "tempest-VolumesAdminNegativeTest-server-306418097", "status": "ACTIVE", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "metadata": {}, "hostId": "bb75f767f11b28b48cdd2312dd5797d88471c188cb55b3d6c805df90", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:43Z", "updated": "2025-07-31T10:22:21Z", "addresses": {"tempest-VolumesAdminNegativeTest-904843947-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:9b:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2078588732", "OS-SRV-USG:launched_at": "2025-07-31T10:22:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1725471706"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:22:35,578 98116 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:23:35,845 98116 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/0cea2fa5-4146-46bc-b665-87144ddd9a73/os-interface 0.225s 2025-07-31 10:23:35,846 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conte nt-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23: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-3fbdf2a3-2842-4b3e-8379-f3c212799ca3', 'x-compute-request-id': 'req-3fbdf2a3-2842-4b3e-8379-f3c212799ca3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0cea2fa5-4146-46bc-b665-87144ddd9a73/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d0b8bbbf-be59-487b-bb22-a78de6c3ecaf", "port_id": "3c0fac81-9dda-46f0-ad95-12101c03d5f7", "mac_addr": "fa:16:3e:e4:9b:26", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "564a7e4f-0b11-4ba8-b41e-6a8a2752b45e", "ip_address": "10.0.0.8"}]}]}' 2025-07-31 10:23:37,310 98116 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/a2d0342b-d710-49b1-a1d2-2098033a2ea7 1.460s 2025-07-31 10:23:37,311 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "3c0fac81-9dda-46f0-ad95-12101c03d5f7"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-1ef78e81-9ffb-4dc4-a484-574109b4f44b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/a2d0342b-d710-49b1-a1d2-2098033a2ea7'} Body: b'{"floatingip": {"id": "a2d0342b-d710-49b1-a1d2-2098033a2ea7", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "floating_ip_address": "172.24.4.59", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "46d3f8b0-4345-43e5-941f-67b4be123558", "port_id": "3c0fac81-9dda-46f0-ad95-12101c03d5f7", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d0b8bbbf-be59-487b-bb22-a78de6c3ecaf", "mac_address": "fa:16:3e:e4:9b:26", "admin_state_up": true, "status": "ACTIVE", "device_id": "0cea2fa5-4146-46bc-b665-87144ddd9a73", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:21:31Z", "updated_at": "2025-07-31T10:23:36Z", "revision_number": 1, "project_id": "ad14bcbb45c94db0b6738ad5dd05efb6"}}' 2025-07-31 10:23:37,313 98116 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.59:22' as 'cirros' with public key authentication 2025-07-31 10:23:37,337 98116 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:23:37,454 98116 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:23:37,454 98116 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.59 successfully created 2025-07-31 10:23:37,677 98116 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/volumes 0.221s 2025-07-31 10:23:37,677 98116 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-1380254667"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8972231a-3f3d-4362-854a-142cd7d64b8f', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8972 231a-3f3d-4362-854a-142cd7d64b8f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ebe69005-418a-45ce-9e3c-94690dee1cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:37.610085", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1380254667", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0"}], "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:23:37,740 98116 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/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0 0.050s 2025-07-31 10:23:37,740 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b315b0b2-b449-4e02-a8bb-ff7f8bdfa839', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b315b0b2-b449-4e02-a8bb-ff7f8bdfa839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0'} Body: b'{"volume": {"id": "ebe69005-418a-45ce-9e3c-94690dee1cc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:38.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1380254667", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0"}], "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6"}}' 2025-07-31 10:23:38,801 98116 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/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0 0.046s 2025-07-31 10:23:38,802 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee9dce2e-a5a5-40e0-af24-113c8ab31c3f', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee9dce2e-a5a5-40e0-af24-113c8ab31c3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0'} Body: b'{"volume": {"id": "ebe69005-418a-45ce-9e3c-94690dee1cc0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:38.000000", "updated_at": "2025-07-31T10:23:38.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1380254667", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{ "rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ebe69005-418a-45ce-9e3c-94690dee1cc0"}], "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6"}}' 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 116, in test_attach_scsi_disk_with_config_drive volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:21:18,756 98108 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/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.058s 2025-07-31 10:21:18,757 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-82d3c4cb-4262-4eba-8286-9feaf6a150fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:21:19,830 98108 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.027s 2025-07-31 10:21:19,831 98108 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': 'Thu, 31 Jul 2025 10:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-aaf1ccc7-80d1-4ecb-ac2e-b591777e8edd', '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": "49097842ec964816aeed480554ff1f4b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "0ccfd497-0283-4a24-b930-fa61ba4ef7a0", "created_at": "2025-07-31T10:21:20Z", "updated_at": "2025-07-31T10:21:20Z", "tags": [], "self": "/v2/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0", "file": "/v2/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:21:21,425 98108 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/0ccfd497-0283-4a24-b930-fa61ba4ef7a0/file 1.594s 2025-07-31 10:21:21,426 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-506b4b5a-ee04-4536-a17e-2dccea3b4ecd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0/file'} Body: b'' 2025-07-31 10:21:21,426 98108 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:21:21,427 98108 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:21:24,954 98108 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 3.526s 2025-07-31 10:21:24,954 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1340319315", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCyuHBbV/vF7VLPJOnlDEb3c1uWbzY2ONATRg+KpmDvIJuoKcZEXoN8ZE8OTWs68IDuxe4fNIy+90WVgrFy39oZXHdBTthhNhV+GZ7mk1dNLs4Ll+vsiHg0LUV1qpKYA6A=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21: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-1aeab67e-0057-4a8e-86a0-0b17fdaca70a', 'x-compute-request-id': 'req-1aeab67e-0057-4a8e-86a0-0b17fdaca70a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1340319315", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCyuHBbV/vF7VLPJOnlDEb3c1uWbzY2ONATRg+KpmDvIJuoKcZEXoN8ZE8OTWs68IDuxe4fNIy+90WVgrFy39oZXHdBTthhNhV+GZ7mk1dNLs4Ll+vsiHg0LUV1qpKYA6A==", "fingerprint": "12:6d:85:fe:96:2d:d3:cd:2d:e0:d3:cc:7e:4a:6f:64", "user_id": "3455137858064aed971c893189ffbdbb"}}' 2025-07-31 10:21:24,956 98108 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1340319315 created 2025-07-31 10:21:26,400 98108 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 1.443s 2025-07-31 10:21:26,401 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--248386238", "description": "tempest-description--287413971"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-bf92cec7-43c8-4f76-a25b-166357cd877e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "134fef8e-8682-4b7f-a06a-e316a892df04", "name": "tempest-securitygroup--248386238", "stateful": true, "tenant_id": "00ce377a05e2454881553c86e6de1987", "description": "tempest-description--287413971", "shared": false, "security_group_rules": [{"id": "610ec8b0-6b63-4586-84b6-59127661b883", "project_id": "00ce377a05e2454881553c86e6de1987", "tenant_id": "00ce377a05e2454881553c86e6de1987", "security_group_id": "134fef8e-8682-4b7f-a06a-e316a892df04", "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": 315, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:21:26Z", "updated_at": "2025-07-31T10:21:26Z", "revision_number": 0}, {"id": "e1a8a340-821a-48af-a272-4ad097aa5335", "project_id": "00ce377a05e2454881553c86e6de1987", "tenant_id": "00ce377a05e2454881553c86e6de1987", "security_group_id": "134fef8e-8682-4b7f-a06a-e316a892df04", "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": 316, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:21:26Z", "updated_at": "2025-07-31T10:21:26Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:21:26Z", "updated_at": "2025-07-31T10:21:26Z", "revision_number": 1, "project_id": "00ce377a05e2454881553c86e6de1987"}}' 2025-07-31 10:21:28,271 98108 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.870s 2025-07-31 10:21:28,271 98108 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": "134fef8e-8682-4b7f-a06a-e316a892df04", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-ece5af92-05bb-4542-b299-214686db1ca7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ba7e0c9e-69bf-4e85-8b77-fa41d38808e4", "project_id": "00ce377a05e2454881553c86e6de1987", "tenant_id": "00ce377a05e2454881553c86e6de1987", "security_group_id": "134fef8e-8682-4b7f-a06a-e316a892df04", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:21:27Z", "updated_at": "2025-07-31T10:21:27Z", "revision_number": 0}}' 2025-07-31 10:21:30,397 98108 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.125s 2025-07-31 10:21:30,397 98108 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": "134fef8e-8682-4b7f-a06a-e316a892df04", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-74683b50-02cc-48f3-966d-a19bb0d2d04a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ef11642b-7462-4346-abe2-23f7cbf68960", "project_id": "00ce377a05e2454881553c86e6de1987", "tenant_id": "00ce377a05e2454881553c86e6de1987", "security_group_id": "134fef8e-8682-4b7f-a06a-e316a892df04", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:21:30Z", "updated_at": "2025-07-31T10:21:30Z", "revision_number": 0}}' 2025-07-31 10:21:30,398 98108 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--248386238 created 2025-07-31 10:21:32,637 9 8108 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 2.239s 2025-07-31 10:21:32,637 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-249005dd-9421-4431-a918-9e3126bdfb46', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5c67c4e0-ad48-48c9-93ac-9159a129fe8a", "tenant_id": "00ce377a05e2454881553c86e6de1987", "floating_ip_address": "172.24.4.122", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "00ce377a05e2454881553c86e6de1987", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:21:32Z", "updated_at": "2025-07-31T10:21:32Z", "revision_number": 0}}' 2025-07-31 10:21:32,638 98108 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5c67c4e0-ad48-48c9-93ac-9159a129fe8a', 'tenant_id': '00ce377a05e2454881553c86e6de1987', 'floating_ip_address': '172.24.4.122', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '00ce377a05e2454881553c86e6de1987', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:21:32Z', 'updated_at': '2025-07-31T10:21:32Z', 'revision_number': 0, 'ip': '172.24.4.122'} created 2025-07-31 10:21:32,723 98108 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.081s 2025-07-31 10:21:32,723 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6c441a47-826d-4c7a-bbb9-8ac29666f9e2', '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": "3455137858064aed971c893189ffbdbb", "name": "tempest-AttachSCSIVolumeTestJSON-1806834073-project-member", "password_expires_at": null}, "audit_ids": ["5iGdPbxARlGBLBOal_-sfw"], "expires_at": "2025-07-31T11:21:32.000000Z", "issued_at": "2025-07-31T10:21:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00ce377a05e2454881553c86e6de1987", "name": "tempest-AttachSCSIVolumeTestJSON-1806834073"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/ networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/00ce377a05e2454881553c86e6de1987", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:21:32,724 98108 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '44c2d065-338c-43cb-a4ae-0a3a0ee74928', 'name': 'tempest-AttachSCSIVolumeTestJSON-1099414719-network', 'tenant_id': '00ce377a05e2454881553c86e6de1987', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '00ce377a05e2454881553c86e6de1987', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 36250, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:20:31Z', 'updated_at': '2025-07-31T10:20:31Z', 'revision_number': 1} available for tenant 2025-07-31 10:21:32,724 98108 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1340319315', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCyuHBbV/vF7VLPJOnlDEb3c1uWbzY2ONATRg+KpmDvIJuoKcZEXoN8ZE8OTWs68IDuxe4fNIy+90WVgrFy39oZXHdBTthhNhV+GZ7mk1dNLs4Ll+vsiHg0LUV1qpKYA6A==', 'fingerprint': '12:6d:85:fe:96:2d:d3:cd:2d:e0:d3:cc:7e:4a:6f:64', 'user_id': '3455137858064aed971c893189ffbdbb', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBgD3VYcvRziC+5UOCeaHod7LTI1nJ9hhjZuJyxjmtJZvunLndUCy02\nKUvKFgf2i5WgBwYFK4EEACKhZANiAAQsrhwW1f7xe1SzyTp5QxG93Nblm82NjjQE\n0YPiqZg7yCbqCnGRF6DfGRPDk1rOvCA7sXuHzSMvvdFlYKxct/aGVx3QU7YYTYVf\nhme5pNXTS7OC5fr7Ih4NC1FdaqSmAOg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '134fef8e-8682-4b7f-a06a-e316a892df04', 'name': 'tempest-securitygroup--248386238', 'stateful': True, 'tenant_id': '00ce377a05e2454881553c86e6de1987', 'description': 'tempest-description--287413971', 'shared': False, 'security_group_rules': [{'id': '610ec8b0-6b63-4586-84b6-59127661b883', 'project_id': '00ce377a05e2454881553c86e6de1987', 'tenant_id': '00ce377a05e2454881553c86e6de1987', 'security_group_id': '134fef8e-8682-4b7f-a06a-e316a892df04', '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': 315, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:21:26Z', 'updated_at': '2025-07-31T10:21:26Z', 'revision_number': 0}, {'id': 'e1a8a340-821a-48af-a272-4ad097aa5335', 'project_id': '00ce377a05e2454881553c86e6de1987', 'tenant_id': '00ce377a05e2454881553c86e6de1987', 'security_group_id': '134fef8e-8682-4b7f-a06a-e316a892df04', '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': 316, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:21:26Z', 'updated_at': '2025-07-31T10:21:26Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:21:26Z', 'updated_at': '2025-07-31T10:21:26Z', 'revision_number': 1, 'project_id': '00ce377a05e2454881553c86e6de1987'}, 'floating_ip': {'id': '5c67c4e0-ad48-48c9-93ac-9159a129fe8a', 'tenant_id': '00ce377a05e2454881553c86e6de1987', 'floating_ip_address': '172.24.4.122', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '00ce377a05e2454881553c86e6de1987', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:21:32Z', 'updated_at': '2025-07-31T10:21:32Z', 'revision_number': 0, 'ip': '172.24.4.122'}} 2025-07-31 10:21:45,343 98108 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 12.618s 2025-07-31 10:21:45,344 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1866101167", "imageRef": "0ccfd497-0283-4a24-b930-fa61ba4ef7a0", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "44c2d065-338c-43cb-a4ae-0a3a0ee74928"}], "security_groups": [{"name": "tempest-securitygroup--248386238"}], "key_name": "tempest-keypair-1340319315", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4ff14e9-c07c-4e3d-b575-60e300372fb5', 'x-compute-request-id': 'req-c4ff14e9-c07c-4e3d-b575-60e300372fb5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--248386238"}], "adminPass": "uLqTtpKZ5B9B"}}' 2025-07-31 10:21:46,469 98108 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/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573 1.121s 2025-07-31 10:21:46,469 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64a7d5de-8f81-492c-99c3-fa32bed7f5cb', 'x-compute-request-id': 'req-64a7d5de-8f81-492c-99c3-fa32bed7f5cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573'} Body: b'{"server": {"id": "6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573", "name": "tempest-Att achSCSIVolumeTestJSON-server-1866101167", "status": "BUILD", "tenant_id": "00ce377a05e2454881553c86e6de1987", "user_id": "3455137858064aed971c893189ffbdbb", "metadata": {}, "hostId": "", "image": {"id": "0ccfd497-0283-4a24-b930-fa61ba4ef7a0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:45Z", "updated": "2025-07-31T10:21:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1340319315", "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": []}}' 2025-07-31 10:22:36,915 98108 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/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573 0.367s 2025-07-31 10:22:36,916 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1548', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bec50a58-0784-4dda-88c0-ee25d471f3ca', 'x-compute-request-id': 'req-bec50a58-0784-4dda-88c0-ee25d471f3ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573'} Body: b'{"server": {"id": "6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573", "name": "tempest-AttachSCSIVolumeTestJSON-server-1866101167", "status": "ACTIVE", "tenant_id": "00ce377a05e2454881553c86e6de1987", "user_id": "3455137858064aed971c893189ffbdbb", "metadata": {}, "hostId": "df782ac57c91f375dac0f50c9d0a7ca68bb85d2a873f2230c97d013c", "image": {"id": "0ccfd497-0283-4a24-b930-fa61ba4ef7a0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:45Z", "updated": "2025-07-31T10:22:20Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1099414719-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:19:e3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1340319315", "OS-SRV-USG:launched_at": "2025-07-31T10:22:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--248386238"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:22:36,931 98108 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:23:37,188 98108 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/6c1c6a3 a-9c0d-4f7e-8a5d-68caa660b573/os-interface 0.195s 2025-07-31 10:23:37,189 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:36 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-49df7add-58a8-45aa-b36a-bd04edbd65e6', 'x-compute-request-id': 'req-49df7add-58a8-45aa-b36a-bd04edbd65e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "44c2d065-338c-43cb-a4ae-0a3a0ee74928", "port_id": "6d4f82e1-bda4-4dfb-a8b1-62eb7aa99372", "mac_addr": "fa:16:3e:93:19:e3", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5cee57d4-9a99-4f71-9219-afb539ceff9b", "ip_address": "10.0.0.13"}]}]}' 2025-07-31 10:23:39,414 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/5c67c4e0-ad48-48c9-93ac-9159a129fe8a 2.220s 2025-07-31 10:23:39,415 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "6d4f82e1-bda4-4dfb-a8b1-62eb7aa99372"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-2e528d2d-d7d3-4e79-84cc-3805eadc9914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/5c67c4e0-ad48-48c9-93ac-9159a129fe8a'} Body: b'{"floatingip": {"id": "5c67c4e0-ad48-48c9-93ac-9159a129fe8a", "tenant_id": "00ce377a05e2454881553c86e6de1987", "floating_ip_address": "172.24.4.122", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "6559e66e-9b6e-4e62-937f-e354345d1f3f", "port_id": "6d4f82e1-bda4-4dfb-a8b1-62eb7aa99372", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "44c2d065-338c-43cb-a4ae-0a3a0ee74928", "mac_address": "fa:16:3e:93:19:e3", "admin_state_up": true, "status": "ACTIVE", "device_id": "6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:21:32Z", "updated_at": "2025-07-31T10:23:37Z", "revision_number": 1, "project_id": "00ce377a05e2454881553c86e6de1987"}}' 2025-07-31 10:23:39,417 98108 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.122:22' as 'cirros' with public key authentication 2025-07-31 10:23:39,432 98108 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:23:39,537 98108 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:23:39,537 98108 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.122 successfully created 2025-07-31 10:23:39,835 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/volumes 0.296s 2025-07-31 10:23:39,835 98108 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-259646898"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42fdd6b6-9484-4deb-b68f-d0a7f183259d', 'content-length': '7 55', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42fdd6b6-9484-4deb-b68f-d0a7f183259d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:39.758221", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-259646898", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0"}], "user_id": "3455137858064aed971c893189ffbdbb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:23:39,896 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0 0.039s 2025-07-31 10:23:39,896 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f3d4b48-5e93-4151-8163-169ae224d776', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f3d4b48-5e93-4151-8163-169ae224d776', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0'} Body: b'{"volume": {"id": "a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:40.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-259646898", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0"}], "user_id": "3455137858064aed971c893189ffbdbb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00ce377a05e2454881553c86e6de1987"}}' 2025-07-31 10:23:41,058 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0 0.061s 2025-07-31 10:23:41,059 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a1fb33c-619a-413c-aeb0-badeeeade79a', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a1fb33c-619a-413c-aeb0-badeeeade79a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0'} Body: b'{"volume": {"id": "a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:40.000000", "updated_at": "2025-07-31T10:23:40.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-259646898", "description": null, "volume_type": "joviandss-2", " snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a289e6fa-c1ef-47d5-a3e8-8ff2f1a131f0"}], "user_id": "3455137858064aed971c893189ffbdbb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00ce377a05e2454881553c86e6de1987"}}' 2025-07-31 10:23:41,638 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573 0.556s 2025-07-31 10:23:41,639 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:41 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-c31bbc54-ac18-4903-ac75-c8b5ed7c9d85', 'x-compute-request-id': 'req-c31bbc54-ac18-4903-ac75-c8b5ed7c9d85', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573'} Body: b'' 2025-07-31 10:23:41,941 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573 0.301s 2025-07-31 10:23:41,941 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a6edc6a-3a5e-4080-8422-06783531b442', 'x-compute-request-id': 'req-4a6edc6a-3a5e-4080-8422-06783531b442', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573'} Body: b'{"server": {"id": "6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573", "name": "tempest-AttachSCSIVolumeTestJSON-server-1866101167", "status": "ACTIVE", "tenant_id": "00ce377a05e2454881553c86e6de1987", "user_id": "3455137858064aed971c893189ffbdbb", "metadata": {}, "hostId": "df782ac57c91f375dac0f50c9d0a7ca68bb85d2a873f2230c97d013c", "image": {"id": "0ccfd497-0283-4a24-b930-fa61ba4ef7a0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:45Z", "updated": "2025-07-31T10:23:41Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1099414719-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:19:e3"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:19:e3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1340319315", "OS-SRV-USG:launched_at": "2025-07-31T10:22:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--248386238"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:24:32,049 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573 0.039s 2025-07-31 10:24:32,049 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-50dcc7c0-a550-41f2-81d6-9b8a287c4549', 'x-compute-request-id': 'req-50dcc7c0-a550-41f2-81d6-9b8a287c4549', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6c1c6a3a-9c0d-4f7e-8a5d-68caa660b573 could not be found."}}' 2025-07-31 10:24:32,136 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1340319315 0.085s 2025-07-31 10:24:32,137 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:32 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-a928a88b-a75f-49ee-b640-dbde622f541b', 'x-compute-request-id': 'req-a928a88b-a75f-49ee-b640-dbde622f541b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1340319315'} Body: b'' 2025-07-31 10:24:32,317 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/134fef8e-8682-4b7f-a06a-e316a892df04 0.179s 2025-07-31 10:24:32,317 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-55d573e1-a9fe-4676-9ef9-50b26d863401', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/134fef8e-8682-4b7f-a06a-e316a892df04'} Body: b'' 2025-07-31 10:24:32,338 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/134fef8e-8682-4b7f-a06a-e316a892df04 0.020s 2025-07-31 10:24:32,338 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-df825690-c12b-4c1f-a27d-f3caf593bf87', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/134fef8e-8682-4b7f-a06a-e316a892df04'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 134fef8e-8682-4b7f-a06a-e316a892df04 does not exist", "detail": ""}}' 2025-07-31 10:24:32,747 98108 INFO [tempest.lib.common.rest_client] Req uest (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/5c67c4e0-ad48-48c9-93ac-9159a129fe8a 0.407s 2025-07-31 10:24:32,747 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-4859a300-885b-4153-b8aa-69f6501e9832', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/5c67c4e0-ad48-48c9-93ac-9159a129fe8a'} Body: b'' 2025-07-31 10:24:32,998 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0 0.249s 2025-07-31 10:24:32,998 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-23aedbf9-e3dd-4ee0-b1f9-4d3806f034a8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0'} Body: b'' 2025-07-31 10:24:33,018 98108 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0 0.018s 2025-07-31 10:24:33,018 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7569e2df-53b6-443b-8dbf-e03e95ff649e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/0ccfd497-0283-4a24-b930-fa61ba4ef7a0'} Body: b'{"message": "No image found with ID 0ccfd497-0283-4a24-b930-fa61ba4ef7a0

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 37c0f6a3-de95-4a54-a862-ffb3578dbca0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:22:00,580 98126 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:22:00,580 98126 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:22:00,952 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.370s 2025-07-31 10:22:00,952 98126 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-1733452117", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGTCiPHeDT4HhffoUkOmmLkRQx9jcy27mS0eOu3bdkD4l1z4AHBr0JAcbBIcBkPpDWrbwcRWkn+TqCzRuGU0Re6IfNKqKsBDrWMDrDIhAEAKmgpizMbM+ghesZr3UAGo6g=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:00 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-f7681a6c-26a9-480d-8d1b-a09be4b32438', 'x-compute-request-id': 'req-f7681a6c-26a9-480d-8d1b-a09be4b32438', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1733452117", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGTCiPHeDT4HhffoUkOmmLkRQx9jcy27mS0eOu3bdkD4l1z4AHBr0JAcbBIcBkPpDWrbwcRWkn+TqCzRuGU0Re6IfNKqKsBDrWMDrDIhAEAKmgpizMbM+ghesZr3UAGo6g==", "fingerprint": "6b:0d:c5:6b:ad:d7:37:6f:51:5c:cb:21:fb:7a:5f:31", "user_id": "cf12220927284637a0bf0a062c316346"}}' 2025-07-31 10:22:00,955 98126 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1733452117 created 2025-07-31 10:22:02,594 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 1.638s 2025-07-31 10:22:02,594 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--111574694", "description": "tempest-description--113900757"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-016f55a8-066c-4f91-bc0e-fad2a888245f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "29eb4eef-6278-4323-8049-cdbb5c0893a1", "name": "tempest-securitygroup--111574694", "stateful": true, "tenant_id": "960389194ac4448f985229325e1df049", "description": "tempest-description--113900757", "shared": false, "security_group_rules": [{"id": "77305061-50c4-4f41-b173-b9de76b6efca", "project_id": "960389194ac4448f985229325e1df049", "tenant_id": "960389194ac4448f985229325e1df049", "security_group_id": "29eb4eef-6278-4323-8049-cdbb5c0893a1", "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": 421, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:22:02Z", "updated_at": "2025-07-31T10:22:02Z", "revision_number": 0}, {"id": "b0939aab-fa96-43d0-8184-00fab46d1716", "project_id": "960389194ac4448f985229325e1df049", "tenant_id": "960389194ac4448f985229325e1df049", "security_group_id": "29eb4eef-6278-4323-8049-cdbb5c0893a1", "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": 422, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:22:02Z", "updated_at": "2025-07-31T10:22:02Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:22:02Z", "updated_at": "2025-07-31T10:22:02Z", "revision_number": 1, "project_id": "960389194ac4448f985229325e1df049"}}' 2025-07-31 10:22:04,212 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.617s 2025-07-31 10:22:04,212 98126 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": "29eb4eef-6278-4323-8049-cdbb5c0893a1", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-b980efa7-1f09-4e88-b15b-71482db48646', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0558cb42-8584-4233-9083-19e4104a6ab3", "project_id": "960389194ac4448f985229325e1df049", "tenant_id": "960389194ac4448f985229325e1df049", "security_group_id": "29eb4eef-6278-4323-8049-cdbb5c0893a1", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:03Z", "updated_at": "2025-07-31T10:22:03Z", "revision_number": 0}}' 2025-07-31 10:22:06,533 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.320s 2025-07-31 10:22:06,533 98126 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": "29eb4eef-6278-4323-8049-cdbb5c0893a1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-0a97cf3a-2c6b-4aa7-b123-eac5fba1cb1b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7b461306-b10a-4628-877d-1c8fe61dd550", "project_id": "960389194ac4448f985229325e1df049", "tenant_id": "960389194ac4448f985229325e1df049", "security_group_id": "29eb4eef-6278-4323-8049-cdbb5c0893a1", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:06Z", "updated_at": "2025-07-31T10:22:06Z", "revision_number": 0}}' 2025-07-31 10:22:06,534 98126 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--111574694 created 2025-07-31 10:22:08,210 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.676s 2025-07-31 10:22:08,210 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'appl ication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-2212648b-0f74-49c9-8b57-e70a8acaf21d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fe5b99a1-cdae-4ea8-9c68-8a522fc4967f", "tenant_id": "960389194ac4448f985229325e1df049", "floating_ip_address": "172.24.4.70", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "960389194ac4448f985229325e1df049", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:22:07Z", "updated_at": "2025-07-31T10:22:07Z", "revision_number": 0}}' 2025-07-31 10:22:08,211 98126 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fe5b99a1-cdae-4ea8-9c68-8a522fc4967f', 'tenant_id': '960389194ac4448f985229325e1df049', 'floating_ip_address': '172.24.4.70', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '960389194ac4448f985229325e1df049', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:22:07Z', 'updated_at': '2025-07-31T10:22:07Z', 'revision_number': 0, 'ip': '172.24.4.70'} created 2025-07-31 10:22:08,356 98126 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.138s 2025-07-31 10:22:08,356 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2501', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8c4c5eaf-07bf-44b7-854e-558468e3d5d0', '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": "cf12220927284637a0bf0a062c316346", "name": "tempest-AttachVolumeShelveTestJSON-1057983871-project-member", "password_expires_at": null}, "audit_ids": ["97I2_aZPQj6fAjdKrkrLhQ"], "expires_at": "2025-07-31T11:22:08.000000Z", "issued_at": "2025-07-31T10:22:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "960389194ac4448f985229325e1df049", "name": "tempest-AttachVolumeShelveTestJSON-1057983871"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placem ent", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/960389194ac4448f985229325e1df049", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:22:08,357 98126 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '75785157-2908-494d-8f2f-ec4967c5c73b', 'name': 'tempest-AttachVolumeShelveTestJSON-887162735-network', 'tenant_id': '960389194ac4448f985229325e1df049', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '960389194ac4448f985229325e1df049', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26052, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:21:48Z', 'updated_at': '2025-07-31T10:21:48Z', 'revision_number': 1} available for tenant 2025-07-31 10:22:08,357 98126 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1733452117', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGTCiPHeDT4HhffoUkOmmLkRQx9jcy27mS0eOu3bdkD4l1z4AHBr0JAcbBIcBkPpDWrbwcRWkn+TqCzRuGU0Re6IfNKqKsBDrWMDrDIhAEAKmgpizMbM+ghesZr3UAGo6g==', 'fingerprint': '6b:0d:c5:6b:ad:d7:37:6f:51:5c:cb:21:fb:7a:5f:31', 'user_id': 'cf12220927284637a0bf0a062c316346', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBK7chcJOZG7KnOIXv9RpnrGpeQ1G/984XlHhNpiEbwXnO/1IBfs9wB\nPDuc6i4ZKJCgBwYFK4EEACKhZANiAARkwojx3g0+B4X36FJDppi5EUMfY3Mtu5kt\nHjrt23ZA+Jdc+ABwa9CQHGwSHAZD6Q1q28HEVpJ/k6gs0bhlNEXuiHzSqirAQ61j\nA6wyIQBACpoKYszGzPoIXrGa91ABqOo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '29eb4eef-6278-4323-8049-cdbb5c0893a1', 'name': 'tempest-securitygroup--111574694', 'stateful': True, 'tenant_id': '960389194ac4448f985229325e1df049', 'description': 'tempest-description--113900757', 'shared': False, 'security_group_rules': [{'id': '77305061-50c4-4f41-b173-b9de76b6efca', 'project_id': '960389194ac4448f985229325e1df049', 'tenant_id': '960389194ac4448f985229325e1df049', 'security_group_id': '29eb4eef-6278-4323-8049-cdbb5c0893a1', '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': 421, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:22:02Z', 'updated_at': '2025-07-31T10:22:02Z', 'revision_number': 0}, {'id': 'b0939aab-fa96-43d0-8184-00fab46d1716', 'project_id': '960389194ac4448f985229325e1df049', 'tenant_id': '960389194ac4448f985229325e1df049', 'security_group_id': '29eb4eef-6278-4323-8049-cdbb5c0893a1', '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': 422, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '202 5-07-31T10:22:02Z', 'updated_at': '2025-07-31T10:22:02Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:22:02Z', 'updated_at': '2025-07-31T10:22:02Z', 'revision_number': 1, 'project_id': '960389194ac4448f985229325e1df049'}, 'floating_ip': {'id': 'fe5b99a1-cdae-4ea8-9c68-8a522fc4967f', 'tenant_id': '960389194ac4448f985229325e1df049', 'floating_ip_address': '172.24.4.70', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '960389194ac4448f985229325e1df049', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:22:07Z', 'updated_at': '2025-07-31T10:22:07Z', 'revision_number': 0, 'ip': '172.24.4.70'}} 2025-07-31 10:22:13,191 98126 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 4.833s 2025-07-31 10:22:13,192 98126 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-658335988", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "75785157-2908-494d-8f2f-ec4967c5c73b"}], "security_groups": [{"name": "tempest-securitygroup--111574694"}], "key_name": "tempest-keypair-1733452117", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095', '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-6ae84a07-15c4-4693-86dc-4171b38fdea0', 'x-compute-request-id': 'req-6ae84a07-15c4-4693-86dc-4171b38fdea0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b9f91d82-c0e6-4901-85c2-13074a8ef095", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--111574694"}], "adminPass": "password"}}' 2025-07-31 10:22:14,381 98126 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/b9f91d82-c0e6-4901-85c2-13074a8ef095 1.185s 2025-07-31 10:22:14,382 98126 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': 'Thu, 31 Jul 2025 10:22:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1273', '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-33700844-052b-4135-ae3c-b41272d10c6d', 'x-compute-request-id': 'req-33700844-052b-4135-ae3c-b41272d10c6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095'} Body: b'{"server": {"id": "b9f91d82-c0e6-4901-85c2-13074a8ef095", "name": "tempest-AttachVolumeShelveTestJSON-server-658335988", "status": "BUILD", "tenant_id": "960389194ac4448f985229325e1df049", "user_id": "cf12220927284637a 0bf0a062c316346", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:13Z", "updated": "2025-07-31T10:22:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1733452117", "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}}' 2025-07-31 10:23:05,257 98126 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/b9f91d82-c0e6-4901-85c2-13074a8ef095 0.840s 2025-07-31 10:23:05,257 98126 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': 'Thu, 31 Jul 2025 10:23:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1584', '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-2a3ea101-3c98-4a0f-92cf-db26f1b85932', 'x-compute-request-id': 'req-2a3ea101-3c98-4a0f-92cf-db26f1b85932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095'} Body: b'{"server": {"id": "b9f91d82-c0e6-4901-85c2-13074a8ef095", "name": "tempest-AttachVolumeShelveTestJSON-server-658335988", "status": "ACTIVE", "tenant_id": "960389194ac4448f985229325e1df049", "user_id": "cf12220927284637a0bf0a062c316346", "metadata": {}, "hostId": "64a37127bde86e5734ea21d3ce1b9faadd81f1e623493377d296ee32", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:13Z", "updated": "2025-07-31T10:22:39Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-887162735-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:4b:21"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1733452117", "OS-SRV-USG:launched_at": "2025-07-31T10:22:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--111574694"}], "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}}' 2025-07-31 10:23:05,275 98126 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-07-31 10:24:05,481 98126 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/b9f91d82-c0e6-4901-8 5c2-13074a8ef095/os-interface 0.163s 2025-07-31 10:24:05,482 98126 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': 'Thu, 31 Jul 2025 10:24:05 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-b2bdbde1-1a91-4e81-91d3-3f36086b27b4', 'x-compute-request-id': 'req-b2bdbde1-1a91-4e81-91d3-3f36086b27b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "75785157-2908-494d-8f2f-ec4967c5c73b", "port_id": "3ef7ccf3-b8e2-4a08-a074-ba1397860fc5", "mac_addr": "fa:16:3e:85:4b:21", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "0d347ec2-caab-4152-b98c-e89d39bbeed5", "ip_address": "10.0.0.10"}]}]}' 2025-07-31 10:24:06,419 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/fe5b99a1-cdae-4ea8-9c68-8a522fc4967f 0.933s 2025-07-31 10:24:06,419 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "3ef7ccf3-b8e2-4a08-a074-ba1397860fc5"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-fd6c3070-f242-421f-9a5e-5bf2cdc8a70c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/fe5b99a1-cdae-4ea8-9c68-8a522fc4967f'} Body: b'{"floatingip": {"id": "fe5b99a1-cdae-4ea8-9c68-8a522fc4967f", "tenant_id": "960389194ac4448f985229325e1df049", "floating_ip_address": "172.24.4.70", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "b783d813-4dc4-4308-9c47-f00a510ca9b4", "port_id": "3ef7ccf3-b8e2-4a08-a074-ba1397860fc5", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "75785157-2908-494d-8f2f-ec4967c5c73b", "mac_address": "fa:16:3e:85:4b:21", "admin_state_up": true, "status": "ACTIVE", "device_id": "b9f91d82-c0e6-4901-85c2-13074a8ef095", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:22:07Z", "updated_at": "2025-07-31T10:24:05Z", "revision_number": 1, "project_id": "960389194ac4448f985229325e1df049"}}' 2025-07-31 10:24:06,421 98126 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.70:22' as 'cirros' with public key authentication 2025-07-31 10:24:06,439 98126 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:24:06,545 98126 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:24:06,545 98126 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.70 successfully created 2025-07-31 10:24:06,591 98126 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/b9f91d82-c0e6-4901-85c2-13074a8ef095/ips 0.045s 2025-07-31 10:24:06,592 98126 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': 'Thu, 31 Jul 2025 10:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-version': 'co mpute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f7cd3dc-5164-4601-836c-08e92b2d08f6', 'x-compute-request-id': 'req-7f7cd3dc-5164-4601-836c-08e92b2d08f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-887162735-network": [{"version": 4, "addr": "10.0.0.10"}]}}' 2025-07-31 10:24:06,826 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/volumes 0.231s 2025-07-31 10:24:06,826 98126 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-1949375585"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a99fd828-f49c-4e91-80cd-ee9ea07b2c4b', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a99fd828-f49c-4e91-80cd-ee9ea07b2c4b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "37c0f6a3-de95-4a54-a862-ffb3578dbca0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:24:06.757933", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1949375585", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0"}], "user_id": "cf12220927284637a0bf0a062c316346", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:24:06,931 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0 0.092s 2025-07-31 10:24:06,931 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-615b341f-9d55-47e4-ac38-613cdb59d010', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-615b341f-9d55-47e4-ac38-613cdb59d010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0'} Body: b'{"volume": {"id": "37c0f6a3-de95-4a54-a862-ffb3578dbca0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:24:07.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1949375585", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0"}], "user_id": "cf12220927284637a0bf0a062c316346", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "960389194ac4448f985229325e1df049"}}' 2025-07-31 10:24:0 7,990 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0 0.043s 2025-07-31 10:24:07,990 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f85bfa11-562e-47f8-8e60-24f51a115940', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f85bfa11-562e-47f8-8e60-24f51a115940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0'} Body: b'{"volume": {"id": "37c0f6a3-de95-4a54-a862-ffb3578dbca0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:24:07.000000", "updated_at": "2025-07-31T10:24:07.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1949375585", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/37c0f6a3-de95-4a54-a862-ffb3578dbca0"}], "user_id": "cf12220927284637a0bf0a062c316346", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "960389194ac4448f985229325e1df049"}}' 2025-07-31 10:24:08,179 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095 0.175s 2025-07-31 10:24:08,180 98126 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': 'Thu, 31 Jul 2025 10:24:08 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-a1311ddc-a52f-40a3-81e9-dfd931541e15', 'x-compute-request-id': 'req-a1311ddc-a52f-40a3-81e9-dfd931541e15', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095'} Body: b'' 2025-07-31 10:24:08,339 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095 0.159s 2025-07-31 10:24:08,340 98126 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': 'Thu, 31 Jul 2025 10:24:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1708', '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-c6c1c0e6-e966-4e7d-b2d9-41ef8e70e9e0', 'x-compute-request-id': 'req-c6c1c0e6-e966-4e7d-b2d9-41ef8e70e9e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095'} Body: b'{"server": {"id": "b9f91d82-c0e6-4901-85c2-13074a8ef095", "name": "tempest-AttachVolumeShelveTestJSON-server-658335988", "status": "ACTIVE", "tenant_id": "960389194ac4448f985229325e1df049", "user_id": "cf12220927284637a0bf0a062c316346", "metadata": {}, "hostId": "64a37127bde86e5734ea21d3ce1b9faadd81f1e623493377d296ee32", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:13Z", "updated": "2025-07-31T10:24:08Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-887162735-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:4b:21"}, {"version": 4, "addr": "172.24.4.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:4b:21"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1733452117", "OS-SRV-USG:launched_at": "2025-07-31T10:22:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--111574694"}], "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}}' 2025-07-31 10:24:58,426 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095 0.032s 2025-07-31 10:24:58,426 98126 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': 'Thu, 31 Jul 2025 10:24:58 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-6b9a1d51-11f6-4f7a-85d2-2dd56988842d', 'x-compute-request-id': 'req-6b9a1d51-11f6-4f7a-85d2-2dd56988842d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b9f91d82-c0e6-4901-85c2-13074a8ef095'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b9f91d82-c0e6-4901-85c2-13074a8ef095 could not be found."}}' 2025-07-31 10:24:58,464 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1733452117 0.036s 2025-07-31 10:24:58,464 98126 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': 'Thu, 31 Jul 2025 10:24: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-1041a637-6381-4b56-993b-1953821957eb', 'x-compute-request-id': 'req-1041a637-6381-4b56-993b-1953821957eb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1733452117'} Body: b'' 2025-07-31 10:24:58,641 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/29eb4eef-6278-4323-8049-cdbb5c0893a1 0.176s 2025-07-31 10:24:58,641 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Ac cept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-1348d70c-00a9-46d3-a7e6-c7ebc025fd12', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/29eb4eef-6278-4323-8049-cdbb5c0893a1'} Body: b'' 2025-07-31 10:24:58,661 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/29eb4eef-6278-4323-8049-cdbb5c0893a1 0.018s 2025-07-31 10:24:58,661 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-dd04daa3-be49-47b2-ae07-ae920b53ab80', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/29eb4eef-6278-4323-8049-cdbb5c0893a1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 29eb4eef-6278-4323-8049-cdbb5c0893a1 does not exist", "detail": ""}}' 2025-07-31 10:24:59,041 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/fe5b99a1-cdae-4ea8-9c68-8a522fc4967f 0.379s 2025-07-31 10:24:59,041 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-1f8a9665-eb86-4b3c-a300-23e1b2290fde', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/fe5b99a1-cdae-4ea8-9c68-8a522fc4967f'} Body: b'' 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b20992cd-6afc-429b-b9f0-79697b394983 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:22:06,530 98124 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:22:06,530 98124 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:22:06,739 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.208s 2025-07-31 10:22:06,740 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-46906899", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOqvAawzBXogU6xXVXYSK40GQTusBGh7aVddtK+m9Br35KC7qA8HXUZQDsimf6QbLk81ZkPxh22p9bT3OCX3lyYocsxyQ2vbMrGjvwh79mABC8+idgQl29aJ0H1O+aUMew=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:06 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-f7d4028f-8806-4b90-ad0d-c249f21ad029', 'x-compute-request-id': 'req-f7d4028f-8806-4b90-ad0d-c249f21ad029', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-46906899", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOqvAawzBXogU6xXVXYSK40GQTusBGh7aVddtK+m9Br35KC7qA8HXUZQDsimf6QbLk81ZkPxh22p9bT3OCX3lyYocsxyQ2vbMrGjvwh79mABC8+idgQl29aJ0H1O+aUMew==", "fingerprint": "04:28:66:54:6b:9e:91:fd:b4:ac:24:22:1f:72:88:35", "user_id": "b1556457914d488da14fca85207dc034"}}' 2025-07-31 10:22:06,742 98124 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-46906899 created 2025-07-31 10:22:07,841 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 1.098s 2025-07-31 10:22:07,841 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2044024902", "description": "tempest-description--1133639154"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-ac3a2f49-29fb-4e8a-86bd-353f16bd9030', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "93117ec7-e3c7-450c-83f0-66bb0f9cc1da", "name": "tempest-securitygroup--2044024902", "stateful": true, "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "description": "tempest-description--1133639154", "shared": false, "security_group_rules": [{"id": "0390579e-35da-4082-86ab-b64eacae2697", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "93117ec7-e3c7-450c-83f0-66bb0f9cc1da", "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": 438, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:22:07Z", "updated_at": "2025-07-31T10:22:07Z", "revision_number": 0}, {"id": "ad6e5661-80f3-4f34-8c94-2ba44107fac4", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "93117ec7-e3c7-450c-83f0-66bb0f9cc1da", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_ra nge_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": 439, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:22:07Z", "updated_at": "2025-07-31T10:22:07Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:22:07Z", "updated_at": "2025-07-31T10:22:07Z", "revision_number": 1, "project_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:22:09,232 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.390s 2025-07-31 10:22:09,232 98124 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": "93117ec7-e3c7-450c-83f0-66bb0f9cc1da", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-248561a1-750b-4149-a54a-3e505d5d9827', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e4ffea31-ae90-4d5a-bc70-c05e14cd41ba", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "93117ec7-e3c7-450c-83f0-66bb0f9cc1da", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:09Z", "updated_at": "2025-07-31T10:22:09Z", "revision_number": 0}}' 2025-07-31 10:22:09,840 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.607s 2025-07-31 10:22:09,840 98124 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": "93117ec7-e3c7-450c-83f0-66bb0f9cc1da", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-eca087c1-a36d-4e08-8245-f1ced6f06f0a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "90f71e64-23b5-4ed2-afc6-a82de34b0740", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "93117ec7-e3c7-450c-83f0-66bb0f9cc1da", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:09Z", "updated_at": "2025-07-31T10:22:09Z", "revision_number": 0}}' 2025-07-31 10:22:09,840 98124 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2044024902 created 2025-07-31 10:22:14,601 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 4.760s 2025-07-31 10:22:14,601 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token ': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-2f483560-a2af-40af-8b5e-a6e8e10853cb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "73878b33-6e8e-49cc-961a-0296ba24ad09", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "floating_ip_address": "172.24.4.119", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:22:12Z", "updated_at": "2025-07-31T10:22:12Z", "revision_number": 0}}' 2025-07-31 10:22:14,601 98124 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '73878b33-6e8e-49cc-961a-0296ba24ad09', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'floating_ip_address': '172.24.4.119', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:22:12Z', 'updated_at': '2025-07-31T10:22:12Z', 'revision_number': 0, 'ip': '172.24.4.119'} created 2025-07-31 10:22:14,716 98124 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.108s 2025-07-31 10:22:14,716 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d7056927-f5f3-461e-9605-a90c20327694', '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": "b1556457914d488da14fca85207dc034", "name": "tempest-AttachVolumeNegativeTest-1263480940-project-member", "password_expires_at": null}, "audit_ids": ["8jLXew1ARDWCIJ_aPHq-jA"], "expires_at": "2025-07-31T11:22:14.000000Z", "issued_at": "2025-07-31T10:22:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a733e5c2a8243548182ba0afe2deb3f", "name": "tempest-AttachVolumeNegativeTest-1263480940"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ec dc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0a733e5c2a8243548182ba0afe2deb3f", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:22:14,717 98124 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'b878d227-3fc4-48e0-9505-283154a9f454', 'name': 'tempest-AttachVolumeNegativeTest-154168269-network', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 56236, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:21:51Z', 'updated_at': '2025-07-31T10:21:51Z', 'revision_number': 1} available for tenant 2025-07-31 10:22:14,718 98124 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-46906899', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOqvAawzBXogU6xXVXYSK40GQTusBGh7aVddtK+m9Br35KC7qA8HXUZQDsimf6QbLk81ZkPxh22p9bT3OCX3lyYocsxyQ2vbMrGjvwh79mABC8+idgQl29aJ0H1O+aUMew==', 'fingerprint': '04:28:66:54:6b:9e:91:fd:b4:ac:24:22:1f:72:88:35', 'user_id': 'b1556457914d488da14fca85207dc034', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCXufKO4zaH0py/AIOsAnHARSCDzLkIPFGopbxZKPLxvcalmAZCsq67\n1u0sx+6vCRWgBwYFK4EEACKhZANiAATqrwGsMwV6IFOsV1V2EiuNBkE7rARoe2lX\nXbSvpvQa9+Sgu6gPB11GUA7Ipn+kGy5PNWZD8YdtqfW09zgl95cmKHLMckNr2zKx\no78Ie/ZgAQvPonYEJdvWidB9TvmlDHs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '93117ec7-e3c7-450c-83f0-66bb0f9cc1da', 'name': 'tempest-securitygroup--2044024902', 'stateful': True, 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'description': 'tempest-description--1133639154', 'shared': False, 'security_group_rules': [{'id': '0390579e-35da-4082-86ab-b64eacae2697', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'security_group_id': '93117ec7-e3c7-450c-83f0-66bb0f9cc1da', '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': 438, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:22:07Z', 'updated_at': '2025-07-31T10:22:07Z', 'revision_number': 0}, {'id': 'ad6e5661-80f3-4f34-8c94-2ba44107fac4', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'security_group_id': '93117ec7-e3c7-450c-83f0-66bb0f9cc1da', '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': 439, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:22:07Z', 'updated_at': '2025-07-31T10:22:07Z', 'revision_number ': 0}], 'tags': [], 'created_at': '2025-07-31T10:22:07Z', 'updated_at': '2025-07-31T10:22:07Z', 'revision_number': 1, 'project_id': '0a733e5c2a8243548182ba0afe2deb3f'}, 'floating_ip': {'id': '73878b33-6e8e-49cc-961a-0296ba24ad09', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'floating_ip_address': '172.24.4.119', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:22:12Z', 'updated_at': '2025-07-31T10:22:12Z', 'revision_number': 0, 'ip': '172.24.4.119'}} 2025-07-31 10:22:17,422 98124 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 2.702s 2025-07-31 10:22:17,423 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-644060899", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b878d227-3fc4-48e0-9505-283154a9f454"}], "security_groups": [{"name": "tempest-securitygroup--2044024902"}], "key_name": "tempest-keypair-46906899", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a5e2bcb-51b4-4513-a46b-66ab4fa0a319', 'x-compute-request-id': 'req-4a5e2bcb-51b4-4513-a46b-66ab4fa0a319', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "311c1a8d-3c10-4d93-9eb2-5351b9fab346", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2044024902"}], "adminPass": "password"}}' 2025-07-31 10:22:17,557 98124 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/311c1a8d-3c10-4d93-9eb2-5351b9fab346 0.131s 2025-07-31 10:22:17,558 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22: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-9f40a8e9-f8f3-43b1-a897-cae10373ea64', 'x-compute-request-id': 'req-9f40a8e9-f8f3-43b1-a897-cae10373ea64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346'} Body: b'{"server": {"id": "311c1a8d-3c10-4d93-9eb2-5351b9fab346", "name": "tempest-AttachVolumeNegativeTest-server-644060899", "status": "BUILD", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "user_id": "b1556457914d488da14fca85207dc034", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.2 10/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:17Z", "updated": "2025-07-31T10:22:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-46906899", "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": []}}' 2025-07-31 10:23:07,841 98124 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/311c1a8d-3c10-4d93-9eb2-5351b9fab346 0.230s 2025-07-31 10:23:07,843 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:07 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-51a110d2-13aa-423d-90a4-c6631959628d', 'x-compute-request-id': 'req-51a110d2-13aa-423d-90a4-c6631959628d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346'} Body: b'{"server": {"id": "311c1a8d-3c10-4d93-9eb2-5351b9fab346", "name": "tempest-AttachVolumeNegativeTest-server-644060899", "status": "ACTIVE", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "user_id": "b1556457914d488da14fca85207dc034", "metadata": {}, "hostId": "fd548f5cddc657548827c7133e55878cddb6c54011e486d5a39330b4", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:17Z", "updated": "2025-07-31T10:22:41Z", "addresses": {"tempest-AttachVolumeNegativeTest-154168269-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:49:b8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-46906899", "OS-SRV-USG:launched_at": "2025-07-31T10:22:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2044024902"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:23:07,858 98124 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:24:08,073 98124 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/311c1a8d-3c10-4d93-9eb2-5351b9fab346/os-interface 0.152s 2025-07-31 10:24:08,073 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:07 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-80e08828-cccb-48b2-bc23-421ddc1f32ab', 'x-compute-request-id': 'req-80e08828-cccb-48b2-bc23-421ddc1f32ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b878d227-3fc4-48e0-9505-283154a9f454", "port_id": "41651f70-a0b1-435e-ab28-4270dd18b8e2", "mac_addr": "fa:16:3e:06:49:b8", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "96f13a2c-6c1f-408d-91fa-97e7dee153c6", "ip_address": "10.0.0.9"}]}]}' 2025-07-31 10:24:09,045 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/73878b33-6e8e-49cc-961a-0296ba24ad09 0.967s 2025-07-31 10:24:09,046 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "41651f70-a0b1-435e-ab28-4270dd18b8e2"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-fb7c6129-a969-458b-abea-f50f9022fb4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/73878b33-6e8e-49cc-961a-0296ba24ad09'} Body: b'{"floatingip": {"id": "73878b33-6e8e-49cc-961a-0296ba24ad09", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "floating_ip_address": "172.24.4.119", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "c463c21c-0330-4bbb-a26e-872cc367db7f", "port_id": "41651f70-a0b1-435e-ab28-4270dd18b8e2", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b878d227-3fc4-48e0-9505-283154a9f454", "mac_address": "fa:16:3e:06:49:b8", "admin_state_up": true, "status": "ACTIVE", "device_id": "311c1a8d-3c10-4d93-9eb2-5351b9fab346", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:22:12Z", "updated_at": "2025-07-31T10:24:08Z", "revision_number": 1, "project_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:24:09,050 98124 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.119:22' as 'cirros' with public key authentication 2025-07-31 10:24:09,067 98124 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:24:09,175 98124 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:24:09,175 98124 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.119 successfully created 2025-07-31 10:24:09,217 98124 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/311c1a8d-3c10-4d93-9eb2-5351b9fab346/ips 0.041s 2025-07-31 10:24:09,218 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e19e7cf-d952-4b0f-b211-9fcf75665701', 'x-compute-request-id': 'req-1e19e7cf-d952-4b0f-b211-9fcf75665701', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/311c1a8d-3 c10-4d93-9eb2-5351b9fab346/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-154168269-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2025-07-31 10:24:09,509 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/volumes 0.287s 2025-07-31 10:24:09,509 98124 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-736816878"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c31714a2-ad0b-4292-bac8-54d2a248b6e2', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c31714a2-ad0b-4292-bac8-54d2a248b6e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b20992cd-6afc-429b-b9f0-79697b394983", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:24:09.433983", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-736816878", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b20992cd-6afc-429b-b9f0-79697b394983"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b20992cd-6afc-429b-b9f0-79697b394983"}], "user_id": "b1556457914d488da14fca85207dc034", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:24:09,563 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/volumes/b20992cd-6afc-429b-b9f0-79697b394983 0.041s 2025-07-31 10:24:09,564 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c716d99c-085f-43fe-a5c5-4069a58c0402', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c716d99c-085f-43fe-a5c5-4069a58c0402', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b20992cd-6afc-429b-b9f0-79697b394983'} Body: b'{"volume": {"id": "b20992cd-6afc-429b-b9f0-79697b394983", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:24:09.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-736816878", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b20992cd-6afc-429b-b9f0-79697b394983"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b20992cd-6afc-429b-b9f0-79697b394983"}], "user_id": "b1556457914d488da14fca85207dc034", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:24:10,624 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/volumes/b20992cd-6afc-429b-b9f0-79697b394983 0.045s 2025-07-31 10:24:10,624 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'applicat ion/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e93fd9c-6dbd-4b2f-92b2-2990f54395fa', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e93fd9c-6dbd-4b2f-92b2-2990f54395fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b20992cd-6afc-429b-b9f0-79697b394983'} Body: b'{"volume": {"id": "b20992cd-6afc-429b-b9f0-79697b394983", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:24:09.000000", "updated_at": "2025-07-31T10:24:10.000000", "name": "tempest-AttachVolumeNegativeTest-volume-736816878", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b20992cd-6afc-429b-b9f0-79697b394983"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b20992cd-6afc-429b-b9f0-79697b394983"}], "user_id": "b1556457914d488da14fca85207dc034", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:24:10,791 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346 0.140s 2025-07-31 10:24:10,792 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:10 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-10a91a02-5c46-41d0-944a-a637c8391525', 'x-compute-request-id': 'req-10a91a02-5c46-41d0-944a-a637c8391525', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346'} Body: b'' 2025-07-31 10:24:10,977 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346 0.184s 2025-07-31 10:24:10,977 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1665', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2737e1de-82ff-4b5e-980d-31d48e33689b', 'x-compute-request-id': 'req-2737e1de-82ff-4b5e-980d-31d48e33689b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346'} Body: b'{"server": {"id": "311c1a8d-3c10-4d93-9eb2-5351b9fab346", "name": "tempest-AttachVolumeNegativeTest-server-644060899", "status": "ACTIVE", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "user_id": "b1556457914d488da14fca85207dc034", "metadata": {}, "hostId": "fd548f5cddc657548827c7133e55878cddb6c54011e486d5a39330b4", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:17Z", "updated": "2025-07-31T10 :24:11Z", "addresses": {"tempest-AttachVolumeNegativeTest-154168269-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:49:b8"}, {"version": 4, "addr": "172.24.4.119", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:49:b8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-46906899", "OS-SRV-USG:launched_at": "2025-07-31T10:22:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2044024902"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:25:01,082 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346 0.039s 2025-07-31 10:25:01,083 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-451637b3-c301-4c30-b3a5-e70d6d7d1d94', 'x-compute-request-id': 'req-451637b3-c301-4c30-b3a5-e70d6d7d1d94', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/311c1a8d-3c10-4d93-9eb2-5351b9fab346'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 311c1a8d-3c10-4d93-9eb2-5351b9fab346 could not be found."}}' 2025-07-31 10:25:01,127 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-46906899 0.043s 2025-07-31 10:25:01,127 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb0d82dd-85e7-4a86-a2f1-f7c3e43a1c59', 'x-compute-request-id': 'req-eb0d82dd-85e7-4a86-a2f1-f7c3e43a1c59', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-46906899'} Body: b'' 2025-07-31 10:25:01,316 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/93117ec7-e3c7-450c-83f0-66bb0f9cc1da 0.187s 2025-07-31 10:25:01,316 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-dc8d9334-eee0-4d15-bb9e-1aaed3f31586', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/93117ec7-e3c7-450c-83f0-66bb0f9cc1da'} Body: b'' 2025-07-31 10:25:01,334 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2. 0/security-groups/93117ec7-e3c7-450c-83f0-66bb0f9cc1da 0.017s 2025-07-31 10:25:01,335 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-f354b5cb-33cd-48fd-bc96-9ae6c2015e9a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/93117ec7-e3c7-450c-83f0-66bb0f9cc1da'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 93117ec7-e3c7-450c-83f0-66bb0f9cc1da does not exist", "detail": ""}}' 2025-07-31 10:25:01,690 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/73878b33-6e8e-49cc-961a-0296ba24ad09 0.355s 2025-07-31 10:25:01,691 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-1801cd6e-04e8-4035-a106-87839545b11e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/73878b33-6e8e-49cc-961a-0296ba24ad09'} Body: b'' tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 86, in test_server_detach_rules waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4d51be28-cbba-494d-a802-b2ea47c90db1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:22:29,703 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.753s 2025-07-31 10:22:29,704 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-924892552", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91d92241-1df6-480c-a993-1c6d219b0eac', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91d92241-1df6-480c-a993-1c6d219b0eac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4d51be28-cbba-494d-a802-b2ea47c90db1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:29.619504", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-924892552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1"}], "user_id": "a53068a43a6e4832b4d24ba6b250061f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:22:29,963 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.246s 2025-07-31 10:22:29,964 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-1466655462", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65c38d7e-0018-46fb-8c8c-a03aa6b24fd1', 'content-length': '766', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65c38d7e-0018-46fb-8c8c-a03aa6b24fd1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4c85c193-7b51-4289-8b80-eb376ed3d681", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:29.887656", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-1466655462", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4c85c193-7b51-4289-8b80-eb376ed3d681"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4c85c193-7b51-4289-8b80-eb376ed3d681"}], "user_id": "a53068a43a6e4832b4d24ba6b250061f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:22:30,035 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.051s 2025-07-31 10:22:30,036 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu) ', 'content-type': 'application/json', 'content-length': '2515', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a5cf1c8e-7bd9-4d63-acfd-1919ed8c3a1e', '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": "a53068a43a6e4832b4d24ba6b250061f", "name": "tempest-TestServerVolumeAttachmentScenario-732566922-project-member", "password_expires_at": null}, "audit_ids": ["xalwhCs1S5OA33gJNZPwrA"], "expires_at": "2025-07-31T11:22:30.000000Z", "issued_at": "2025-07-31T10:22:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3cb56b90b7ae468d859afd4947238519", "name": "tempest-TestServerVolumeAttachmentScenario-732566922"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3cb56b90b7ae468d859afd4947238519", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:22:30,036 98128 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '43965d7a-9d1b-4db1-a3d9-3e499242397a', 'name': 'tempest-TestServerVolumeAttachmentScenario-921833608-network', 'tenant_id': '3cb56b90b7ae468d859afd4947238519', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3cb56b90b7ae468d859afd4947238519', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12839, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:22:01Z', 'updated_at': '2025-07-31T10:22:01Z', 'revision_number': 1} available for tenant 2025-07-31 10:22:30,037 98128 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:22:30,038 98128 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07 -31 10:22:30,171 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.130s 2025-07-31 10:22:30,172 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-865547614", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLNk1bMcurBrs/lApfXjNUv3XKFUjvBZysEsb9BHjmDBX6GQGgVz+zUj6xEYg43rN7x+9HKxuV7TRgAIhKS6PGfwIQ0PMyf0q7AdDvUUH4JaOm8onbaZx5uZo6KQb7MgPw=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:30 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-567def3b-ba24-461f-966b-5c6adc494035', 'x-compute-request-id': 'req-567def3b-ba24-461f-966b-5c6adc494035', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-865547614", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLNk1bMcurBrs/lApfXjNUv3XKFUjvBZysEsb9BHjmDBX6GQGgVz+zUj6xEYg43rN7x+9HKxuV7TRgAIhKS6PGfwIQ0PMyf0q7AdDvUUH4JaOm8onbaZx5uZo6KQb7MgPw==", "fingerprint": "35:72:9a:91:5b:bc:b1:d5:8a:58:ce:ca:ab:91:48:9a", "user_id": "a53068a43a6e4832b4d24ba6b250061f"}}' 2025-07-31 10:22:30,174 98128 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-865547614 created 2025-07-31 10:22:30,547 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.372s 2025-07-31 10:22:30,548 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--877544424", "description": "tempest-description--1859928769"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-10a9a235-ab84-408f-8d23-c64f42af9998', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "870ef57a-dd1f-4c8c-9241-1759510fa2f6", "name": "tempest-securitygroup--877544424", "stateful": true, "tenant_id": "3cb56b90b7ae468d859afd4947238519", "description": "tempest-description--1859928769", "shared": false, "security_group_rules": [{"id": "92881197-f4dd-4590-83bb-6997b97897fe", "project_id": "3cb56b90b7ae468d859afd4947238519", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "security_group_id": "870ef57a-dd1f-4c8c-9241-1759510fa2f6", "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": 496, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:22:30Z", "updated_at": "2025-07-31T10:22:30Z", "revision_number": 0}, {"id": "c2515dd8-8d29-4ebc-9aa2-2b5acbed9dd5", "project_id": "3cb56b90b7ae468d859afd4947238519", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "security_group_id": "870ef57a-dd1f-4c8c-9241-1759510fa2f6", "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": 495, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:22:30Z", "updated_at": "2025-07-31T10:22:30Z", "revision_number": 0}], "ta gs": [], "created_at": "2025-07-31T10:22:30Z", "updated_at": "2025-07-31T10:22:30Z", "revision_number": 1, "project_id": "3cb56b90b7ae468d859afd4947238519"}}' 2025-07-31 10:22:30,801 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.252s 2025-07-31 10:22:30,801 98128 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": "870ef57a-dd1f-4c8c-9241-1759510fa2f6", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-a29218ae-7619-419e-8064-7b3c52707e3e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9ceddec9-8204-438e-b107-714f157f2123", "project_id": "3cb56b90b7ae468d859afd4947238519", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "security_group_id": "870ef57a-dd1f-4c8c-9241-1759510fa2f6", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:30Z", "updated_at": "2025-07-31T10:22:30Z", "revision_number": 0}}' 2025-07-31 10:22:31,118 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.316s 2025-07-31 10:22:31,119 98128 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": "870ef57a-dd1f-4c8c-9241-1759510fa2f6", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-bbd00684-147b-4ffa-9301-ec7c3df25a35', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "55eb0c07-2531-4d25-a94d-f0a6c9b643f4", "project_id": "3cb56b90b7ae468d859afd4947238519", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "security_group_id": "870ef57a-dd1f-4c8c-9241-1759510fa2f6", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:30Z", "updated_at": "2025-07-31T10:22:30Z", "revision_number": 0}}' 2025-07-31 10:22:31,119 98128 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--877544424 created 2025-07-31 10:22:32,369 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.249s 2025-07-31 10:22:32,370 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-1a3077db-b361-4121-837f-17485a5f1252', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "075f4186-733d-4863-91fc-2ac181214723", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "floating_ip_address": "172.24.4.11", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3cb56b90b7ae468d859afd4947238519", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:22:31Z", "updated_at": "2025-07-31T10:22:31Z", "revision_number": 0}}' 2025-07-31 10:22:32,370 98128 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '075f4186-733d-4863-91fc-2ac181214723', 'tenant_id': '3cb56b90b7ae468d859afd4947238519', 'floating_ip_address': '172.24.4.11', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3cb56b90b7ae468d859afd4947238519', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:22:31Z', 'updated_at': '2025-07-31T10:22:31Z', 'revision_number': 0, 'ip': '172.24.4.11'} created 2025-07-31 10:22:32,371 98128 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-865547614', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLNk1bMcurBrs/lApfXjNUv3XKFUjvBZysEsb9BHjmDBX6GQGgVz+zUj6xEYg43rN7x+9HKxuV7TRgAIhKS6PGfwIQ0PMyf0q7AdDvUUH4JaOm8onbaZx5uZo6KQb7MgPw==', 'fingerprint': '35:72:9a:91:5b:bc:b1:d5:8a:58:ce:ca:ab:91:48:9a', 'user_id': 'a53068a43a6e4832b4d24ba6b250061f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDyg4N3qFhJNlrTAMhmmcuEy3KME+FIST5nZWOICPVuY23t2Opm8YGB\n/CQ91BNDf9WgBwYFK4EEACKhZANiAASzZNWzHLqwa7P5QKX14zVL91yhVI7wWcrB\nLG/QR45gwV+hkBoFc/s1I+sRGION6ze8fvRysble00YACISkujxn8CENDzMn9Kuw\nHQ71FB+CWjpvKJ22mcebmaOikG+zID8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '870ef57a-dd1f-4c8c-9241-1759510fa2f6', 'name': 'tempest-securitygroup--877544424', 'stateful': True, 'tenant_id': '3cb56b90b7ae468d859afd4947238519', 'description': 'tempest-description--1859928769', 'shared': False, 'security_group_rules': [{'id': '92881197-f4dd-4590-83bb-6997b97897fe', 'project_id': '3cb56b90b7ae468d859afd4947238519', 'tenant_id': '3cb56b90b7ae468d859afd4947238519', 'security_group_id': '870ef57a-dd1f-4c8c-9241-1759510fa2f6', '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': 496, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:22:30Z', 'updated_at': '2025-07-31T10:22:30Z', 'revision_number': 0}, {'id': 'c2515dd8-8d29-4ebc-9aa2-2b5acbed9dd5', 'project_id': '3cb56b90b7ae468d859afd4947238519', 'tenant_id': '3cb56b90b7ae468d859afd4947238519', 'security_group_id': '870ef57a-dd1f-4c8c-9241-1759510fa2f6', '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': 495, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:22:30Z', 'updated_at': '2025-07-31T10:22:30Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:22:30Z', 'updated_at': '2025-07-31T10:22:30Z', 'revision_number': 1, 'project_id': '3cb56b90b7ae468d859afd4947238519'}, 'floating_ip': {'id': '075f4186-733d-4863-91fc-2ac181214723', 'tenant_id': '3cb56b90b7ae468d859afd4947238519', 'floating_ip_address': '172.24.4.11', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3cb56b9 0b7ae468d859afd4947238519', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:22:31Z', 'updated_at': '2025-07-31T10:22:31Z', 'revision_number': 0, 'ip': '172.24.4.11'}} 2025-07-31 10:22:33,263 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/compute/v2.1/servers 0.890s 2025-07-31 10:22:33,263 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-1417766981", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "43965d7a-9d1b-4db1-a3d9-3e499242397a"}], "security_groups": [{"name": "tempest-securitygroup--877544424"}], "key_name": "tempest-keypair-865547614", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47c325e3-4397-490c-bd52-ac5fb58ade32', 'x-compute-request-id': 'req-47c325e3-4397-490c-bd52-ac5fb58ade32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4dda06bd-2059-480b-9f53-b73135e7f8fa", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--877544424"}], "adminPass": "ZmywuD55xQcp"}}' 2025-07-31 10:22:33,483 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa 0.216s 2025-07-31 10:22:33,486 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1243', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9631b5e6-019f-40c3-9dab-6c3a3f5315ca', 'x-compute-request-id': 'req-9631b5e6-019f-40c3-9dab-6c3a3f5315ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa'} Body: b'{"server": {"id": "4dda06bd-2059-480b-9f53-b73135e7f8fa", "name": "tempest-TestServerVolumeAttachmentScenario-server-1417766981", "status": "BUILD", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "user_id": "a53068a43a6e4832b4d24ba6b250061f", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:33Z", "updated": "2025-07-31T10:22:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}], "OS-DCF: diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-865547614", "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": []}}' 2025-07-31 10:23:23,844 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa 0.291s 2025-07-31 10:23:23,845 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-851337b6-c64b-45d3-bd22-e612b4a33529', 'x-compute-request-id': 'req-851337b6-c64b-45d3-bd22-e612b4a33529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa'} Body: b'{"server": {"id": "4dda06bd-2059-480b-9f53-b73135e7f8fa", "name": "tempest-TestServerVolumeAttachmentScenario-server-1417766981", "status": "ACTIVE", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "user_id": "a53068a43a6e4832b4d24ba6b250061f", "metadata": {}, "hostId": "5336d1beebed441ddb7775e8710346ff49e5ce16f78d3602f9cc38f4", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:33Z", "updated": "2025-07-31T10:22:50Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-921833608-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:4d:37"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-865547614", "OS-SRV-USG:launched_at": "2025-07-31T10:22:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--877544424"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:23:23,860 98128 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:24:24,093 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa/os-interface 0.163s 2025-07-31 10:24:24,094 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:23 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-fdbe4289-83a6-4a98-819a-8b05e72a487f', 'x-compute-request-id': 'req-fdbe4289-83a6-4a98-819a-8b05e72a487f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4dda06bd-20 59-480b-9f53-b73135e7f8fa/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "43965d7a-9d1b-4db1-a3d9-3e499242397a", "port_id": "bbfda5f1-38d0-4d48-abd8-861dc0de21cd", "mac_addr": "fa:16:3e:bf:4d:37", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "a5a9ba33-5369-4e44-8a65-35fdfca9bea5", "ip_address": "10.0.0.11"}]}]}' 2025-07-31 10:24:25,036 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/075f4186-733d-4863-91fc-2ac181214723 0.938s 2025-07-31 10:24:25,037 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "bbfda5f1-38d0-4d48-abd8-861dc0de21cd"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-e7f454f6-2886-40cf-9638-74d900a6a70f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/075f4186-733d-4863-91fc-2ac181214723'} Body: b'{"floatingip": {"id": "075f4186-733d-4863-91fc-2ac181214723", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "floating_ip_address": "172.24.4.11", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "aad8191a-035a-4ee8-bbd4-638ee4e64cf4", "port_id": "bbfda5f1-38d0-4d48-abd8-861dc0de21cd", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "43965d7a-9d1b-4db1-a3d9-3e499242397a", "mac_address": "fa:16:3e:bf:4d:37", "admin_state_up": true, "status": "ACTIVE", "device_id": "4dda06bd-2059-480b-9f53-b73135e7f8fa", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:22:31Z", "updated_at": "2025-07-31T10:24:24Z", "revision_number": 1, "project_id": "3cb56b90b7ae468d859afd4947238519"}}' 2025-07-31 10:24:25,041 98128 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.11:22' as 'cirros' with public key authentication 2025-07-31 10:24:25,079 98128 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:24:25,194 98128 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:24:25,194 98128 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.11 successfully created 2025-07-31 10:24:25,413 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa 0.218s 2025-07-31 10:24:25,413 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e9338a7-cbf4-4568-9d8d-9d4ba8f1a20b', 'x-compute-request-id': 'req-6e9338a7-cbf4-4568-9d8d-9d4ba8f1a20b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa'} Body: b'{"server": {"id": "4dda06bd-2059-480b-9f53-b73135e7f8fa", "name": "tempest-TestServerVolumeAttachmentScenario-server-1417766981", "status": "ACTIVE", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "user_id": "a53068a43a6e4832b4d24ba6b250061f", "metadata": {}, "hostId": "5336d1beebed441ddb7775e8710346ff49e5ce16f78d3602f9cc38f4", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}] }, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:33Z", "updated": "2025-07-31T10:22:50Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-921833608-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:4d:37"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-865547614", "OS-SRV-USG:launched_at": "2025-07-31T10:22:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--877544424"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:24:25,622 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers 0.194s 2025-07-31 10:24:25,622 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '351', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2fae06f-c383-4389-a27d-31a8d2b6e2c0', 'x-compute-request-id': 'req-e2fae06f-c383-4389-a27d-31a8d2b6e2c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "4dda06bd-2059-480b-9f53-b73135e7f8fa", "name": "tempest-TestServerVolumeAttachmentScenario-server-1417766981", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}]}]}' 2025-07-31 10:24:25,671 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1 0.044s 2025-07-31 10:24:25,671 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47fcbafc-ef0d-4a6f-8efa-f08994dcddf5', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47fcbafc-ef0d-4a6f-8efa-f08994dcddf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1'} Body: b'{"volume": {"id": "4d51be28-cbba-494d-a802-b2ea47c90db1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:30.000000", "updated_at": "2025-07-31T10:22:30.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-924892552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1"}], "user_id": "a53068a43a6e4832b4d24ba6b250061f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiat tach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3cb56b90b7ae468d859afd4947238519"}}' 2025-07-31 10:24:26,726 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1 0.039s 2025-07-31 10:24:26,726 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bd7bf3f-a31a-4560-8d5a-57330d5c435e', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bd7bf3f-a31a-4560-8d5a-57330d5c435e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1'} Body: b'{"volume": {"id": "4d51be28-cbba-494d-a802-b2ea47c90db1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:30.000000", "updated_at": "2025-07-31T10:22:30.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-924892552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1"}], "user_id": "a53068a43a6e4832b4d24ba6b250061f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3cb56b90b7ae468d859afd4947238519"}}' 2025-07-31 10:24:26,862 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa 0.122s 2025-07-31 10:24:26,863 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:26 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-3c65447f-f797-45d7-84d4-75c51c2dee7b', 'x-compute-request-id': 'req-3c65447f-f797-45d7-84d4-75c51c2dee7b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa'} Body: b'' 2025-07-31 10:24:27,066 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa 0.202s 2025-07-31 10:24:27,066 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1686', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a3de111-1fe3-4ce7-959c-05d2bf5f3d9c', 'x-compute-request-id': 'req-2a3de111-1fe3-4ce7-959c-05d2bf5f3d9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa'} Body: b'{"server": {"id": "4dda06bd-2059-480b-9f53-b73135e7f8fa", "name": "tempest-TestServerVolumeAttachmentScenario-server-1417766981", "status": "A CTIVE", "tenant_id": "3cb56b90b7ae468d859afd4947238519", "user_id": "a53068a43a6e4832b4d24ba6b250061f", "metadata": {}, "hostId": "5336d1beebed441ddb7775e8710346ff49e5ce16f78d3602f9cc38f4", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:22:33Z", "updated": "2025-07-31T10:24:27Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-921833608-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:4d:37"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:4d:37"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-865547614", "OS-SRV-USG:launched_at": "2025-07-31T10:22:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--877544424"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:25:17,185 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa 0.064s 2025-07-31 10:25:17,185 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:17 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-f04e62d9-bc74-4fa8-9f5b-5175a34b77e5', 'x-compute-request-id': 'req-f04e62d9-bc74-4fa8-9f5b-5175a34b77e5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4dda06bd-2059-480b-9f53-b73135e7f8fa'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4dda06bd-2059-480b-9f53-b73135e7f8fa could not be found."}}' 2025-07-31 10:25:17,312 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-865547614 0.126s 2025-07-31 10:25:17,325 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:17 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-8ba5b2c3-7b2a-4ff6-b60b-2ef3c34b5663', 'x-compute-request-id': 'req-8ba5b2c3-7b2a-4ff6-b60b-2ef3c34b5663', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-865547614'} Body: b'' 2025-07-31 10:25:17,547 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/870ef57a-dd1f-4c8c-9241-1759510fa2f6 0.221s 2025-07-31 10:25:17,548 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'appli cation/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-03922dc4-daa0-4447-877d-93f3d81e56e9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/870ef57a-dd1f-4c8c-9241-1759510fa2f6'} Body: b'' 2025-07-31 10:25:17,566 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/870ef57a-dd1f-4c8c-9241-1759510fa2f6 0.017s 2025-07-31 10:25:17,566 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-edca4bbf-3f11-426a-a956-b4ef7e720ddf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/870ef57a-dd1f-4c8c-9241-1759510fa2f6'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 870ef57a-dd1f-4c8c-9241-1759510fa2f6 does not exist", "detail": ""}}' 2025-07-31 10:25:17,947 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/075f4186-733d-4863-91fc-2ac181214723 0.380s 2025-07-31 10:25:17,948 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-2e9297ed-eb8b-4a0d-b72a-198d10857786', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/075f4186-733d-4863-91fc-2ac181214723'} Body: b'' 2025-07-31 10:25:18,047 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4c85c193-7b51-4289-8b80-eb376ed3d681 0.099s 2025-07-31 10:25:18,048 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25: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-1e1972b0-5a3f-474d-8641-dc580085640c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4c85c193-7b51-4289-8b80-eb376ed3d681'} Body: b'' 2025-07-31 10:25:18,071 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4c85c193-7b51-4289-8b80-eb376ed3d681 0.022s 2025-07-31 10:25:18,071 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25: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-3883fe68-7cba-4a98-b8d0-6f7a0cf5a9ea', 'x-openstack-request-id': 'req-3883fe68-7cba-4a98-b8d0-6f7a0cf5a9ea', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4c85c193-7b51-4289-8b80-eb376ed3d681'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4c85c193-7b51-4289-8b80-eb376ed3d681 could not be found."}}' 2025-07-31 10:25:18,214 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1 0.142s 2025-07-31 10:25:18,215 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25: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-794fa22f-d24a-4d96-86eb-79ec621a6f5f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1'} Body: b'' 2025-07-31 10:25:18,247 98128 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1 0.031s 2025-07-31 10:25:18,247 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25: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-7a3834c6-d43a-45d7-8ad1-3c3348dcdbb7', 'x-openstack-request-id': 'req-7a3834c6-d43a-45d7-8ad1-3c3348dcdbb7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4d51be28-cbba-494d-a802-b2ea47c90db1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4d51be28-cbba-494d-a802-b2ea47c90db1 could not be found."}}' 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 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 249, in test_stable_device_rescue_disk_virtio_with_volume_attached waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c1e10714-ac2d-4b76-a962-8cdd702b9b4a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:20:58,487 98130 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/volumes 0.283s 2025-07-31 10:20:58,487 98130 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-111995601"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45aaf292-7f95-48f4-b24d-450da8c3d831', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45aaf292-7f95-48f4-b24d-450da8c3d831', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c1e10714-ac2d-4b76-a962-8cdd702b9b4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:20:58.427024", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-111995601", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a"}], "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:20:58,500 98130 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:20:58,636 98130 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.135s 2025-07-31 10:20:58,636 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-597355887", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFqOnsp0VkxIUk4D3xqZADa9QTDDyjhK/k6LyV7Cr53J0+OADu556uChXtVlERNeEod0uD18uEU+8C7q35ohD/956vZPR57pHgRjC7RD61ad+cqsuKSd97XyzVtD3wyCdw=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:58 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-9f603b2c-d281-46cc-950b-9bc371a54870', 'x-compute-request-id': 'req-9f603b2c-d281-46cc-950b-9bc371a54870', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-597355887", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFqOnsp0VkxIUk4D3xqZADa9QTDDyjhK/k6LyV7Cr53J0+OADu556uChXtVlERNeEod0uD18uEU+8C7q35ohD/956vZPR57pHgRjC7RD61ad+cqsuKSd97XyzVtD3wyCdw==", "fingerprint": "c5:bf:1f:bb:de:46:be:7e:11:1d:ce:a3:7d:de:1f:82", "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5"}}' 2025-07-31 10:20:58,639 98130 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-597355887 created 2025-07-31 10:21:01,184 98130 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-groups 2.545s 2025-07-31 10:21:01,185 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Ac cept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1963843345", "description": "tempest-description--1561804096"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:20:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-18289f01-b890-47d4-b430-998a05c9852a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9e6d8378-7d32-4b07-91fb-c87dabe88f63", "name": "tempest-securitygroup--1963843345", "stateful": true, "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "description": "tempest-description--1561804096", "shared": false, "security_group_rules": [{"id": "7a1bb7fc-5444-4f51-9a7d-0ed3586dc04f", "project_id": "69198912a52e4e3bbffbfc527d8c8864", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "security_group_id": "9e6d8378-7d32-4b07-91fb-c87dabe88f63", "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": 234, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:21:00Z", "updated_at": "2025-07-31T10:21:00Z", "revision_number": 0}, {"id": "b21a25fc-a385-447c-a46e-d26129cbe5c7", "project_id": "69198912a52e4e3bbffbfc527d8c8864", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "security_group_id": "9e6d8378-7d32-4b07-91fb-c87dabe88f63", "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": 235, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:21:00Z", "updated_at": "2025-07-31T10:21:00Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:21:00Z", "updated_at": "2025-07-31T10:21:00Z", "revision_number": 1, "project_id": "69198912a52e4e3bbffbfc527d8c8864"}}' 2025-07-31 10:21:03,099 98130 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.914s 2025-07-31 10:21:03,100 98130 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": "9e6d8378-7d32-4b07-91fb-c87dabe88f63", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-6f0186b0-08c0-469b-9eb9-c46892f849e2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "03ce93ab-a4c5-4f61-8d23-8003c765bc65", "project_id": "69198912a52e4e3bbffbfc527d8c8864", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "security_group_id": "9e6d8378-7d32-4b07-91fb-c87dabe88f63", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:21:03Z", "updated_at": "2025-07-31T10:21:03Z", "revision_number": 0}}' 2025-07-31 10:21:06,774 98130 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 3.674s 2025-07-31 10:21:06,775 98130 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": "9e6d8378-7d32-4b07-91fb-c87dabe88f63", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-9e9c068b-0cda-4cc2-abe1-781d43232ca8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7a41ac8c-ae7d-4a39-9f41-8a2a73297599", "project_id": "69198912a52e4e3bbffbfc527d8c8864", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "security_group_id": "9e6d8378-7d32-4b07-91fb-c87dabe88f63", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:21:06Z", "updated_at": "2025-07-31T10:21:06Z", "revision_number": 0}}' 2025-07-31 10:21:06,775 98130 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1963843345 created 2025-07-31 10:21:14,907 98130 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/floatingips 8.131s 2025-07-31 10:21:14,907 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '526', 'x-openstack-request-id': 'req-8dd518ba-43fe-4446-bc0c-e0b7e3574b4b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "041b947c-5a5b-4f6c-b47a-73920c18d0bc", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "floating_ip_address": "172.24.4.2", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "69198912a52e4e3bbffbfc527d8c8864", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:21:14Z", "updated_at": "2025-07-31T10:21:14Z", "revision_number": 0}}' 2025-07-31 10:21:14,908 98130 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '041b947c-5a5b-4f6c-b47a-73920c18d0bc', 'tenant_id': '69198912a52e4e3bbffbfc527d8c8864', 'floating_ip_address': '172.24.4.2', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '69198912a52e4e3bbffbfc527d8c8864', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:21:14Z', 'updated_at': '2025-07-31T10:21:14Z', 'revision_number': 0, 'ip': '172.24.4.2'} created 2025-07-31 10:21:15,009 98130 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.094s 2025-07-31 10:21:15,009 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2505 ', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b2dbf555-16f0-4a28-a63d-c50a8f06f6d5', '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": "cb72444f18cd454f8d536b2b0ca1ffa5", "name": "tempest-ServerStableDeviceRescueTest-1948789186-project-member", "password_expires_at": null}, "audit_ids": ["eZKq2qZCT5WOatYLfR_AJg"], "expires_at": "2025-07-31T11:21:14.000000Z", "issued_at": "2025-07-31T10:21:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "69198912a52e4e3bbffbfc527d8c8864", "name": "tempest-ServerStableDeviceRescueTest-1948789186"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/69198912a52e4e3bbffbfc527d8c8864", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:21:15,010 98130 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '97da3c03-78e7-491b-820b-b006c2bd46ea', 'name': 'tempest-ServerStableDeviceRescueTest-1200058323-network', 'tenant_id': '69198912a52e4e3bbffbfc527d8c8864', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '69198912a52e4e3bbffbfc527d8c8864', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 44610, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:20:32Z', 'updated_at': '2025-07-31T10:20:32Z', 'revision_number': 1} available for tenant 2025-07-31 10:21:15,010 98130 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-597355887', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFqOnsp0VkxIUk4D3xqZADa9QTDDyjhK/k6LyV7Cr53J0+OADu556uChXtVlERNeEod0uD18uEU+8C7q35ohD/956vZPR57pHgRjC7RD61ad+cqsuKSd97XyzVtD3wyCdw==', 'fing erprint': 'c5:bf:1f:bb:de:46:be:7e:11:1d:ce:a3:7d:de:1f:82', 'user_id': 'cb72444f18cd454f8d536b2b0ca1ffa5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA8cO13M5fc6i55Zj3vryUIC7cWELMzNMKo7CYidL/DNNOwKcWPX/Yg\nR0M0MW8q4eKgBwYFK4EEACKhZANiAARajp7KdFZMSFJOA98amQA2vUEww8o4Sv5O\ni8lewq+dydPjgA7ueergoV7VZRETXhKHdLg9fLhFPvAu6t+aIQ//eer2T0ee6R4E\nYwu0Q+tWnfnKrLiknfe18s1bQ98Mgnc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9e6d8378-7d32-4b07-91fb-c87dabe88f63', 'name': 'tempest-securitygroup--1963843345', 'stateful': True, 'tenant_id': '69198912a52e4e3bbffbfc527d8c8864', 'description': 'tempest-description--1561804096', 'shared': False, 'security_group_rules': [{'id': '7a1bb7fc-5444-4f51-9a7d-0ed3586dc04f', 'project_id': '69198912a52e4e3bbffbfc527d8c8864', 'tenant_id': '69198912a52e4e3bbffbfc527d8c8864', 'security_group_id': '9e6d8378-7d32-4b07-91fb-c87dabe88f63', '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': 234, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:21:00Z', 'updated_at': '2025-07-31T10:21:00Z', 'revision_number': 0}, {'id': 'b21a25fc-a385-447c-a46e-d26129cbe5c7', 'project_id': '69198912a52e4e3bbffbfc527d8c8864', 'tenant_id': '69198912a52e4e3bbffbfc527d8c8864', 'security_group_id': '9e6d8378-7d32-4b07-91fb-c87dabe88f63', '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': 235, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:21:00Z', 'updated_at': '2025-07-31T10:21:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:21:00Z', 'updated_at': '2025-07-31T10:21:00Z', 'revision_number': 1, 'project_id': '69198912a52e4e3bbffbfc527d8c8864'}, 'floating_ip': {'id': '041b947c-5a5b-4f6c-b47a-73920c18d0bc', 'tenant_id': '69198912a52e4e3bbffbfc527d8c8864', 'floating_ip_address': '172.24.4.2', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '69198912a52e4e3bbffbfc527d8c8864', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:21:14Z', 'updated_at': '2025-07-31T10:21:14Z', 'revision_number': 0, 'ip': '172.24.4.2'}} 2025-07-31 10:21:31,653 98130 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 16.641s 2025-07-31 10:21:31,653 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-333774810", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "97da3c03-78e7-491b-820b-b006c2bd46ea"}], "security_groups": [{"name": "tempest-securitygroup--1963843345"}], "key_name": "tempest-keypair-597355887", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adaa3f76-c2ab-4c71-b7e8-3e422bb10408', 'x-compute-request-id': 'req-adaa3f76-c2ab-4c71-b7e8-3e422bb10408', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1963843345"}], "adminPass": "hTVj5J2KRVdh"}}' 2025-07-31 10:21:33,568 98130 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/9ed29569-e4e1-4a94-85c2-d13c1d0119cc 1.911s 2025-07-31 10:21:33,568 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:21:31 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-ba9cd139-aa31-49ee-b500-2b1f671b1ab7', 'x-compute-request-id': 'req-ba9cd139-aa31-49ee-b500-2b1f671b1ab7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc'} Body: b'{"server": {"id": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "name": "tempest-ServerStableDeviceRescueTest-server-333774810", "status": "BUILD", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:32Z", "updated": "2025-07-31T10:21:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-597355887", "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": []}}' 2025-07-31 10:22:27,640 98130 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/9ed29569-e4e1-4a94-85c2-d13c1d0119cc 4.007s 2025-07-31 10:22:27,641 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1550', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dec384d-c4fb-4e22-9a71-d8e30aac9fc8', 'x-compute-request-id': 'req-2dec384d-c4fb-4e22-9a71-d8e30aac9fc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc'} Body: b'{"server": {"id": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "name": "tempest-ServerStableDeviceRescueTest-server-333774810", "status": "ACTIVE", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "m etadata": {}, "hostId": "4d9c683bc94471efc55da599470fedba1e37013696f33757ab82b527", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:31Z", "updated": "2025-07-31T10:22:03Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1200058323-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:25:13"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-597355887", "OS-SRV-USG:launched_at": "2025-07-31T10:22:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1963843345"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:22:27,656 98130 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 54 second wait 2025-07-31 10:23:27,905 98130 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/9ed29569-e4e1-4a94-85c2-d13c1d0119cc/os-interface 0.188s 2025-07-31 10:23:27,906 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:27 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-6f36b02d-3b5c-4965-b781-d8a225168a6b', 'x-compute-request-id': 'req-6f36b02d-3b5c-4965-b781-d8a225168a6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "97da3c03-78e7-491b-820b-b006c2bd46ea", "port_id": "6316bcb5-b4f7-4cb7-8c9a-ba8b693acfcf", "mac_addr": "fa:16:3e:62:25:13", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c7067fbd-df56-4a07-8f53-70f1139c938a", "ip_address": "10.0.0.6"}]}]}' 2025-07-31 10:23:28,747 98130 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/041b947c-5a5b-4f6c-b47a-73920c18d0bc 0.837s 2025-07-31 10:23:28,747 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "6316bcb5-b4f7-4cb7-8c9a-ba8b693acfcf"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '827', 'x-openstack-request-id': 'req-4c028eee-808f-4238-a12d-8b712cb938f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/041b947c-5a5b-4f6c-b47a-73920c18d0bc'} Body: b'{"floatingip": {"id": "041b947c-5a5b-4f6c-b47a-73920c18d0bc", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "floating_ip_address": "172.24.4.2", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "531db942-2c8b-444e-b1f7-a282104077a5", "port_id": "6316bcb5-b4f7-4cb7-8c9a-ba8b693acfcf", "fixed_ip_address": "10 .0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "97da3c03-78e7-491b-820b-b006c2bd46ea", "mac_address": "fa:16:3e:62:25:13", "admin_state_up": true, "status": "ACTIVE", "device_id": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:21:14Z", "updated_at": "2025-07-31T10:23:28Z", "revision_number": 1, "project_id": "69198912a52e4e3bbffbfc527d8c8864"}}' 2025-07-31 10:23:28,749 98130 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.2:22' as 'cirros' with public key authentication 2025-07-31 10:23:28,769 98130 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:23:28,873 98130 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:23:28,873 98130 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.2 successfully created 2025-07-31 10:23:29,757 98130 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/9ed29569-e4e1-4a94-85c2-d13c1d0119cc/action 0.883s 2025-07-31 10:23:29,758 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-386641807"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:28 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/30973124-3552-4006-8d27-e8b6cd81fa74', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebc090f3-aa01-49bd-b074-df189cd64555', 'x-compute-request-id': 'req-ebc090f3-aa01-49bd-b074-df189cd64555', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc/action'} Body: b'' 2025-07-31 10:23:29,829 98130 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/30973124-3552-4006-8d27-e8b6cd81fa74 0.069s 2025-07-31 10:23:29,830 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1610', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48e763b7-da64-4cdd-bbc9-83fc7e91ad7b', 'x-compute-request-id': 'req-48e763b7-da64-4cdd-bbc9-83fc7e91ad7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/30973124-3552-4006-8d27-e8b6cd81fa74'} Body: b'{"image": {"id": "30973124-3552-4006-8d27-e8b6cd81fa74", "name": "tempest-ServerStableDeviceRescueTest-image-386641807", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1948789186", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1948789186-project-member", "user_id": "cb72444f1 8cd454f8d536b2b0ca1ffa5"}, "created": "2025-07-31T10:23:30Z", "updated": "2025-07-31T10:23:30Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/30973124-3552-4006-8d27-e8b6cd81fa74"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/30973124-3552-4006-8d27-e8b6cd81fa74"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/30973124-3552-4006-8d27-e8b6cd81fa74"}], "server": {"id": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}]}}}' 2025-07-31 10:24:19,949 98130 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/30973124-3552-4006-8d27-e8b6cd81fa74 0.071s 2025-07-31 10:24:19,949 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e655cf08-3eeb-4b17-a835-a26ecf33a701', 'x-compute-request-id': 'req-e655cf08-3eeb-4b17-a835-a26ecf33a701', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/30973124-3552-4006-8d27-e8b6cd81fa74'} Body: b'{"image": {"id": "30973124-3552-4006-8d27-e8b6cd81fa74", "name": "tempest-ServerStableDeviceRescueTest-image-386641807", "minRam": 0, "minDisk": 1, "metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1948789186-project-member", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1948789186", "boot_roles": "member,reader", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "image_type": "snapshot", "owner_id": "69198912a52e4e3bbffbfc527d8c8864", "image_state": "available", "image_location": "snapshot"}, "created": "2025-07-31T10:23:30Z", "updated": "2025-07-31T10:23:39Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/30973124-3552-4006-8d27-e8b6cd81fa74"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/30973124-3552-4006-8d27-e8b6cd81fa74"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/30973124-3552-4006-8d27-e8b6cd81fa74"}], "server": {"id": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}]}}}' 2025-07-31 10:24:20,020 98130 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/30973124-3552-4006-8d27-e8b6cd81fa74 0.064s 2025-07-31 10:24:20,021 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 3 1 Jul 2025 10:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26804b55-823a-4ef9-9240-bd4373f5fae2', 'x-compute-request-id': 'req-26804b55-823a-4ef9-9240-bd4373f5fae2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/30973124-3552-4006-8d27-e8b6cd81fa74'} Body: b'{"image": {"id": "30973124-3552-4006-8d27-e8b6cd81fa74", "name": "tempest-ServerStableDeviceRescueTest-image-386641807", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "owner_id": "69198912a52e4e3bbffbfc527d8c8864", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1948789186", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1948789186-project-member", "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5"}, "created": "2025-07-31T10:23:30Z", "updated": "2025-07-31T10:23:39Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/30973124-3552-4006-8d27-e8b6cd81fa74"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/30973124-3552-4006-8d27-e8b6cd81fa74"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/30973124-3552-4006-8d27-e8b6cd81fa74"}], "server": {"id": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}]}}}' 2025-07-31 10:24:20,250 98130 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/9ed29569-e4e1-4a94-85c2-d13c1d0119cc 0.223s 2025-07-31 10:24:20,251 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a29ab961-3b0c-4bfe-ad88-b34125decfc6', 'x-compute-request-id': 'req-a29ab961-3b0c-4bfe-ad88-b34125decfc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc'} Body: b'{"server": {"id": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "name": "tempest-ServerStableDeviceRescueTest-server-333774810", "status": "ACTIVE", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "metadata": {}, "hostId": "4d9c683bc94471efc55da599470fedba1e37013696f33757ab82b527", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:31Z", "updated": "2025-07-31T10:23:39Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1200058323-network": [{"vers ion": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:25:13"}, {"version": 4, "addr": "172.24.4.2", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:25:13"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-597355887", "OS-SRV-USG:launched_at": "2025-07-31T10:22:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1963843345"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:25:20,502 98130 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/30973124-3552-4006-8d27-e8b6cd81fa74 0.178s 2025-07-31 10:25:20,503 98130 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': 'Thu, 31 Jul 2025 10:25:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1643', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e74ce2fb-e15c-42a7-9899-b3c9f7e5c682', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/30973124-3552-4006-8d27-e8b6cd81fa74'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1948789186-project-member", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1948789186", "boot_roles": "member,reader", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "image_type": "snapshot", "owner_id": "69198912a52e4e3bbffbfc527d8c8864", "image_state": "available", "image_location": "snapshot", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-386641807", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "103f5e2d76bcc38a227d2a6421ce6113", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "69198912a52e4e3bbffbfc527d8c8864", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f41567fef26c878828ee83f999875dbff2015bebd09d55add343da1283753af07a8bf2bf1ddce0ec7e1bd20b7a9a0686589bda9aa9e5c98546ecb780a637cd18", "id": "30973124-3552-4006-8d27-e8b6cd81fa74", "created_at": "2025-07-31T10:23:30Z", "updated_at": "2025-07-31T10:25:20Z", "tags": [], "self": "/v2/images/30973124-3552-4006-8d27-e8b6cd81fa74", "file": "/v2/images/30973124-3552-4006-8d27-e8b6cd81fa74/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:25:20,736 98130 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/30973124-3552-4006-8d27-e8b6cd81fa74 0.232s 2025-07-31 10:25:20,737 98130 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': 'Thu, 31 Jul 2025 10:25:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'conte nt-type': 'application/json', 'x-openstack-request-id': 'req-a47f27f7-1783-4ec8-b081-1377f16206ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/30973124-3552-4006-8d27-e8b6cd81fa74'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "owner_id": "69198912a52e4e3bbffbfc527d8c8864", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1948789186", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1948789186-project-member", "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-386641807", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "103f5e2d76bcc38a227d2a6421ce6113", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "69198912a52e4e3bbffbfc527d8c8864", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f41567fef26c878828ee83f999875dbff2015bebd09d55add343da1283753af07a8bf2bf1ddce0ec7e1bd20b7a9a0686589bda9aa9e5c98546ecb780a637cd18", "id": "30973124-3552-4006-8d27-e8b6cd81fa74", "created_at": "2025-07-31T10:23:30Z", "updated_at": "2025-07-31T10:25:21Z", "tags": [], "self": "/v2/images/30973124-3552-4006-8d27-e8b6cd81fa74", "file": "/v2/images/30973124-3552-4006-8d27-e8b6cd81fa74/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:25:21,017 98130 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/9ed29569-e4e1-4a94-85c2-d13c1d0119cc 0.280s 2025-07-31 10:25:21,018 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29c5e618-cc2d-416d-a7e3-0429f2944e72', 'x-compute-request-id': 'req-29c5e618-cc2d-416d-a7e3-0429f2944e72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc'} Body: b'{"server": {"id": "9ed29569-e4e1-4a94-85c2-d13c1d0119cc", "name": "tempest-ServerStableDeviceRescueTest-server-333774810", "status": "ACTIVE", "tenant_id": "69198912a52e4e3bbffbfc527d8c8864", "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "metadata": {}, "hostId": "4d9c683bc94471efc55da599470fedba1e37013696f33757ab82b527", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:31Z", "updated": "2025-07-31T10:23:39Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1200058323-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:25:13"}, {"version": 4, "addr": "172.24.4.2", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:25:13"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9ed29569-e4e1-4a94-85c2-d 13c1d0119cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9ed29569-e4e1-4a94-85c2-d13c1d0119cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-597355887", "OS-SRV-USG:launched_at": "2025-07-31T10:22:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1963843345"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:25:21,073 98130 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/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a 0.039s 2025-07-31 10:25:21,073 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12bd22b8-7d66-4d5b-b37d-80ace338d809', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12bd22b8-7d66-4d5b-b37d-80ace338d809', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a'} Body: b'{"volume": {"id": "c1e10714-ac2d-4b76-a962-8cdd702b9b4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:20:58.000000", "updated_at": "2025-07-31T10:20:59.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-111995601", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a"}], "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "69198912a52e4e3bbffbfc527d8c8864"}}' 2025-07-31 10:25:22,136 98130 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/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a 0.048s 2025-07-31 10:25:22,136 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49996a29-871a-48f3-9eaa-9e1c2007dd15', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49996a29-871a-48f3-9eaa-9e1c2007dd15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a'} Body: b'{"volume": {"id": "c1e10714-ac2d-4b76-a962-8cdd702b9b4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:20:58.000000", "updated_at": "2025-07-31T10:20:59.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-111995601", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c1e10714-ac2d-4b76-a962-8cdd702b9b4a"}], "user_id": "cb72444f18cd454f8d536b2b0ca1ffa5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "69198912a52e4e3bbffbfc527d8c8864"}}' tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.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 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 552, in test_resize_server_revert_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume feeb5d17-e2da-407f-89a0-b395e51c2501 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:23:23,901 98110 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/43b1a7ce-fbf4-4914-8ac1-70a55ef2918f 0.219s 2025-07-31 10:23:23,902 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1541', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8b4ece0-d1f0-4d9f-8f36-848ad87149e4', 'x-compute-request-id': 'req-b8b4ece0-d1f0-4d9f-8f36-848ad87149e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/43b1a7ce-fbf4-4914-8ac1-70a55ef2918f'} Body: b'{"server": {"id": "43b1a7ce-fbf4-4914-8ac1-70a55ef2918f", "name": "tempest-ServerActionsTestOtherB-server-799379210", "status": "ACTIVE", "tenant_id": "a1e2d9c928d748c7a211474d32f84d55", "user_id": "dc5267e607ac474993c141c2196ff504", "metadata": {}, "hostId": "e2b445c86939bd66ddb41ff649cc8c07486abbccefdc12d0f60e557d", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:27Z", "updated": "2025-07-31T10:22:01Z", "addresses": {"tempest-ServerActionsTestOtherB-1550700219-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:aa:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/43b1a7ce-fbf4-4914-8ac1-70a55ef2918f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/43b1a7ce-fbf4-4914-8ac1-70a55ef2918f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1346661578", "OS-SRV-USG:launched_at": "2025-07-31T10:22:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1512466242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:24:24,214 98110 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/volumes 0.235s 2025-07-31 10:24:24,215 98110 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-ServerActionsTestOtherB-volume-1419049402"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28f3ce8a-abc0-45a9-83b5-21e06c842dd0', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28f3ce8a-abc0-45a9-83b5-21e06c842dd0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "feeb5d17-e2da-407f-89a0-b395e51c2501", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:24:24.144400", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1419049402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/feeb5d17-e2da-407f-89a0-b395e51c2501"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/feeb5d17-e2da-407f-89a0-b395e 51c2501"}], "user_id": "dc5267e607ac474993c141c2196ff504", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:24:24,267 98110 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/feeb5d17-e2da-407f-89a0-b395e51c2501 0.040s 2025-07-31 10:24:24,268 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab60110a-a9bd-4345-a73b-16a751db8c8e', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab60110a-a9bd-4345-a73b-16a751db8c8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/feeb5d17-e2da-407f-89a0-b395e51c2501'} Body: b'{"volume": {"id": "feeb5d17-e2da-407f-89a0-b395e51c2501", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:24:24.000000", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1419049402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/feeb5d17-e2da-407f-89a0-b395e51c2501"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/feeb5d17-e2da-407f-89a0-b395e51c2501"}], "user_id": "dc5267e607ac474993c141c2196ff504", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a1e2d9c928d748c7a211474d32f84d55"}}' 2025-07-31 10:24:25,329 98110 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/feeb5d17-e2da-407f-89a0-b395e51c2501 0.046s 2025-07-31 10:24:25,330 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87eccece-8e93-4a44-ba2f-3b1cd1bdbbc6', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87eccece-8e93-4a44-ba2f-3b1cd1bdbbc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/feeb5d17-e2da-407f-89a0-b395e51c2501'} Body: b'{"volume": {"id": "feeb5d17-e2da-407f-89a0-b395e51c2501", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:24:24.000000", "updated_at": "2025-07-31T10:24:24.000000", "name": "tempest-ServerActionsTestOtherB-volume-1419049402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/feeb5d17-e2da-407f-89a0-b395e51c2501"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/feeb5d17-e2da-407f-89a0-b395e51c2501"}], "user_id": "dc5267e607ac474993c141c2196ff504", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a1e2d9c928d748c7a211474d32f84d55"}}' 2025-07-31 10:24:25,346 98110 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 2025-07-31 10:24:25,603 98110 INFO [tempest.lib.common.rest_client] Request (ServerActionsTe stOtherB:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/43b1a7ce-fbf4-4914-8ac1-70a55ef2918f 0.253s 2025-07-31 10:24:25,603 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:25 GMT', 'server': '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-a2907091-5d20-4524-a056-ac415775a3da', 'x-compute-request-id': 'req-a2907091-5d20-4524-a056-ac415775a3da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/43b1a7ce-fbf4-4914-8ac1-70a55ef2918f'} Body: b'{"server": {"id": "43b1a7ce-fbf4-4914-8ac1-70a55ef2918f", "name": "tempest-ServerActionsTestOtherB-server-799379210", "status": "ACTIVE", "tenant_id": "a1e2d9c928d748c7a211474d32f84d55", "user_id": "dc5267e607ac474993c141c2196ff504", "metadata": {}, "hostId": "e2b445c86939bd66ddb41ff649cc8c07486abbccefdc12d0f60e557d", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:27Z", "updated": "2025-07-31T10:22:01Z", "addresses": {"tempest-ServerActionsTestOtherB-1550700219-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:aa:fd"}, {"version": 4, "addr": "172.24.4.226", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:aa:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/43b1a7ce-fbf4-4914-8ac1-70a55ef2918f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/43b1a7ce-fbf4-4914-8ac1-70a55ef2918f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1346661578", "OS-SRV-USG:launched_at": "2025-07-31T10:22:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1512466242"}], "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.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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 02e4d1c5-1aef-4000-b9b6-0f4ab017f517 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:23:39,108 98116 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.118s 2025-07-31 10:23:39,108 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2495', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-17b891bf-cd54-4870-81ab-c3c361fb4241', '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": "a8dfc4df7b5443e48b7051af9a566b96", "name": "tempest-VolumesAdminNegativeTest-381398493-project-member", "password_expires_at": null}, "audit_ids": ["TqQqrEJ_RAuE_yNLVx-INg"], "expires_at": "2025-07-31T11:23:39.000000Z", "issued_at": "2025-07-31T10:23:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad14bcbb45c94db0b6738ad5dd05efb6", "name": "tempest-VolumesAdminNegativeTest-381398493"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ad14bcbb45c94db0b6738ad5dd05efb6", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:23:39,109 98116 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'd0b8bbbf-be59-487b-bb22-a78de6c3ecaf', 'name': 'tempest-VolumesAdminNegativeTest-904843947-network', 'tenant_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ad14bcbb45c94db0b6738ad5dd05efb6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33314, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:20:31Z', 'updated_at': '2025-07-31T10:20:31Z', 'revision_number': 1} available for tenant 2025-07-31 10:23:39,623 98116 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.512s 2025-07-31 10:23:39,623 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1383597470", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "d0b8bbbf-be59-487b-bb22-a78de6c3ecaf"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/625971f9-6286-4c6b-aae3-f5f976e8217b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c14402e8-8c6d-4a4b-ab3d-876103bc2bc5', 'x-compute-request-id': 'req-c14402e8-8c6d-4a4b-ab3d-876103bc2bc5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "625971f9-6286-4c6b-aae3-f5f976e8217b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/625971f9-6286-4c6b-aae3-f5f976e8217b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/625971f9-6286-4c6b-aae3-f5f976e8217b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "X5na3qaLvaRF"}}' 2025-07-31 10:23:39,723 98116 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/625971f9-6286-4c6b-aae3-f5f976e8217b 0.096s 2025-07-31 10:23:39,723 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1210', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b6cf734-f70a-4209-8b01-ab61fea2477b', 'x-compute-request-id': 'req-6b6cf734-f70a-4209-8b01-ab61fea2477b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/625971f9-6286-4c6b-aae3-f5f976e8217b'} Body: b'{"server": {"id": "625971f9-6286-4c6b-aae3-f5f976e8217b", "name": "tempest-VolumesAdminNegativeTest-server-1383597470", "status": "BUILD", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:23:40Z", "updated": "2025-07-31T10:23:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/625971f9-6286-4c6b-aae3-f5f976e8217b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/625971f9-6286-4c6b-aae3-f5f976e8217b"}], "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": []}}' 20 25-07-31 10:24:29,990 98116 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/625971f9-6286-4c6b-aae3-f5f976e8217b 0.218s 2025-07-31 10:24:29,990 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:29 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-bb380e83-5e02-43bc-a815-8d6cf024493b', 'x-compute-request-id': 'req-bb380e83-5e02-43bc-a815-8d6cf024493b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/625971f9-6286-4c6b-aae3-f5f976e8217b'} Body: b'{"server": {"id": "625971f9-6286-4c6b-aae3-f5f976e8217b", "name": "tempest-VolumesAdminNegativeTest-server-1383597470", "status": "ACTIVE", "tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6", "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "metadata": {}, "hostId": "bb75f767f11b28b48cdd2312dd5797d88471c188cb55b3d6c805df90", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:23:39Z", "updated": "2025-07-31T10:23:57Z", "addresses": {"tempest-VolumesAdminNegativeTest-904843947-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:ef:94"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/625971f9-6286-4c6b-aae3-f5f976e8217b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/625971f9-6286-4c6b-aae3-f5f976e8217b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:23:56.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": []}}' 2025-07-31 10:24:30,005 98116 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-07-31 10:25:30,314 98116 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/volumes 0.253s 2025-07-31 10:25:30,314 98116 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-222353667"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47238b23-d2ea-4b6e-89c4-e844e81b03e8', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47238b23-d2ea-4b6e-89c4-e844e81b03e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "02e4d1c5-1aef-4000-b9b6-0f4ab017f517", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:25:30.230556", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-222353667", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0 .0.210/volume/v3/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517"}], "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:25:30,369 98116 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/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517 0.042s 2025-07-31 10:25:30,370 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4c755e8-6d93-4bdf-b83b-cbcccb421056', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4c755e8-6d93-4bdf-b83b-cbcccb421056', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517'} Body: b'{"volume": {"id": "02e4d1c5-1aef-4000-b9b6-0f4ab017f517", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:25:30.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-222353667", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517"}], "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6"}}' 2025-07-31 10:25:31,425 98116 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/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517 0.039s 2025-07-31 10:25:31,426 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbdce8c3-249d-4998-be9f-efebdc13802e', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbdce8c3-249d-4998-be9f-efebdc13802e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517'} Body: b'{"volume": {"id": "02e4d1c5-1aef-4000-b9b6-0f4ab017f517", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:25:30.000000", "updated_at": "2025-07-31T10:25:30.000000", "name": "tempest-VolumesAdminNegativeTest-volume-222353667", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/02e4d1c5-1aef-4000-b9b6-0f4ab017f517"}], "user_id": "a8dfc4df7b5443e48b7051af9a566b96", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ad14bcbb45c94db0b6738ad5dd05efb6"}}' 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 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 103, in test_stamp_pattern waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3a3aabec-184f-47b4-b236-876ecd8b0d0b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:22:57,495 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.335s 2025-07-31 10:22:57,496 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1589741001", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPxSrQ2AvJ8dw/OYGxN3e6iRH47SaM3zI/xrm+qQ47F3h00dcpbRQMA0tZKNksRZLkk6GUaU53NFzhHQA82snwxk2b+PZLh2MYmzLy/mEwKkI7IuKFZLQ8nsatYRAkqqWw=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:57 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-0a39e206-aaaa-485b-8910-62258b518e0a', 'x-compute-request-id': 'req-0a39e206-aaaa-485b-8910-62258b518e0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1589741001", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPxSrQ2AvJ8dw/OYGxN3e6iRH47SaM3zI/xrm+qQ47F3h00dcpbRQMA0tZKNksRZLkk6GUaU53NFzhHQA82snwxk2b+PZLh2MYmzLy/mEwKkI7IuKFZLQ8nsatYRAkqqWw==", "fingerprint": "e8:df:75:70:ab:8e:10:a0:e4:39:38:12:8b:89:b9:39", "user_id": "868748051b284f4db9a6819f0419adf1"}}' 2025-07-31 10:22:57,863 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.363s 2025-07-31 10:22:57,863 98122 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-564255147", "description": "tempest-secgroup-smoke-564255147 description", "project_id": "50a92f5181eb4b9c8c38b80e1010436b"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1673', 'x-openstack-request-id': 'req-7504f188-bbf8-4280-b0ad-a86d8dfa2e53', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "name": "tempest-secgroup-smoke-564255147", "stateful": true, "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "description": "tempest-secgroup-smoke-564255147 description", "shared": false, "security_group_rules": [{"id": "5336c42e-8d25-42a3-9ad2-54f10779d04c", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "security_group_id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "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": 550, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:22:57Z", "updated_at": "2025-07-31T10:22:57Z", "revision_number": 0}, {"id": "add4a1d6-d8fa-4d91-9194-fe662a6cea80", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "security_group_id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "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": 551, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:22:57Z", "updated_at": "2025-07-31T10:22:57Z", "revision_number": 0}], "tags": [], "created_at": "2025-0 7-31T10:22:57Z", "updated_at": "2025-07-31T10:22:57Z", "revision_number": 1, "project_id": "50a92f5181eb4b9c8c38b80e1010436b"}}' 2025-07-31 10:22:58,111 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.247s 2025-07-31 10:22:58,112 98122 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": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-00c8123c-b2bb-49cb-9433-857525fcb466', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5af2c053-b674-4c7c-8f9a-f2f58857878c", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "security_group_id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:57Z", "updated_at": "2025-07-31T10:22:57Z", "revision_number": 0}}' 2025-07-31 10:22:58,443 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.330s 2025-07-31 10:22:58,443 98122 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": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-dfe4370f-af71-40df-840c-0dff44a7be20', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f78deb91-3b05-4646-a45f-6ffe5c3fed25", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "security_group_id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:58Z", "updated_at": "2025-07-31T10:22:58Z", "revision_number": 0}}' 2025-07-31 10:22:58,675 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.231s 2025-07-31 10:22:58,675 98122 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": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ff2f545f-a6a6-4966-85bb-23f6187bfe0f', 'c onnection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "47fba13c-407a-4653-92f8-ce96686cdbe2", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "security_group_id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:58Z", "updated_at": "2025-07-31T10:22:58Z", "revision_number": 0}}' 2025-07-31 10:22:58,913 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.236s 2025-07-31 10:22:58,913 98122 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": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-ef851564-2299-4d78-9f2a-68fcfef312ab', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f7285ed9-71da-4f46-946c-96910920df9b", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "security_group_id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:58Z", "updated_at": "2025-07-31T10:22:58Z", "revision_number": 0}}' 2025-07-31 10:22:59,193 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.279s 2025-07-31 10:22:59,194 98122 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": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-a485f779-121a-4461-a512-4410d6c3fc40', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e02db0fa-1d3e-4f0c-bcc1-a191129434b9", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "security_group_id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:59Z", "updated_at": "2025-07-31T10:22:59Z", "revision_number": 0}}' 2025-07-31 10:22:59,506 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.311s 2025-07-31 10:22:59,506 98122 DEBUG [tempest.lib.common.r est_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-9d3cd63c-88b0-496a-af8d-55ff2de13de8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "29439cf0-c4f3-4b23-a343-daed3bce87cb", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "security_group_id": "4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:22:59Z", "updated_at": "2025-07-31T10:22:59Z", "revision_number": 0}}' 2025-07-31 10:22:59,800 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.293s 2025-07-31 10:22:59,801 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-1593271352", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0130119-b58e-4fb0-9854-b962714abf7d', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0130119-b58e-4fb0-9854-b962714abf7d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3a3aabec-184f-47b4-b236-876ecd8b0d0b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:22:59.716586", "updated_at": null, "name": "tempest-TestStampPattern-volume-1593271352", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b"}], "user_id": "868748051b284f4db9a6819f0419adf1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:22:59,922 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.103s 2025-07-31 10:22:59,922 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2481', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6579f70a-4b5d-4b59-a072-8c4fcf8f1add', '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": "868748051b284f4db9a6819f0419adf1", "name": "tempest-TestStampPattern-1969451279-project-member", "password_expires_at": null}, "audit_ids": ["89KUTQkUTjqNSScLlOT HEg"], "expires_at": "2025-07-31T11:22:59.000000Z", "issued_at": "2025-07-31T10:22:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50a92f5181eb4b9c8c38b80e1010436b", "name": "tempest-TestStampPattern-1969451279"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/50a92f5181eb4b9c8c38b80e1010436b", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:22:59,923 98122 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '0d57c87e-58a0-4838-9b7d-3c27b570f954', 'name': 'tempest-TestStampPattern-1264424795-network', 'tenant_id': '50a92f5181eb4b9c8c38b80e1010436b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '50a92f5181eb4b9c8c38b80e1010436b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58472, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:22:39Z', 'updated_at': '2025-07-31T10:22:40Z', 'revision_number': 1} available for tenant 2025-07-31 10:23:00,656 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/compute/v2.1/servers 0.732s 2025-07-31 10:23:00,656 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-1275873957", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "key_name": "tempest-TestStampPattern-1589741001", "security_groups": [{"name": "tempest-secgroup-smoke-564255147"}], "networks": [{"uuid": "0d57c87e-58a0-4838-9b7d-3c27b570f954"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x- openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a88044d6-b71c-4219-9f7d-cb4d94df0e5a', 'x-compute-request-id': 'req-a88044d6-b71c-4219-9f7d-cb4d94df0e5a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "555d057f-e8f3-4b37-b3eb-cce9e828cc7d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-564255147"}], "adminPass": "mN44tCE5xEGx"}}' 2025-07-31 10:23:00,731 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d 0.071s 2025-07-31 10:23:00,731 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-212aac81-2235-492e-a8c7-3a06b5b5e67d', 'x-compute-request-id': 'req-212aac81-2235-492e-a8c7-3a06b5b5e67d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d'} Body: b'{"server": {"id": "555d057f-e8f3-4b37-b3eb-cce9e828cc7d", "name": "tempest-TestStampPattern-server-1275873957", "status": "BUILD", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "user_id": "868748051b284f4db9a6819f0419adf1", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:23:01Z", "updated": "2025-07-31T10:23:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-1589741001", "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": []}}' 2025-07-31 10:23:51,013 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d 0.215s 2025-07-31 10:23:51,014 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:23:50 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-e77bacc8-7759-4cd0-8b28-9a427a7a5d9a', 'x-compute-request-id': 'req-e77bacc8-7759-4cd0-8b28-9a427a7a5d9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d'} Body: b'{"server": {"id": "555d057f-e8f3-4b37-b3eb-cce9e828cc7d", "name": "tempe st-TestStampPattern-server-1275873957", "status": "ACTIVE", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "user_id": "868748051b284f4db9a6819f0419adf1", "metadata": {}, "hostId": "07d79929f5c2b95bb8d7b331849e688dc292ff3a9c695f14bf1aacbd", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:23:00Z", "updated": "2025-07-31T10:23:17Z", "addresses": {"tempest-TestStampPattern-1264424795-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:f3:6a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1589741001", "OS-SRV-USG:launched_at": "2025-07-31T10:23:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-564255147"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:23:51,037 98122 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-07-31 10:24:51,320 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d 0.222s 2025-07-31 10:24:51,321 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:51 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-d5047a00-a5c9-4943-9301-c44961e14200', 'x-compute-request-id': 'req-d5047a00-a5c9-4943-9301-c44961e14200', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d'} Body: b'{"server": {"id": "555d057f-e8f3-4b37-b3eb-cce9e828cc7d", "name": "tempest-TestStampPattern-server-1275873957", "status": "ACTIVE", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "user_id": "868748051b284f4db9a6819f0419adf1", "metadata": {}, "hostId": "07d79929f5c2b95bb8d7b331849e688dc292ff3a9c695f14bf1aacbd", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:23:00Z", "updated": "2025-07-31T10:23:17Z", "addresses": {"tempest-TestStampPattern-1264424795-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:f3:6a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1589741001", "OS-SRV-USG:launched_at": "2025-07-31T10:23:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-564255147"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS: power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:24:51,490 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/networking/v2.0/ports?device_id=555d057f-e8f3-4b37-b3eb-cce9e828cc7d 0.153s 2025-07-31 10:24:51,490 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '955', 'x-openstack-request-id': 'req-4272505d-cbf6-43e7-a74d-3f95d677cfed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=555d057f-e8f3-4b37-b3eb-cce9e828cc7d'} Body: b'{"ports":[{"id":"9f6e6302-ba93-42cb-bb08-a788d0525862","name":"","network_id":"0d57c87e-58a0-4838-9b7d-3c27b570f954","tenant_id":"50a92f5181eb4b9c8c38b80e1010436b","mac_address":"fa:16:3e:91:f3:6a","admin_state_up":true,"status":"ACTIVE","device_id":"555d057f-e8f3-4b37-b3eb-cce9e828cc7d","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"c3f3d1c2-177e-454b-9493-bbec3a303f2c","ip_address":"10.0.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"user","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"port_security_enabled":true,"tags":[],"created_at":"2025-07-31T10:23:05Z","updated_at":"2025-07-31T10:23:13Z","revision_number":5,"project_id":"50a92f5181eb4b9c8c38b80e1010436b"}]}' 2025-07-31 10:24:51,491 98122 DEBUG [tempest.common.waiters] Server ID 555d057f-e8f3-4b37-b3eb-cce9e828cc7d ports are all ACTIVE [{'id': '9f6e6302-ba93-42cb-bb08-a788d0525862', 'name': '', 'network_id': '0d57c87e-58a0-4838-9b7d-3c27b570f954', 'tenant_id': '50a92f5181eb4b9c8c38b80e1010436b', 'mac_address': 'fa:16:3e:91:f3:6a', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '555d057f-e8f3-4b37-b3eb-cce9e828cc7d', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': 'c3f3d1c2-177e-454b-9493-bbec3a303f2c', 'ip_address': '10.0.0.10'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf'], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'user', 'binding:vif_type': 'ovs', 'binding:vif_details': {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system', 'bound_drivers': {'0': 'ovn'}}, 'port_security_enabled': True, 'tags': [], 'created_at': '2025-07-31T10:23:05Z', 'updated_at': '2025-07-31T10:23:13Z', 'revision_number': 5, 'project_id': '50a92f5181eb4b9c8c38b80e1010436b'}]: 2025-07-31 10:24:51,576 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/networking/v2.0/floatingips?floating_network_id=74392d56-398c-403a-95ac-e6403cbc3c69&port_id=9f6e6302-ba93-42cb-bb08-a788d0525862 0.084s 2025-07-31 10:24:51,577 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '19', 'x-openstack-request-id': 'req-acf3bebf-3147-4332-9687-32285efb4d71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips?floating_network_id=74392d56-398c-403a-95ac-e6403cbc3c69&port_id=9f6e6302-ba93-42cb-bb08-a788d0525862'} Body: b'{"floatingips": []}' 2025-07-31 10:24:51,657 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0 .210/networking/v2.0/ports?device_id=555d057f-e8f3-4b37-b3eb-cce9e828cc7d 0.079s 2025-07-31 10:24:51,657 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '955', 'x-openstack-request-id': 'req-a612e775-8e26-43ef-85a0-17f404eee268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=555d057f-e8f3-4b37-b3eb-cce9e828cc7d'} Body: b'{"ports":[{"id":"9f6e6302-ba93-42cb-bb08-a788d0525862","name":"","network_id":"0d57c87e-58a0-4838-9b7d-3c27b570f954","tenant_id":"50a92f5181eb4b9c8c38b80e1010436b","mac_address":"fa:16:3e:91:f3:6a","admin_state_up":true,"status":"ACTIVE","device_id":"555d057f-e8f3-4b37-b3eb-cce9e828cc7d","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"c3f3d1c2-177e-454b-9493-bbec3a303f2c","ip_address":"10.0.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"user","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"port_security_enabled":true,"tags":[],"created_at":"2025-07-31T10:23:05Z","updated_at":"2025-07-31T10:23:13Z","revision_number":5,"project_id":"50a92f5181eb4b9c8c38b80e1010436b"}]}' 2025-07-31 10:24:51,657 98122 DEBUG [tempest.common.waiters] Server ID 555d057f-e8f3-4b37-b3eb-cce9e828cc7d ports are all ACTIVE [{'id': '9f6e6302-ba93-42cb-bb08-a788d0525862', 'name': '', 'network_id': '0d57c87e-58a0-4838-9b7d-3c27b570f954', 'tenant_id': '50a92f5181eb4b9c8c38b80e1010436b', 'mac_address': 'fa:16:3e:91:f3:6a', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '555d057f-e8f3-4b37-b3eb-cce9e828cc7d', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': 'c3f3d1c2-177e-454b-9493-bbec3a303f2c', 'ip_address': '10.0.0.10'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf'], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'user', 'binding:vif_type': 'ovs', 'binding:vif_details': {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system', 'bound_drivers': {'0': 'ovn'}}, 'port_security_enabled': True, 'tags': [], 'created_at': '2025-07-31T10:23:05Z', 'updated_at': '2025-07-31T10:23:13Z', 'revision_number': 5, 'project_id': '50a92f5181eb4b9c8c38b80e1010436b'}]: 2025-07-31 10:24:53,034 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.376s 2025-07-31 10:24:53,035 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "port_id": "9f6e6302-ba93-42cb-bb08-a788d0525862", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "fixed_ip_address": "10.0.0.10"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-f0c0baa1-8202-45a6-aed6-6a85d982173c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "45ab2a3c-e7ef-4b5b-8027-ed01909ec779", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "floating_ip_address": "172.24.4.5", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "7524c1c0-8f90-4dc1-b42e-a4a89e8b51a7", "port_id": "9f6e6302-ba93-42cb-bb08-a788d0525862", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "project_id": "50a92f5181eb4b9c8c38b80e1010436b", "description": "", "port_details": {"name": "", "network_id": "0d57c87e-58a0-4838-9b7d-3c27b570f954", "mac_address": "fa:16:3e:91:f3:6a", "admin_state_up": true, "status": "ACTIVE", "device_id": "555d057f-e8f3-4b37-b3eb-cce9e828cc7d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:24:52Z", "updated_at": "2025-07-31T10:24:52Z", "revision_number": 0}}' 2025-07-31 10:24:53,038 98122 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.5:22' as 'cirros' with public key authentication 2025-07-31 10:24:53,057 98122 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:24:53,165 98122 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:24:53,165 98122 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.5 successfully created 2025-07-31 10:24:53,166 98122 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-07-31 10:24:53,166 98122 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.5:22' as 'cirros' with public key authentication 2025-07-31 10:24:53,169 98122 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:24:53,272 98122 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:24:53,272 98122 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.5 successfully created 2025-07-31 10:24:53,328 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b 0.039s 2025-07-31 10:24:53,328 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0f90b3c-2622-4197-a65b-52649a2efe41', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0f90b3c-2622-4197-a65b-52649a2efe41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b'} Body: b'{"volume": {"id": "3a3aabec-184f-47b4-b236-876ecd8b0d0b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:00.000000", "updated_at": "2025-07-31T10:23:00.000000", "name": "tempest-TestStampPattern-volume-1593271352", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b"}], "user_id": "868748051b284f4db9a6819f0419adf1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "50a92f5181eb4b9c8c38b80e1010436b"}}' 2025-07-31 10:24:54,384 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b 0.041s 2025-07-31 10:24:54,385 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79ce83b7-dd6c-4cd5-b723-9f73b9434d5b', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x- openstack-request-id': 'req-79ce83b7-dd6c-4cd5-b723-9f73b9434d5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b'} Body: b'{"volume": {"id": "3a3aabec-184f-47b4-b236-876ecd8b0d0b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:23:00.000000", "updated_at": "2025-07-31T10:23:00.000000", "name": "tempest-TestStampPattern-volume-1593271352", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b"}], "user_id": "868748051b284f4db9a6819f0419adf1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "50a92f5181eb4b9c8c38b80e1010436b"}}' 2025-07-31 10:24:54,878 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/45ab2a3c-e7ef-4b5b-8027-ed01909ec779 0.479s 2025-07-31 10:24:54,878 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-5de6d064-4b51-4736-85db-30d3d02fde01', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/45ab2a3c-e7ef-4b5b-8027-ed01909ec779'} Body: b'' 2025-07-31 10:24:54,992 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d 0.113s 2025-07-31 10:24:54,992 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:54 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-86707e2f-b709-48c1-aa9e-40a3f4429175', 'x-compute-request-id': 'req-86707e2f-b709-48c1-aa9e-40a3f4429175', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d'} Body: b'' 2025-07-31 10:24:55,234 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d 0.241s 2025-07-31 10:24:55,234 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:54 GMT', 'server': '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-da9d7785-06ed-4d97-9445-8819114f5d8f', 'x-compute-request-id': 'req-da9d7785-06ed-4d97-9445-8819114f5d8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d'} Body: b'{"server": {"id": "555d057f-e8f3-4b37-b3eb-cce9e828cc7d", "name": "tempest-TestStampPattern-server-1275873957", "status": "ACTIVE", "tenant_id": "50a92f5181eb4b9c8c38b80e1010436b", "user_id": "868748051b284f4db9a6819f0419adf1", "metadata": {}, "hostId": "07d79929f5c2b95bb8d7b331849e6 88dc292ff3a9c695f14bf1aacbd", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:23:00Z", "updated": "2025-07-31T10:24:55Z", "addresses": {"tempest-TestStampPattern-1264424795-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:f3:6a"}, {"version": 4, "addr": "172.24.4.5", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:f3:6a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1589741001", "OS-SRV-USG:launched_at": "2025-07-31T10:23:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-564255147"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:25:45,323 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d 0.042s 2025-07-31 10:25:45,324 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:45 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-1be78218-f060-4cb4-897c-4df1e24b67c9', 'x-compute-request-id': 'req-1be78218-f060-4cb4-897c-4df1e24b67c9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/555d057f-e8f3-4b37-b3eb-cce9e828cc7d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 555d057f-e8f3-4b37-b3eb-cce9e828cc7d could not be found."}}' 2025-07-31 10:25:45,433 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b 0.108s 2025-07-31 10:25:45,433 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-449d321d-6b3f-4dfc-9cf7-4ba109fd0746', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b'} Body: b'' 2025-07-31 10:25:45,472 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b 0.038s 2025-07-31 10:25:45,473 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-048c45ba-3c19-4511-af08-c5bec9eb61 7f', 'x-openstack-request-id': 'req-048c45ba-3c19-4511-af08-c5bec9eb617f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3a3aabec-184f-47b4-b236-876ecd8b0d0b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3a3aabec-184f-47b4-b236-876ecd8b0d0b could not be found."}}' 2025-07-31 10:25:45,716 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf 0.242s 2025-07-31 10:25:45,716 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-c36d5f84-ac3a-46f4-b2ed-def185de22d9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/4a57a2f1-09ac-44e1-8ce4-c73bf50bcfcf'} Body: b'' 2025-07-31 10:25:45,744 98122 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1589741001 0.028s 2025-07-31 10:25:45,745 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:45 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-ea53de01-4d52-497b-9e87-7d701ab37aa4', 'x-compute-request-id': 'req-ea53de01-4d52-497b-9e87-7d701ab37aa4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1589741001'} Body: b'' 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 73, 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 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 51a7299c-a557-4f13-a755-41eb036dae61 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:25:54,038 98122 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/types 0.226s 2025-07-31 10:25:54,038 98122 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': 'Thu, 31 Jul 2025 10:25:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da0c8bd0-5310-4f60-88f8-8e888dee173c', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da0c8bd0-5310-4f60-88f8-8e888dee173c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "fd3816bf-4a34-495a-a6e7-b58d3e5570c6", "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}}' 2025-07-31 10:25:54,738 98122 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.696s 2025-07-31 10:25:54,739 98122 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': 'Thu, 31 Jul 2025 10:25:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-e3e0e211-b33c-459c-8f83-e9c41ca13723', '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": "fb48adb3b367477b8c3e0c6b571d3566", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "751b3520-2e61-4b69-b99d-d3a4824b5e5b", "created_at": "2025-07-31T10:25:55Z", "updated_at": "2025-07-31T10:25:55Z", "tags": [], "self": "/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b", "file": "/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:25:55,765 98122 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/751b3520-2e61-4b69-b99d-d3a4824b5e5b/file 1.024s 2025-07-31 10:25:55,766 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-5c58fe87 -33dc-4da3-8614-496b8f7639e9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b/file'} Body: b'' 2025-07-31 10:25:55,787 98122 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/751b3520-2e61-4b69-b99d-d3a4824b5e5b 0.019s 2025-07-31 10:25:55,787 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-762ed267-68aa-4390-a8b1-1dfb79ed0a53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b'} 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": "64fb653d3b82099eff9102b78a06c020", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "fb48adb3b367477b8c3e0c6b571d3566", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "dd2fccbef8c9c6ccd713806bd527bf0bd03fff9536d2bb13fb6e6399011bee97d9c20cca05f7e193e79e673c971e3fe70a717dd5abd0a60ccc1ed31cddfb5ed5", "id": "751b3520-2e61-4b69-b99d-d3a4824b5e5b", "created_at": "2025-07-31T10:25:55Z", "updated_at": "2025-07-31T10:25:56Z", "tags": [], "self": "/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b", "file": "/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:25:55,823 98122 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/751b3520-2e61-4b69-b99d-d3a4824b5e5b 0.035s 2025-07-31 10:25:55,824 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-86105481-5734-4d07-9805-acde46401fd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b'} 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": "64fb653d3b82099eff9102b78a06c020", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "fb48adb3b367477b8c3e0c6b571d3566", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "dd2fccbef8c9c6ccd713806bd527bf0bd03fff9536d2bb13fb6e6399011bee97d9c20cca05f7e193e79e673c971e3fe70a717dd5abd0a60ccc1ed31cddfb5ed5", "id": "751b3520-2e61-4b69-b99d-d3a4824b5e5b", "created_at": "2025-07-31T10:25:55Z", "updated_at": "2025-07-31T10:25:56Z", "tags": [], "self": "/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b", "file": "/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:25:55,847 98122 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/751b3520-2e61-4b69-b99d-d3a4824b5e5b 0.021s 2025-07-31 10:25:55,847 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', ' X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b8169688-b34d-4daf-b4ba-b3db1bb5d103', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b'} 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": "64fb653d3b82099eff9102b78a06c020", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "fb48adb3b367477b8c3e0c6b571d3566", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "dd2fccbef8c9c6ccd713806bd527bf0bd03fff9536d2bb13fb6e6399011bee97d9c20cca05f7e193e79e673c971e3fe70a717dd5abd0a60ccc1ed31cddfb5ed5", "id": "751b3520-2e61-4b69-b99d-d3a4824b5e5b", "created_at": "2025-07-31T10:25:55Z", "updated_at": "2025-07-31T10:25:56Z", "tags": [], "self": "/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b", "file": "/v2/images/751b3520-2e61-4b69-b99d-d3a4824b5e5b/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:25:56,180 98122 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/volumes 0.332s 2025-07-31 10:25:56,181 98122 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": "751b3520-2e61-4b69-b99d-d3a4824b5e5b", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a908de5e-a411-40bd-8742-6027de0c2b66', 'content-length': '796', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a908de5e-a411-40bd-8742-6027de0c2b66', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "51a7299c-a557-4f13-a755-41eb036dae61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:25:56.119843", "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/volumes/51a7299c-a557-4f13-a755-41eb036dae61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/51a7299c-a557-4f13-a755-41eb036dae61"}], "user_id": "35c4bb1b2f2d416586ce71e2314a1577", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:25:56,244 98122 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/volumes/51a7299c-a557-4f13-a755-41eb036dae61 0.048s 2025-07-31 10:25:56,245 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b78249d6-f78f-4482-8def-a4aaca12b985', 'content-length': '864', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b78249d6-f78f-4482-8def-a4aaca12b985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210 /volume/v3/volumes/51a7299c-a557-4f13-a755-41eb036dae61'} Body: b'{"volume": {"id": "51a7299c-a557-4f13-a755-41eb036dae61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:25:56.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/volumes/51a7299c-a557-4f13-a755-41eb036dae61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/51a7299c-a557-4f13-a755-41eb036dae61"}], "user_id": "35c4bb1b2f2d416586ce71e2314a1577", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb48adb3b367477b8c3e0c6b571d3566"}}' 2025-07-31 10:25:57,390 98122 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/volumes/51a7299c-a557-4f13-a755-41eb036dae61 0.130s 2025-07-31 10:25:57,391 98122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e44079bc-dc10-4a72-bc08-b800eef644d5', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e44079bc-dc10-4a72-bc08-b800eef644d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/51a7299c-a557-4f13-a755-41eb036dae61'} Body: b'{"volume": {"id": "51a7299c-a557-4f13-a755-41eb036dae61", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:25:56.000000", "updated_at": "2025-07-31T10:25:56.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/volumes/51a7299c-a557-4f13-a755-41eb036dae61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/51a7299c-a557-4f13-a755-41eb036dae61"}], "user_id": "35c4bb1b2f2d416586ce71e2314a1577", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb48adb3b367477b8c3e0c6b571d3566"}}' 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 65, 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 872455f8-6628-4833-9f98-ad319f5d3587 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:26:21,899 98112 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.388s 2025-07-31 10:26:21,900 98112 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-1941901668"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4000bd97-e311-4f4e-87f8-e8b77ea9ad40', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4000bd97-e311-4f4e-87f8-e8b77ea9ad40', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "872455f8-6628-4833-9f98-ad319f5d3587", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:21.824407", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1941901668", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/872455f8-6628-4833-9f98-ad319f5d3587"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/872455f8-6628-4833-9f98-ad319f5d3587"}], "user_id": "bf95c66cfe9f4d3a852829f5ec9d02f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:26:21,950 98112 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/872455f8-6628-4833-9f98-ad319f5d3587 0.037s 2025-07-31 10:26:21,951 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e4caafc-a20c-4101-a8af-0a0021418cbc', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e4caafc-a20c-4101-a8af-0a0021418cbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/872455f8-6628-4833-9f98-ad319f5d3587'} Body: b'{"volume": {"id": "872455f8-6628-4833-9f98-ad319f5d3587", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:22.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1941901668", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/872455f8-6628-4833-9f98-ad319f5d3587"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/872455f8-6628-4833-9f98-ad319f5d3587"}], "user_id": "bf95c66cfe9f4d3a852829f5ec9d02f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03ba2b2b9e6641efa9f87cc52d3bda9e"}}' 2025-07-31 10:26:23,001 98112 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/872455f8-6628-4833-9f98-ad319f5d3587 0.036s 2025-07-31 10:26:23,002 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applica tion/json', 'x-compute-request-id': 'req-4cf7a633-edcd-4897-a6f4-4454960a629b', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cf7a633-edcd-4897-a6f4-4454960a629b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/872455f8-6628-4833-9f98-ad319f5d3587'} Body: b'{"volume": {"id": "872455f8-6628-4833-9f98-ad319f5d3587", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:22.000000", "updated_at": "2025-07-31T10:26:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1941901668", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/872455f8-6628-4833-9f98-ad319f5d3587"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/872455f8-6628-4833-9f98-ad319f5d3587"}], "user_id": "bf95c66cfe9f4d3a852829f5ec9d02f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03ba2b2b9e6641efa9f87cc52d3bda9e"}}' 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 949, 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: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:26:23,461 98130 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/scheduler-stats/get_pools?detail=True 0.661s 2025-07-31 10:26:23,462 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-950057d3-8c55-4ade-9f20-8ae1a277f69c', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-950057d3-8c55-4ade-9f20-8ae1a277f69c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/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 949, 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: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:26:24,018 98130 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/scheduler-stats/get_pools 0.537s 2025-07-31 10:26:24,019 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32765b26-ae30-40fb-8728-16659182665f', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32765b26-ae30-40fb-8728-16659182665f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/scheduler-stats/get_pools'} Body: b'{"pools": []}' 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 65, 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7d4d88f6-1058-40fa-8483-b1b9f88549fc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:26:23,230 98112 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.211s 2025-07-31 10:26:23,231 98112 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-314565449"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9015ee32-bb52-41df-8a57-6d3e5357474f', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9015ee32-bb52-41df-8a57-6d3e5357474f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7d4d88f6-1058-40fa-8483-b1b9f88549fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:23.157304", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-314565449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc"}], "user_id": "bf95c66cfe9f4d3a852829f5ec9d02f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:26:23,280 98112 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc 0.036s 2025-07-31 10:26:23,280 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8aafd302-ccf0-433d-bc39-54a9aacfdd65', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8aafd302-ccf0-433d-bc39-54a9aacfdd65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc'} Body: b'{"volume": {"id": "7d4d88f6-1058-40fa-8483-b1b9f88549fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:23.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-314565449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc"}], "user_id": "bf95c66cfe9f4d3a852829f5ec9d02f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03ba2b2b9e6641efa9f87cc52d3bda9e"}}' 2025-07-31 10:26:24,357 98112 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc 0.044s 2025-07-31 10:26:24,359 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicatio n/json', 'x-compute-request-id': 'req-03fddfca-e41f-455b-8639-442c466b48ae', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03fddfca-e41f-455b-8639-442c466b48ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc'} Body: b'{"volume": {"id": "7d4d88f6-1058-40fa-8483-b1b9f88549fc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:23.000000", "updated_at": "2025-07-31T10:26:23.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-314565449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7d4d88f6-1058-40fa-8483-b1b9f88549fc"}], "user_id": "bf95c66cfe9f4d3a852829f5ec9d02f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03ba2b2b9e6641efa9f87cc52d3bda9e"}}' 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 81982a5a-8730-4faf-931e-42b862cce18f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:26:28,719 98130 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/volumes 0.695s 2025-07-31 10:26:28,719 98130 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-850905839"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7799b3b9-f11c-422d-b2bc-2859ec7db8a1', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7799b3b9-f11c-422d-b2bc-2859ec7db8a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "81982a5a-8730-4faf-931e-42b862cce18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:28.642122", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-850905839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81982a5a-8730-4faf-931e-42b862cce18f"}], "user_id": "b59c77c5ca2a42409eb2dc6e7164dd80", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:26:28,769 98130 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f 0.037s 2025-07-31 10:26:28,769 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deffb682-c1fd-4124-8ebd-6feaec02056f', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deffb682-c1fd-4124-8ebd-6feaec02056f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f'} Body: b'{"volume": {"id": "81982a5a-8730-4faf-931e-42b862cce18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:29.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-850905839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81982a5a-8730-4faf-931e-42b862cce18f"}], "user_id": "b59c77c5ca2a42409eb2dc6e7164dd80", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4326aad423564671bb606b7142ea154e"}}' 2025-07-31 10:26:29,824 98130 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f 0.040s 2025-07-31 10:26:29,824 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compu te-request-id': 'req-69c0dc1b-cd04-48c1-97f4-5767ce32b8f6', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69c0dc1b-cd04-48c1-97f4-5767ce32b8f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f'} Body: b'{"volume": {"id": "81982a5a-8730-4faf-931e-42b862cce18f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:29.000000", "updated_at": "2025-07-31T10:26:29.000000", "name": "tempest-VolumesServicesTestJSON-Volume-850905839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81982a5a-8730-4faf-931e-42b862cce18f"}], "user_id": "b59c77c5ca2a42409eb2dc6e7164dd80", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4326aad423564671bb606b7142ea154e"}}' 2025-07-31 10:26:29,882 98130 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f 0.043s 2025-07-31 10:26:29,883 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-652dff1f-f00c-4aa0-a3a3-df605af92725', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-652dff1f-f00c-4aa0-a3a3-df605af92725', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f'} Body: b'{"volume": {"id": "81982a5a-8730-4faf-931e-42b862cce18f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:29.000000", "updated_at": "2025-07-31T10:26:29.000000", "name": "tempest-VolumesServicesTestJSON-Volume-850905839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81982a5a-8730-4faf-931e-42b862cce18f"}], "user_id": "b59c77c5ca2a42409eb2dc6e7164dd80", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4326aad423564671bb606b7142ea154e"}}' 2025-07-31 10:26:30,001 98130 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f 0.105s 2025-07-31 10:26:30,001 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26: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-3c8b94fd-ebea-4c9d-a0d8-9a2b58a4aaa0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f'} Body: b'' 2025-07-31 10:26:30,025 98130 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f 0. 023s 2025-07-31 10:26:30,025 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26: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-9ffdd9a3-1d9d-4cb5-8208-18c8a237f972', 'x-openstack-request-id': 'req-9ffdd9a3-1d9d-4cb5-8208-18c8a237f972', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81982a5a-8730-4faf-931e-42b862cce18f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 81982a5a-8730-4faf-931e-42b862cce18f could not be found."}}' setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON) --------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1d0f035a-b883-4144-91d0-8b510f379536 failed to build and is in ERROR status cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_dependency.py", line 168, in test_image_volume_dependencies_1 volume1 = self.create_volume(**vol_args) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a139ea5b-5bf5-4cea-9ec6-3432b12e0089 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:26:36,670 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 201 POST http://10.0.0.210/image/v2/images 0.715s 2025-07-31 10:26:36,670 98130 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-7a9fba78-2e4b-42b1-9898-bb4a60685320", "min_disk": 1} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-008d6038-2293-4570-bdaf-ab31563c0bfb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "image-for-test-7a9fba78-2e4b-42b1-9898-bb4a60685320", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "cf777e94-87f2-4cfb-b432-c14373ee25a2", "created_at": "2025-07-31T10:26:37Z", "updated_at": "2025-07-31T10:26:37Z", "tags": [], "self": "/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2", "file": "/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:37,630 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 204 PUT http://10.0.0.210/image/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2/file 0.957s 2025-07-31 10:26:37,630 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-127f9567-98ae-4cd5-881c-6a29c1cd276b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2/file'} Body: b'' 2025-07-31 10:26:37,651 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2 0.020s 2025-07-31 10:26:37,652 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ecb231ed-e56c-4849-a8e3-1627fa72d312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2'} Body: b'{"name": "image-for-test-7a9fba78-2e4b-42b1-9898-bb4a60685320", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "a140e422761e27c7aa240bedb553b889", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0a63c2055b8a5af7a655c1c870ea9b86fe2bd237288a5155384ff9b39275d0e08001c8cf9a3d8ac780f0c8ceefc0f73c0acbd4ba8b80b20a5b72c87a5285731a", "id": "cf777e94-87f2-4cfb-b432-c14373ee25a2", "created_at": "2025-07-31T10:26:37Z", "updated_at": "2025-07-31T10:26:38Z", "tags": [], "self": "/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2", "file": "/v2/images/cf777e94-87f2- 4cfb-b432-c14373ee25a2/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:37,670 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2 0.017s 2025-07-31 10:26:37,670 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6ddb46ca-e470-45d9-b2f4-0d55483fd043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2'} Body: b'{"name": "image-for-test-7a9fba78-2e4b-42b1-9898-bb4a60685320", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "a140e422761e27c7aa240bedb553b889", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0a63c2055b8a5af7a655c1c870ea9b86fe2bd237288a5155384ff9b39275d0e08001c8cf9a3d8ac780f0c8ceefc0f73c0acbd4ba8b80b20a5b72c87a5285731a", "id": "cf777e94-87f2-4cfb-b432-c14373ee25a2", "created_at": "2025-07-31T10:26:37Z", "updated_at": "2025-07-31T10:26:38Z", "tags": [], "self": "/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2", "file": "/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:37,692 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2 0.022s 2025-07-31 10:26:37,693 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-951b98bf-df0d-4f4d-89c9-e3488ef94a08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2'} Body: b'{"name": "image-for-test-7a9fba78-2e4b-42b1-9898-bb4a60685320", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "a140e422761e27c7aa240bedb553b889", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0a63c2055b8a5af7a655c1c870ea9b86fe2bd237288a5155384ff9b39275d0e08001c8cf9a3d8ac780f0c8ceefc0f73c0acbd4ba8b80b20a5b72c87a5285731a", "id": "cf777e94-87f2-4cfb-b432-c14373ee25a2", "created_at": "2025-07-31T10:26:37Z", "updated_at": "2025-07-31T10:26:38Z", "tags": [], "self": "/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2", "file": "/v2/images/cf777e94-87f2-4cfb-b432-c14373ee25a2/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:38,248 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 202 POST http://10.0.0.210/volume/v3/volumes 0.554s 2025-07-31 10:26:38,249 98130 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": {"name": "volume1-for-test7a9fba78-2e4b-42b1-9898-bb4a60685320", "imageRef": "cf777e94-87f2-4cfb-b432-c14373ee25a2", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c93fceb-946e-4 cc7-a9f8-0fafdd4d651d', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c93fceb-946e-4cc7-a9f8-0fafdd4d651d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a139ea5b-5bf5-4cea-9ec6-3432b12e0089", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:38.171670", "updated_at": null, "name": "volume1-for-test7a9fba78-2e4b-42b1-9898-bb4a60685320", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089"}], "user_id": "af577d36067f48aaaad35dcc3219f80a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:26:38,300 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089 0.038s 2025-07-31 10:26:38,301 98130 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': 'Thu, 31 Jul 2025 10:26:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdcd606d-8061-4551-9c9b-8f7eab1683b1', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdcd606d-8061-4551-9c9b-8f7eab1683b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089'} Body: b'{"volume": {"id": "a139ea5b-5bf5-4cea-9ec6-3432b12e0089", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:38.000000", "updated_at": null, "name": "volume1-for-test7a9fba78-2e4b-42b1-9898-bb4a60685320", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089"}], "user_id": "af577d36067f48aaaad35dcc3219f80a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "450df77e4da84a05880991bbe5c04657"}}' 2025-07-31 10:26:39,354 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089 0.037s 2025-07-31 10:26:39,355 98130 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': 'Thu, 31 Jul 2025 10:26:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-778ba423-3ab1-40f6-8533-07efef6f5d32', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-778ba423-3ab1-40f6-8533-07efef6f5d32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089'} Body: b'{"volume": {"id": "a139ea5b-5bf5-4cea-9ec6-3432b12e0089", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:38.000000" , "updated_at": "2025-07-31T10:26:38.000000", "name": "volume1-for-test7a9fba78-2e4b-42b1-9898-bb4a60685320", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a139ea5b-5bf5-4cea-9ec6-3432b12e0089"}], "user_id": "af577d36067f48aaaad35dcc3219f80a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "450df77e4da84a05880991bbe5c04657"}}' cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_2[id-0e20bd6e-440f-41d8-9b5d-fc047ac00423,image,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_dependency.py", line 197, in test_image_volume_dependencies_2 volume1 = self.create_volume(**vol_args) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 49d27eaf-6ad9-4eb6-8282-a06b36287012 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:26:39,888 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 201 POST http://10.0.0.210/image/v2/images 0.517s 2025-07-31 10:26:39,889 98130 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-0e20bd6e-440f-41d8-9b5d-fc047ac00423", "min_disk": 1} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-43a15459-85af-4037-a2e3-0008bdb781f7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "image-for-test-0e20bd6e-440f-41d8-9b5d-fc047ac00423", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "90a900cd-62fb-48bc-8bdc-49d9fcd585bf", "created_at": "2025-07-31T10:26:40Z", "updated_at": "2025-07-31T10:26:40Z", "tags": [], "self": "/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf", "file": "/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:40,840 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 204 PUT http://10.0.0.210/image/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf/file 0.949s 2025-07-31 10:26:40,841 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-21673ad5-387f-449b-8abc-e11edec30770', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf/file'} Body: b'' 2025-07-31 10:26:40,862 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf 0.020s 2025-07-31 10:26:40,862 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-40360c23-2c1e-45bb-8900-4ddfbf7cf262', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf'} Body: b'{"name": "image-for-test-0e20bd6e-440f-41d8-9b5d-fc047ac00423", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "6d1e8357462bf3edc831e6625eca2fa1", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "90d55a4c62267cdbe8a8e3c6fb30c310aa466c6e674066adbf78b385dd693a9b47c64eead0c2fd549f786f441a8e4fc93abb84121eed6b20d7d7e978870d7261", "id": "90a900cd-62fb-48bc-8bdc-49d9fcd585bf", "created_at": "2025-07-31T10:26:40Z", "updated_at": "2025-07-31T10:26:41Z", "tags": [], "self": "/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf", "file": "/v2/images/90a900cd-62fb- 48bc-8bdc-49d9fcd585bf/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:40,885 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf 0.022s 2025-07-31 10:26:40,885 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-266f1ed6-154c-4e84-b50e-cd5b380fccb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf'} Body: b'{"name": "image-for-test-0e20bd6e-440f-41d8-9b5d-fc047ac00423", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "6d1e8357462bf3edc831e6625eca2fa1", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "90d55a4c62267cdbe8a8e3c6fb30c310aa466c6e674066adbf78b385dd693a9b47c64eead0c2fd549f786f441a8e4fc93abb84121eed6b20d7d7e978870d7261", "id": "90a900cd-62fb-48bc-8bdc-49d9fcd585bf", "created_at": "2025-07-31T10:26:40Z", "updated_at": "2025-07-31T10:26:41Z", "tags": [], "self": "/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf", "file": "/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:40,904 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf 0.018s 2025-07-31 10:26:40,904 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b55e65bb-6fb2-434a-a706-d24ba1b7eb72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf'} Body: b'{"name": "image-for-test-0e20bd6e-440f-41d8-9b5d-fc047ac00423", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "6d1e8357462bf3edc831e6625eca2fa1", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "90d55a4c62267cdbe8a8e3c6fb30c310aa466c6e674066adbf78b385dd693a9b47c64eead0c2fd549f786f441a8e4fc93abb84121eed6b20d7d7e978870d7261", "id": "90a900cd-62fb-48bc-8bdc-49d9fcd585bf", "created_at": "2025-07-31T10:26:40Z", "updated_at": "2025-07-31T10:26:41Z", "tags": [], "self": "/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf", "file": "/v2/images/90a900cd-62fb-48bc-8bdc-49d9fcd585bf/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:41,290 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.385s 2025-07-31 10:26:41,291 98130 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": {"name": "volume1-for-test0e20bd6e-440f-41d8-9b5d-fc047ac00423", "imageRef": "90a900cd-62fb-48bc-8bdc-49d9fcd585bf", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c663da75-ee37-4 d1f-9cd5-3ea30202a86e', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c663da75-ee37-4d1f-9cd5-3ea30202a86e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "49d27eaf-6ad9-4eb6-8282-a06b36287012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:41.223263", "updated_at": null, "name": "volume1-for-test0e20bd6e-440f-41d8-9b5d-fc047ac00423", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012"}], "user_id": "af577d36067f48aaaad35dcc3219f80a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:26:41,342 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012 0.039s 2025-07-31 10:26:41,343 98130 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': 'Thu, 31 Jul 2025 10:26:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04a7c794-4071-4247-b14d-ec0d69a8beda', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04a7c794-4071-4247-b14d-ec0d69a8beda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012'} Body: b'{"volume": {"id": "49d27eaf-6ad9-4eb6-8282-a06b36287012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:41.000000", "updated_at": null, "name": "volume1-for-test0e20bd6e-440f-41d8-9b5d-fc047ac00423", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012"}], "user_id": "af577d36067f48aaaad35dcc3219f80a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "450df77e4da84a05880991bbe5c04657"}}' 2025-07-31 10:26:42,394 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012 0.036s 2025-07-31 10:26:42,395 98130 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': 'Thu, 31 Jul 2025 10:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-672f142a-6e9d-464a-b329-5a05ec6207fb', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-672f142a-6e9d-464a-b329-5a05ec6207fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012'} Body: b'{"volume": {"id": "49d27eaf-6ad9-4eb6-8282-a06b36287012", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:41.000000" , "updated_at": "2025-07-31T10:26:41.000000", "name": "volume1-for-test0e20bd6e-440f-41d8-9b5d-fc047ac00423", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/49d27eaf-6ad9-4eb6-8282-a06b36287012"}], "user_id": "af577d36067f48aaaad35dcc3219f80a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "450df77e4da84a05880991bbe5c04657"}}' 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 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 117, in test_delete_server_while_in_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bb3c2d75-b9d0-4362-839f-d335a28779d2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:24:50,102 98108 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.062s 2025-07-31 10:24:50,102 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2491', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-98c72f0c-3d08-407f-ad11-61b5ac326bd3', '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": "0bfb2838e8c54394a42c314977092464", "name": "tempest-DeleteServersTestJSON-2136473684-project-member", "password_expires_at": null}, "audit_ids": ["JMDJ-1EzSE6D-2DixQJm_Q"], "expires_at": "2025-07-31T11:24:50.000000Z", "issued_at": "2025-07-31T10:24:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ee344f93de443d993f5ae5e8fbec171", "name": "tempest-DeleteServersTestJSON-2136473684"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3ee344f93de443d993f5ae5e8fbec171", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:24:50,103 98108 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'ef27e750-aca4-426f-b9fe-66a357d02c99', 'name': 'tempest-DeleteServersTestJSON-1537550974-network', 'tenant_id': '3ee344f93de443d993f5ae5e8fbec171', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3ee344f93de443d993f5ae5e8fbec171', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 25804, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'cre ated_at': '2025-07-31T10:24:43Z', 'updated_at': '2025-07-31T10:24:43Z', 'revision_number': 1} available for tenant 2025-07-31 10:24:50,750 98108 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.646s 2025-07-31 10:24:50,750 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1688054805", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "ef27e750-aca4-426f-b9fe-66a357d02c99"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8710aa25-7648-4a95-8340-29e8b283b731', 'x-compute-request-id': 'req-8710aa25-7648-4a95-8340-29e8b283b731', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f707f91a-fe0c-46db-9cb6-102bc5fdcea3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "HKQFPqrx5T5P"}}' 2025-07-31 10:24:50,847 98108 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/f707f91a-fe0c-46db-9cb6-102bc5fdcea3 0.090s 2025-07-31 10:24:50,847 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1207', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2b38bc4-7b1e-439e-9889-f35b2dbfb498', 'x-compute-request-id': 'req-a2b38bc4-7b1e-439e-9889-f35b2dbfb498', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3'} Body: b'{"server": {"id": "f707f91a-fe0c-46db-9cb6-102bc5fdcea3", "name": "tempest-DeleteServersTestJSON-server-1688054805", "status": "BUILD", "tenant_id": "3ee344f93de443d993f5ae5e8fbec171", "user_id": "0bfb2838e8c54394a42c314977092464", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:24:51Z", "updated": "2025-07-31T10:24:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3"}], "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": []}}' 2025-07-31 10:25:41,314 98108 INFO [tempest.lib.common.rest_client] Request (Delet eServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3 0.402s 2025-07-31 10:25:41,314 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1488', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-516326c8-4e94-468a-8b5b-a0890eefcf69', 'x-compute-request-id': 'req-516326c8-4e94-468a-8b5b-a0890eefcf69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3'} Body: b'{"server": {"id": "f707f91a-fe0c-46db-9cb6-102bc5fdcea3", "name": "tempest-DeleteServersTestJSON-server-1688054805", "status": "ACTIVE", "tenant_id": "3ee344f93de443d993f5ae5e8fbec171", "user_id": "0bfb2838e8c54394a42c314977092464", "metadata": {}, "hostId": "2219b77e7afc17503848bd566b374b4c4a9e3792934aaa6750a53be8", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:24:50Z", "updated": "2025-07-31T10:25:07Z", "addresses": {"tempest-DeleteServersTestJSON-1537550974-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:1d:67"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f707f91a-fe0c-46db-9cb6-102bc5fdcea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:25:06.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": []}}' 2025-07-31 10:25:41,329 98108 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-07-31 10:26:41,595 98108 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.206s 2025-07-31 10:26:41,595 98108 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-1106188965"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0f72fb9-b100-4ce8-8a16-a469a4c77aa8', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0f72fb9-b100-4ce8-8a16-a469a4c77aa8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "bb3c2d75-b9d0-4362-839f-d335a28779d2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:41.537158", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1106188965", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bb3c2d75-b9d0-4362-839f-d335a28779d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bb 3c2d75-b9d0-4362-839f-d335a28779d2"}], "user_id": "0bfb2838e8c54394a42c314977092464", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:26:41,653 98108 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/bb3c2d75-b9d0-4362-839f-d335a28779d2 0.046s 2025-07-31 10:26:41,653 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d205ddab-ee89-4e96-815a-f528bd52b8d5', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d205ddab-ee89-4e96-815a-f528bd52b8d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bb3c2d75-b9d0-4362-839f-d335a28779d2'} Body: b'{"volume": {"id": "bb3c2d75-b9d0-4362-839f-d335a28779d2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:42.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1106188965", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bb3c2d75-b9d0-4362-839f-d335a28779d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bb3c2d75-b9d0-4362-839f-d335a28779d2"}], "user_id": "0bfb2838e8c54394a42c314977092464", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ee344f93de443d993f5ae5e8fbec171"}}' 2025-07-31 10:26:42,709 98108 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/bb3c2d75-b9d0-4362-839f-d335a28779d2 0.040s 2025-07-31 10:26:42,709 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c74417e2-179e-4895-8714-0aa81a64722c', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c74417e2-179e-4895-8714-0aa81a64722c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bb3c2d75-b9d0-4362-839f-d335a28779d2'} Body: b'{"volume": {"id": "bb3c2d75-b9d0-4362-839f-d335a28779d2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:42.000000", "updated_at": "2025-07-31T10:26:42.000000", "name": "tempest-DeleteServersTestJSON-volume-1106188965", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bb3c2d75-b9d0-4362-839f-d335a28779d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bb3c2d75-b9d0-4362-839f-d335a28779d2"}], "user_id": "0bfb2838e8c54394a42c314977092464", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ee344f93de443d993f5ae5e8fbec171"}}' cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_3[id-e6050452-06bd-4c7f-9912-45178c83e379,image,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_dependency.py", line 234, in test_image_volume_dependencies_3 volume1 = self.create_volume(**vol_args) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d71e9bbc-93c5-437f-89d9-916b46bea719 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:26:42,935 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 201 POST http://10.0.0.210/image/v2/images 0.523s 2025-07-31 10:26:42,936 98130 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-e6050452-06bd-4c7f-9912-45178c83e379", "min_disk": 1} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-73e81de7-9a71-4aee-800d-b52ae3d09c84', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "image-for-test-e6050452-06bd-4c7f-9912-45178c83e379", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "88f90471-1376-42eb-b57f-ac90625c43ff", "created_at": "2025-07-31T10:26:43Z", "updated_at": "2025-07-31T10:26:43Z", "tags": [], "self": "/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff", "file": "/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:44,049 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 204 PUT http://10.0.0.210/image/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff/file 1.111s 2025-07-31 10:26:44,049 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d2bff6b1-c1c7-41ef-aa6e-daf1e766fe8d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff/file'} Body: b'' 2025-07-31 10:26:44,095 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff 0.045s 2025-07-31 10:26:44,095 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-689c668f-c55e-4acb-a310-a2f255633b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff'} Body: b'{"name": "image-for-test-e6050452-06bd-4c7f-9912-45178c83e379", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "6c04fdcfa061cb2dc7019540aa055462", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9b61697a5996c1eb51bf8b6e910b8e9d6260755eb47c1f410ccbe261a3c8052a909beb96d9bb9a93864e22daca0bc560128ee382f33ddd68eedb8ff3d55464ff", "id": "88f90471-1376-42eb-b57f-ac90625c43ff", "created_at": "2025-07-31T10:26:43Z", "updated_at": "2025-07-31T10:26:44Z", "tags": [], "self": "/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff", "file": "/v2/images/88f90471-1376- 42eb-b57f-ac90625c43ff/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:44,117 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff 0.021s 2025-07-31 10:26:44,118 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3dcdda4a-55b7-45c9-abc2-7e3beb042e00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff'} Body: b'{"name": "image-for-test-e6050452-06bd-4c7f-9912-45178c83e379", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "6c04fdcfa061cb2dc7019540aa055462", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9b61697a5996c1eb51bf8b6e910b8e9d6260755eb47c1f410ccbe261a3c8052a909beb96d9bb9a93864e22daca0bc560128ee382f33ddd68eedb8ff3d55464ff", "id": "88f90471-1376-42eb-b57f-ac90625c43ff", "created_at": "2025-07-31T10:26:43Z", "updated_at": "2025-07-31T10:26:44Z", "tags": [], "self": "/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff", "file": "/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:44,138 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff 0.020s 2025-07-31 10:26:44,138 98130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5caff3b6-d58f-4785-927d-2874a02cabc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff'} Body: b'{"name": "image-for-test-e6050452-06bd-4c7f-9912-45178c83e379", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "6c04fdcfa061cb2dc7019540aa055462", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "450df77e4da84a05880991bbe5c04657", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9b61697a5996c1eb51bf8b6e910b8e9d6260755eb47c1f410ccbe261a3c8052a909beb96d9bb9a93864e22daca0bc560128ee382f33ddd68eedb8ff3d55464ff", "id": "88f90471-1376-42eb-b57f-ac90625c43ff", "created_at": "2025-07-31T10:26:43Z", "updated_at": "2025-07-31T10:26:44Z", "tags": [], "self": "/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff", "file": "/v2/images/88f90471-1376-42eb-b57f-ac90625c43ff/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:26:44,715 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 202 POST http://10.0.0.210/volume/v3/volumes 0.576s 2025-07-31 10:26:44,716 98130 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": {"name": "volume1-for-teste6050452-06bd-4c7f-9912-45178c83e379", "imageRef": "88f90471-1376-42eb-b57f-ac90625c43ff", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-425bfc4b-3b23-4 b6f-b9fa-c54c2ea4c4c9', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-425bfc4b-3b23-4b6f-b9fa-c54c2ea4c4c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d71e9bbc-93c5-437f-89d9-916b46bea719", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:44.632482", "updated_at": null, "name": "volume1-for-teste6050452-06bd-4c7f-9912-45178c83e379", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719"}], "user_id": "af577d36067f48aaaad35dcc3219f80a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:26:44,772 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719 0.043s 2025-07-31 10:26:44,772 98130 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': 'Thu, 31 Jul 2025 10:26:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d87fbd65-f4e2-4919-859f-179404593791', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d87fbd65-f4e2-4919-859f-179404593791', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719'} Body: b'{"volume": {"id": "d71e9bbc-93c5-437f-89d9-916b46bea719", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:45.000000", "updated_at": null, "name": "volume1-for-teste6050452-06bd-4c7f-9912-45178c83e379", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719"}], "user_id": "af577d36067f48aaaad35dcc3219f80a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "450df77e4da84a05880991bbe5c04657"}}' 2025-07-31 10:26:45,825 98130 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719 0.036s 2025-07-31 10:26:45,825 98130 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': 'Thu, 31 Jul 2025 10:26:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c84a7aea-f1c8-4f7a-92ff-f113997c14cd', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c84a7aea-f1c8-4f7a-92ff-f113997c14cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719'} Body: b'{"volume": {"id": "d71e9bbc-93c5-437f-89d9-916b46bea719", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:45.000000" , "updated_at": "2025-07-31T10:26:45.000000", "name": "volume1-for-teste6050452-06bd-4c7f-9912-45178c83e379", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d71e9bbc-93c5-437f-89d9-916b46bea719"}], "user_id": "af577d36067f48aaaad35dcc3219f80a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "450df77e4da84a05880991bbe5c04657"}}' 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f280746f-811e-43fa-9c5d-1a9915d91d01 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:24:59,044 98126 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:24:59,044 98126 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:24:59,114 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.068s 2025-07-31 10:24:59,114 98126 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-123594596", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBgqf+P1482T3Wve2vgws1XsxpRyHwAiXgyz5RFHaBzVYN25uMA9DKzwKJ+a8eD5YMnF5BDN4E9SyyAQn2BFUunATlAPzCpVb83GTJYJ2Y9BqGB8XTUjRyEH5kdgn1dlIg=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:59 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-bbb61fff-b2c0-4446-8b27-e54bb3a5c9d9', 'x-compute-request-id': 'req-bbb61fff-b2c0-4446-8b27-e54bb3a5c9d9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-123594596", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBgqf+P1482T3Wve2vgws1XsxpRyHwAiXgyz5RFHaBzVYN25uMA9DKzwKJ+a8eD5YMnF5BDN4E9SyyAQn2BFUunATlAPzCpVb83GTJYJ2Y9BqGB8XTUjRyEH5kdgn1dlIg==", "fingerprint": "a9:98:a8:57:31:4b:36:82:1e:31:67:85:b8:0e:07:c3", "user_id": "cf12220927284637a0bf0a062c316346"}}' 2025-07-31 10:24:59,117 98126 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-123594596 created 2025-07-31 10:24:59,347 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.229s 2025-07-31 10:24:59,348 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--265422913", "description": "tempest-description--1934356564"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-88389dcf-bdcb-4120-9bab-376b9d241568', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f74a78e9-79f1-490d-a608-4a970c941bae", "name": "tempest-securitygroup--265422913", "stateful": true, "tenant_id": "960389194ac4448f985229325e1df049", "description": "tempest-description--1934356564", "shared": false, "security_group_rules": [{"id": "3450497b-df50-4f78-b0b4-812ae63ba859", "project_id": "960389194ac4448f985229325e1df049", "tenant_id": "960389194ac4448f985229325e1df049", "security_group_id": "f74a78e9-79f1-490d-a608-4a970c941bae", "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": 623, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:24:59Z", "updated_at": "2025-07-31T10:24:59Z", "revision_number": 0}, {"id": "8c44c1ca-25a9-46c6-b4f2-58179df04baa", "project_id": "960389194ac4448f985229325e1df049", "tenant_id": "960389194ac4448f985229325e1df049", "security_group_id": "f74a78e9-79f1-490d-a608-4a970c941bae", "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": 622, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:24:59Z", "updated_at": "2025-07-31T10:24:59Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:24:59Z", "updated_at": "2025-07-31T10:24:59Z", "revision_number": 1, "project_id": "960389194ac4448f985229325e1df049"}}' 2025-07-31 10:24:59,554 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.205s 2025-07-31 10:24:59,554 98126 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": "f74a78e9-79f1-490d-a608-4a970c941bae", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8b4e0f50-695f-4e73-919e-46a127873948', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1f6f7afe-119c-4ad4-8009-14d45413867f", "project_id": "960389194ac4448f985229325e1df049", "tenant_id": "960389194ac4448f985229325e1df049", "security_group_id": "f74a78e9-79f1-490d-a608-4a970c941bae", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:24:59Z", "updated_at": "2025-07-31T10:24:59Z", "revision_number": 0}}' 2025-07-31 10:24:59,782 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.227s 2025-07-31 10:24:59,783 98126 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": "f74a78e9-79f1-490d-a608-4a970c941bae", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-e24c505b-b5b8-412c-93b6-ab90331871dd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "25cc08f2-9aa3-4f4e-b012-56a8c771bd77", "project_id": "960389194ac4448f985229325e1df049", "tenant_id": "960389194ac4448f985229325e1df049", "security_group_id": "f74a78e9-79f1-490d-a608-4a970c941bae", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:24:59Z", "updated_at": "2025-07-31T10:24:59Z", "revision_number": 0}}' 2025-07-31 10:24:59,783 98126 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--265422913 created 2025-07-31 10:25:00,483 98126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.700s 2025-07-31 10:25:00,484 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'appli cation/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-6d312a06-1f85-43c6-9209-1a18833274fc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "092a4231-4467-4d5d-977d-3e6827f58773", "tenant_id": "960389194ac4448f985229325e1df049", "floating_ip_address": "172.24.4.97", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "960389194ac4448f985229325e1df049", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:25:00Z", "updated_at": "2025-07-31T10:25:00Z", "revision_number": 0}}' 2025-07-31 10:25:00,484 98126 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '092a4231-4467-4d5d-977d-3e6827f58773', 'tenant_id': '960389194ac4448f985229325e1df049', 'floating_ip_address': '172.24.4.97', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '960389194ac4448f985229325e1df049', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:25:00Z', 'updated_at': '2025-07-31T10:25:00Z', 'revision_number': 0, 'ip': '172.24.4.97'} created 2025-07-31 10:25:00,577 98126 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.088s 2025-07-31 10:25:00,577 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2501', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d2359fe9-5983-4fb6-8a9a-202f2be9a8ab', '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": "cf12220927284637a0bf0a062c316346", "name": "tempest-AttachVolumeShelveTestJSON-1057983871-project-member", "password_expires_at": null}, "audit_ids": ["_xTKNzRESVmhj5KnGBRF8g"], "expires_at": "2025-07-31T11:25:00.000000Z", "issued_at": "2025-07-31T10:25:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "960389194ac4448f985229325e1df049", "name": "tempest-AttachVolumeShelveTestJSON-1057983871"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placeme nt", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/960389194ac4448f985229325e1df049", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:25:00,578 98126 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '75785157-2908-494d-8f2f-ec4967c5c73b', 'name': 'tempest-AttachVolumeShelveTestJSON-887162735-network', 'tenant_id': '960389194ac4448f985229325e1df049', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '960389194ac4448f985229325e1df049', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26052, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:21:48Z', 'updated_at': '2025-07-31T10:21:48Z', 'revision_number': 1} available for tenant 2025-07-31 10:25:00,578 98126 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-123594596', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBgqf+P1482T3Wve2vgws1XsxpRyHwAiXgyz5RFHaBzVYN25uMA9DKzwKJ+a8eD5YMnF5BDN4E9SyyAQn2BFUunATlAPzCpVb83GTJYJ2Y9BqGB8XTUjRyEH5kdgn1dlIg==', 'fingerprint': 'a9:98:a8:57:31:4b:36:82:1e:31:67:85:b8:0e:07:c3', 'user_id': 'cf12220927284637a0bf0a062c316346', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDhUwQrE/AxyTOPW9kwX3vsWF+X4GH030ysOT542wBKqlgIKukQp/+q\n2zPjjO3Cuj6gBwYFK4EEACKhZANiAAQYKn/j9ePNk91r3tr4MLNV7MaUch8AIl4M\ns+URR2gc1WDdubjAPQys8CifmvHg+WDJxeQQzeBPUssgEJ9gRVLpwE5QD8wqVW/N\nxkyWCdmPQahgfF01I0chB+ZHYJ9XZSI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f74a78e9-79f1-490d-a608-4a970c941bae', 'name': 'tempest-securitygroup--265422913', 'stateful': True, 'tenant_id': '960389194ac4448f985229325e1df049', 'description': 'tempest-description--1934356564', 'shared': False, 'security_group_rules': [{'id': '3450497b-df50-4f78-b0b4-812ae63ba859', 'project_id': '960389194ac4448f985229325e1df049', 'tenant_id': '960389194ac4448f985229325e1df049', 'security_group_id': 'f74a78e9-79f1-490d-a608-4a970c941bae', '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': 623, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:24:59Z', 'updated_at': '2025-07-31T10:24:59Z', 'revision_number': 0}, {'id': '8c44c1ca-25a9-46c6-b4f2-58179df04baa', 'project_id': '960389194ac4448f985229325e1df049', 'tenant_id': '960389194ac4448f985229325e1df049', 'security_group_id': 'f74a78e9-79f1-490d-a608-4a970c941bae', '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': 622, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025 -07-31T10:24:59Z', 'updated_at': '2025-07-31T10:24:59Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:24:59Z', 'updated_at': '2025-07-31T10:24:59Z', 'revision_number': 1, 'project_id': '960389194ac4448f985229325e1df049'}, 'floating_ip': {'id': '092a4231-4467-4d5d-977d-3e6827f58773', 'tenant_id': '960389194ac4448f985229325e1df049', 'floating_ip_address': '172.24.4.97', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '960389194ac4448f985229325e1df049', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:25:00Z', 'updated_at': '2025-07-31T10:25:00Z', 'revision_number': 0, 'ip': '172.24.4.97'}} 2025-07-31 10:25:01,204 98126 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.625s 2025-07-31 10:25:01,204 98126 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-1770745350", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "75785157-2908-494d-8f2f-ec4967c5c73b"}], "security_groups": [{"name": "tempest-securitygroup--265422913"}], "key_name": "tempest-keypair-123594596", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561', '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-9a1e1a21-7430-4a36-96b7-7cb9130f4ee0', 'x-compute-request-id': 'req-9a1e1a21-7430-4a36-96b7-7cb9130f4ee0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8d12c2da-574b-48ce-8b69-0ce33de8b561", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--265422913"}], "adminPass": "password"}}' 2025-07-31 10:25:01,282 98126 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/8d12c2da-574b-48ce-8b69-0ce33de8b561 0.075s 2025-07-31 10:25:01,282 98126 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': 'Thu, 31 Jul 2025 10:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1273', '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-68b3754b-6c41-4f69-a384-94bbc69644de', 'x-compute-request-id': 'req-68b3754b-6c41-4f69-a384-94bbc69644de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561'} Body: b'{"server": {"id": "8d12c2da-574b-48ce-8b69-0ce33de8b561", "name": "tempest-AttachVolumeShelveTestJSON-server-1770745350", "status": "BUILD", "tenant_id": "960389194ac4448f985229325e1df049", "user_id": "cf12220927284637a 0bf0a062c316346", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:01Z", "updated": "2025-07-31T10:25:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-123594596", "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}}' 2025-07-31 10:25:51,620 98126 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/8d12c2da-574b-48ce-8b69-0ce33de8b561 0.317s 2025-07-31 10:25:51,621 98126 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': 'Thu, 31 Jul 2025 10:25:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1583', '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-aac9cc36-140e-42b3-bc89-d0e9cb34fcf8', 'x-compute-request-id': 'req-aac9cc36-140e-42b3-bc89-d0e9cb34fcf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561'} Body: b'{"server": {"id": "8d12c2da-574b-48ce-8b69-0ce33de8b561", "name": "tempest-AttachVolumeShelveTestJSON-server-1770745350", "status": "ACTIVE", "tenant_id": "960389194ac4448f985229325e1df049", "user_id": "cf12220927284637a0bf0a062c316346", "metadata": {}, "hostId": "64a37127bde86e5734ea21d3ce1b9faadd81f1e623493377d296ee32", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:01Z", "updated": "2025-07-31T10:25:18Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-887162735-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:5c:0a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-123594596", "OS-SRV-USG:launched_at": "2025-07-31T10:25:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--265422913"}], "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}}' 2025-07-31 10:25:51,639 98126 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:26:51,851 98126 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/8d12c2da-574b-48ce-8b6 9-0ce33de8b561/os-interface 0.153s 2025-07-31 10:26:51,851 98126 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': 'Thu, 31 Jul 2025 10:26:51 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-89e923f2-fd7d-47e6-b9a0-5804bda4b1e5', 'x-compute-request-id': 'req-89e923f2-fd7d-47e6-b9a0-5804bda4b1e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "75785157-2908-494d-8f2f-ec4967c5c73b", "port_id": "5b73771c-cd6b-489c-97a8-ba7dcac483a0", "mac_addr": "fa:16:3e:fe:5c:0a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "0d347ec2-caab-4152-b98c-e89d39bbeed5", "ip_address": "10.0.0.9"}]}]}' 2025-07-31 10:26:52,639 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/092a4231-4467-4d5d-977d-3e6827f58773 0.784s 2025-07-31 10:26:52,639 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "5b73771c-cd6b-489c-97a8-ba7dcac483a0"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-6b2520f5-fbbc-4ba6-b0e7-e736734d2186', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/092a4231-4467-4d5d-977d-3e6827f58773'} Body: b'{"floatingip": {"id": "092a4231-4467-4d5d-977d-3e6827f58773", "tenant_id": "960389194ac4448f985229325e1df049", "floating_ip_address": "172.24.4.97", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "b783d813-4dc4-4308-9c47-f00a510ca9b4", "port_id": "5b73771c-cd6b-489c-97a8-ba7dcac483a0", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "75785157-2908-494d-8f2f-ec4967c5c73b", "mac_address": "fa:16:3e:fe:5c:0a", "admin_state_up": true, "status": "ACTIVE", "device_id": "8d12c2da-574b-48ce-8b69-0ce33de8b561", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:25:00Z", "updated_at": "2025-07-31T10:26:52Z", "revision_number": 1, "project_id": "960389194ac4448f985229325e1df049"}}' 2025-07-31 10:26:52,641 98126 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.97:22' as 'cirros' with public key authentication 2025-07-31 10:26:52,651 98126 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:26:52,756 98126 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:26:52,757 98126 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.97 successfully created 2025-07-31 10:26:52,889 98126 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/8d12c2da-574b-48ce-8b69-0ce33de8b561/ips 0.132s 2025-07-31 10:26:52,890 98126 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': 'Thu, 31 Jul 2025 10:26:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'comput e 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23fce829-5a52-46f9-9d62-2ca7ec588a91', 'x-compute-request-id': 'req-23fce829-5a52-46f9-9d62-2ca7ec588a91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-887162735-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2025-07-31 10:26:53,088 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/volumes 0.195s 2025-07-31 10:26:53,088 98126 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-705529120"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6749e366-3b2f-4cff-a8ee-1ff5392be8d6', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6749e366-3b2f-4cff-a8ee-1ff5392be8d6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f280746f-811e-43fa-9c5d-1a9915d91d01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:53.030871", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-705529120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01"}], "user_id": "cf12220927284637a0bf0a062c316346", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:26:53,145 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01 0.045s 2025-07-31 10:26:53,146 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-292131d5-78b8-46d6-b4db-8d72383edb55', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-292131d5-78b8-46d6-b4db-8d72383edb55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01'} Body: b'{"volume": {"id": "f280746f-811e-43fa-9c5d-1a9915d91d01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:53.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-705529120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01"}], "user_id": "cf12220927284637a0bf0a062c316346", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "960389194ac4448f985229325e1df049"}}' 2025-07-31 10:26:54,199 98 126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01 0.038s 2025-07-31 10:26:54,199 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b0865e5-9538-4fd6-abfa-2e11002fba97', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b0865e5-9538-4fd6-abfa-2e11002fba97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01'} Body: b'{"volume": {"id": "f280746f-811e-43fa-9c5d-1a9915d91d01", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:53.000000", "updated_at": "2025-07-31T10:26:53.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-705529120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f280746f-811e-43fa-9c5d-1a9915d91d01"}], "user_id": "cf12220927284637a0bf0a062c316346", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "960389194ac4448f985229325e1df049"}}' 2025-07-31 10:26:54,331 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561 0.116s 2025-07-31 10:26:54,332 98126 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': 'Thu, 31 Jul 2025 10:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fe01c72-0744-4fe6-a55a-17d02ba8a326', 'x-compute-request-id': 'req-6fe01c72-0744-4fe6-a55a-17d02ba8a326', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561'} Body: b'' 2025-07-31 10:26:54,511 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561 0.179s 2025-07-31 10:26:54,512 98126 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': 'Thu, 31 Jul 2025 10:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', '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-aca51a21-e990-43f1-974b-ed15bfb55981', 'x-compute-request-id': 'req-aca51a21-e990-43f1-974b-ed15bfb55981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561'} Body: b'{"server": {"id": "8d12c2da-574b-48ce-8b69-0ce33de8b561", "name": "tempest-AttachVolumeShelveTestJSON-server-1770745350", "status": "ACTIVE", "tenant_id": "960389194ac4448f985229325e1df049", "user_id ": "cf12220927284637a0bf0a062c316346", "metadata": {}, "hostId": "64a37127bde86e5734ea21d3ce1b9faadd81f1e623493377d296ee32", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:01Z", "updated": "2025-07-31T10:26:54Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-887162735-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:5c:0a"}, {"version": 4, "addr": "172.24.4.97", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:5c:0a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-123594596", "OS-SRV-USG:launched_at": "2025-07-31T10:25:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--265422913"}], "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}}' 2025-07-31 10:27:44,833 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561 0.257s 2025-07-31 10:27:44,834 98126 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': 'Thu, 31 Jul 2025 10:27:44 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-732574b3-69fb-4520-b649-cc93d6993512', 'x-compute-request-id': 'req-732574b3-69fb-4520-b649-cc93d6993512', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d12c2da-574b-48ce-8b69-0ce33de8b561'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8d12c2da-574b-48ce-8b69-0ce33de8b561 could not be found."}}' 2025-07-31 10:27:44,863 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-123594596 0.029s 2025-07-31 10:27:44,864 98126 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': 'Thu, 31 Jul 2025 10:27:44 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-4c4bf5f8-ebf8-48dc-a2e2-f200e8186234', 'x-compute-request-id': 'req-4c4bf5f8-ebf8-48dc-a2e2-f200e8186234', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-123594596'} Body: b'' 2025-07-31 10:27:45,044 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/f74a78e9-79f1-490d-a608-4a970c941bae 0.179s 2025-07-31 10:27:45,044 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'appl ication/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-d95fb001-3249-4fb1-b77e-b08790081802', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/f74a78e9-79f1-490d-a608-4a970c941bae'} Body: b'' 2025-07-31 10:27:45,063 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/f74a78e9-79f1-490d-a608-4a970c941bae 0.018s 2025-07-31 10:27:45,063 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-caac9086-da59-4b1f-88c2-bd429d4da930', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/f74a78e9-79f1-490d-a608-4a970c941bae'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f74a78e9-79f1-490d-a608-4a970c941bae does not exist", "detail": ""}}' 2025-07-31 10:27:45,440 98126 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/092a4231-4467-4d5d-977d-3e6827f58773 0.376s 2025-07-31 10:27:45,441 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-066bca84-d0f4-4491-ab71-820d5445a28a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/092a4231-4467-4d5d-977d-3e6827f58773'} 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b0f44cc8-bd78-42c6-b843-c38dea6effe1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:25:01,696 98124 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:25:01,696 98124 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:25:01,744 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.046s 2025-07-31 10:25:01,745 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1054297966", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKIiaEoWdKPSv0lq6/KZg5EYWKCieP65bSoaanX54yV5FpTaE7IarqU7jIwUNrkkqDOgosJ6VFGCUodVvWsb3vXs+8RIDr1CyGFjUgV9O31ybaoFOTTPhjwOISx9DzUbsw=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:01 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-d4dedfe1-5518-4146-8168-0e93cf247881', 'x-compute-request-id': 'req-d4dedfe1-5518-4146-8168-0e93cf247881', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1054297966", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKIiaEoWdKPSv0lq6/KZg5EYWKCieP65bSoaanX54yV5FpTaE7IarqU7jIwUNrkkqDOgosJ6VFGCUodVvWsb3vXs+8RIDr1CyGFjUgV9O31ybaoFOTTPhjwOISx9DzUbsw==", "fingerprint": "49:29:f0:d7:45:86:db:7c:62:1a:70:cb:6f:aa:ca:fe", "user_id": "b1556457914d488da14fca85207dc034"}}' 2025-07-31 10:25:01,747 98124 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1054297966 created 2025-07-31 10:25:01,988 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.240s 2025-07-31 10:25:01,989 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1082139469", "description": "tempest-description--1906149787"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-11307993-dc47-460e-8b3c-c3679dc17ec0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4e2b1d30-ebdf-432e-8c17-91268b28666d", "name": "tempest-securitygroup--1082139469", "stateful": true, "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "description": "tempest-description--1906149787", "shared": false, "security_group_rules": [{"id": "5ffdf91b-9dbd-4c39-a968-2956f660bad4", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "4e2b1d30-ebdf-432e-8c17-91268b28666d", "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": 630, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:25:01Z", "updated_at": "2025-07-31T10:25:01Z", "revision_number": 0}, {"id": "92e2e0fe-1122-4266-ab61-ee9047e3c24d", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "4e2b1d30-ebdf-432e-8c17-91268b28666d", "ethertype": "IPv4", "direction": "egress", "protocol": null, "p ort_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": 629, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:25:01Z", "updated_at": "2025-07-31T10:25:01Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:25:01Z", "updated_at": "2025-07-31T10:25:01Z", "revision_number": 1, "project_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:25:02,276 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.287s 2025-07-31 10:25:02,277 98124 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": "4e2b1d30-ebdf-432e-8c17-91268b28666d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8c46b2f5-659a-4f84-8dfd-134aa07418b9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b47d75d7-024d-4733-973d-61dbff6eb0d9", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "4e2b1d30-ebdf-432e-8c17-91268b28666d", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:02Z", "updated_at": "2025-07-31T10:25:02Z", "revision_number": 0}}' 2025-07-31 10:25:02,529 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.251s 2025-07-31 10:25:02,529 98124 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": "4e2b1d30-ebdf-432e-8c17-91268b28666d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-7a8b23ca-348d-416c-b5c5-5369dc4786e0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9ab99cba-9854-4081-9ec9-982316426ce5", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "4e2b1d30-ebdf-432e-8c17-91268b28666d", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:02Z", "updated_at": "2025-07-31T10:25:02Z", "revision_number": 0}}' 2025-07-31 10:25:02,529 98124 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1082139469 created 2025-07-31 10:25:03,402 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.872s 2025-07-31 10:25:03,402 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth -Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-07c37b93-04db-4ee9-847c-4691e0ca5f74', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "3cd7afcb-8364-458b-a69f-de066b474101", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "floating_ip_address": "172.24.4.205", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:25:02Z", "updated_at": "2025-07-31T10:25:02Z", "revision_number": 0}}' 2025-07-31 10:25:03,403 98124 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3cd7afcb-8364-458b-a69f-de066b474101', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'floating_ip_address': '172.24.4.205', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:25:02Z', 'updated_at': '2025-07-31T10:25:02Z', 'revision_number': 0, 'ip': '172.24.4.205'} created 2025-07-31 10:25:03,510 98124 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.099s 2025-07-31 10:25:03,510 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-593987f2-c3e7-4492-82b0-9ad1aba32bc3', '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": "b1556457914d488da14fca85207dc034", "name": "tempest-AttachVolumeNegativeTest-1263480940-project-member", "password_expires_at": null}, "audit_ids": ["UZAy_ajxSGy7n5HYnWus9Q"], "expires_at": "2025-07-31T11:25:03.000000Z", "issued_at": "2025-07-31T10:25:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a733e5c2a8243548182ba0afe2deb3f", "name": "tempest-AttachVolumeNegativeTest-1263480940"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97e cdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0a733e5c2a8243548182ba0afe2deb3f", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:25:03,511 98124 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'b878d227-3fc4-48e0-9505-283154a9f454', 'name': 'tempest-AttachVolumeNegativeTest-154168269-network', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 56236, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:21:51Z', 'updated_at': '2025-07-31T10:21:51Z', 'revision_number': 1} available for tenant 2025-07-31 10:25:03,511 98124 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1054297966', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKIiaEoWdKPSv0lq6/KZg5EYWKCieP65bSoaanX54yV5FpTaE7IarqU7jIwUNrkkqDOgosJ6VFGCUodVvWsb3vXs+8RIDr1CyGFjUgV9O31ybaoFOTTPhjwOISx9DzUbsw==', 'fingerprint': '49:29:f0:d7:45:86:db:7c:62:1a:70:cb:6f:aa:ca:fe', 'user_id': 'b1556457914d488da14fca85207dc034', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBHb3XpFSaPkki6wU4feECzp5jvLmVHVOYzsq32M4f8tFZxBPh5xSC6\nf5g+ZLJNb3egBwYFK4EEACKhZANiAASiImhKFnSj0r9JauvymYORGFigonj+uW0q\nGmp1+eMleRaU2hOyGq6lO4yMFDa5JKgzoKLCelRRglKHVb1rG9717PvESA69Qshh\nY1IFfTt9cm2qBTk0z4Y8DiEsfQ81G7M=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4e2b1d30-ebdf-432e-8c17-91268b28666d', 'name': 'tempest-securitygroup--1082139469', 'stateful': True, 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'description': 'tempest-description--1906149787', 'shared': False, 'security_group_rules': [{'id': '5ffdf91b-9dbd-4c39-a968-2956f660bad4', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'security_group_id': '4e2b1d30-ebdf-432e-8c17-91268b28666d', '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': 630, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:25:01Z', 'updated_at': '2025-07-31T10:25:01Z', 'revision_number': 0}, {'id': '92e2e0fe-1122-4266-ab61-ee9047e3c24d', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'security_group_id': '4e2b1d30-ebdf-432e-8c17-91268b28666d', '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': 629, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:25:01Z', 'updated_at': '2025-07-31T10:25:01Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:25:01Z', 'updated_at': '2025-07-31T10:25:01Z', 'revision_number': 1, 'project_id': '0a733e5c2a8243548182ba0afe2deb3f'}, 'floating_ip': {'id': '3cd7afcb-8364-458b-a69f-de066b474101', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'floating_ip_address': '172.24.4.205', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:25:02Z', 'updated_at': '2025-07-31T10:25:02Z', 'revision_number': 0, 'ip': '172.24.4.205'}} 2025-07-31 10:25:04,171 98124 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.659s 2025-07-31 10:25:04,172 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1721708607", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b878d227-3fc4-48e0-9505-283154a9f454"}], "security_groups": [{"name": "tempest-securitygroup--1082139469"}], "key_name": "tempest-keypair-1054297966", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06667efc-506e-4b22-b987-83f9dc895ef9', 'x-compute-request-id': 'req-06667efc-506e-4b22-b987-83f9dc895ef9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e3245197-4749-44bc-bfa6-eee26a00c1b3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1082139469"}], "adminPass": "password"}}' 2025-07-31 10:25:04,247 98124 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/e3245197-4749-44bc-bfa6-eee26a00c1b3 0.072s 2025-07-31 10:25:04,248 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:04 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-e4860cc3-7791-4cca-a3a7-7e6c31d0af63', 'x-compute-request-id': 'req-e4860cc3-7791-4cca-a3a7-7e6c31d0af63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3'} Body: b'{"server": {"id": "e3245197-4749-44bc-bfa6-eee26a00c1b3", "name": "tempest-AttachVolumeNegativeTest-server-1721708607", "status": "BUILD", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "user_id": "b1556457914d488da14fca85207dc034", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compu te/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:04Z", "updated": "2025-07-31T10:25:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1054297966", "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": []}}' 2025-07-31 10:25:54,519 98124 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/e3245197-4749-44bc-bfa6-eee26a00c1b3 0.208s 2025-07-31 10:25:54,519 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:54 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-38c76c0f-7269-47eb-a4d6-9b4a8ed49eab', 'x-compute-request-id': 'req-38c76c0f-7269-47eb-a4d6-9b4a8ed49eab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3'} Body: b'{"server": {"id": "e3245197-4749-44bc-bfa6-eee26a00c1b3", "name": "tempest-AttachVolumeNegativeTest-server-1721708607", "status": "ACTIVE", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "user_id": "b1556457914d488da14fca85207dc034", "metadata": {}, "hostId": "fd548f5cddc657548827c7133e55878cddb6c54011e486d5a39330b4", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:04Z", "updated": "2025-07-31T10:25:20Z", "addresses": {"tempest-AttachVolumeNegativeTest-154168269-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:3e:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1054297966", "OS-SRV-USG:launched_at": "2025-07-31T10:25:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1082139469"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:25:54,533 98124 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:26:54,789 98124 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/e3245197-4749-44bc-bfa6-eee26a00c1b3/os-interface 0.197s 2025-07-31 10:26:54,790 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:54 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-d1cad24e-f711-4cb0-b32b-48233c947a1e', 'x-compute-request-id': 'req-d1cad24e-f711-4cb0-b32b-48233c947a1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b878d227-3fc4-48e0-9505-283154a9f454", "port_id": "ab3f3189-63f0-482b-9cf7-00aa0a25dfe9", "mac_addr": "fa:16:3e:2a:3e:99", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "96f13a2c-6c1f-408d-91fa-97e7dee153c6", "ip_address": "10.0.0.10"}]}]}' 2025-07-31 10:26:55,923 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/3cd7afcb-8364-458b-a69f-de066b474101 1.129s 2025-07-31 10:26:55,924 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ab3f3189-63f0-482b-9cf7-00aa0a25dfe9"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-5deb4b14-34b7-40df-8855-09ec75f80682', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/3cd7afcb-8364-458b-a69f-de066b474101'} Body: b'{"floatingip": {"id": "3cd7afcb-8364-458b-a69f-de066b474101", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "floating_ip_address": "172.24.4.205", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "c463c21c-0330-4bbb-a26e-872cc367db7f", "port_id": "ab3f3189-63f0-482b-9cf7-00aa0a25dfe9", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b878d227-3fc4-48e0-9505-283154a9f454", "mac_address": "fa:16:3e:2a:3e:99", "admin_state_up": true, "status": "ACTIVE", "device_id": "e3245197-4749-44bc-bfa6-eee26a00c1b3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:25:02Z", "updated_at": "2025-07-31T10:26:55Z", "revision_number": 1, "project_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:26:55,925 98124 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.205:22' as 'cirros' with public key authentication 2025-07-31 10:26:55,948 98124 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:26:56,050 98124 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:26:56,051 98124 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.205 successfully created 2025-07-31 10:26:56,109 98124 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/e3245197-4749-44bc-bfa6-eee26a00c1b3/ips 0.056s 2025-07-31 10:26:56,109 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:56 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-3ce507fb-959e-42b3-bf3f-7bf7906d6974', 'x-compute-request-id': 'req-3ce507fb-959e-42b3-bf3f-7bf7906d6974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a 00c1b3/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-154168269-network": [{"version": 4, "addr": "10.0.0.10"}]}}' 2025-07-31 10:26:56,369 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/volumes 0.256s 2025-07-31 10:26:56,370 98124 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-1750519900"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a5416b6-7381-44a8-8915-8cc301747daa', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a5416b6-7381-44a8-8915-8cc301747daa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b0f44cc8-bd78-42c6-b843-c38dea6effe1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:56.291506", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1750519900", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1"}], "user_id": "b1556457914d488da14fca85207dc034", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:26:56,423 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1 0.041s 2025-07-31 10:26:56,423 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e91668e9-43c5-4137-92ab-78d61dc92f5a', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e91668e9-43c5-4137-92ab-78d61dc92f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1'} Body: b'{"volume": {"id": "b0f44cc8-bd78-42c6-b843-c38dea6effe1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:56.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1750519900", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1"}], "user_id": "b1556457914d488da14fca85207dc034", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:26:57,475 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1 0.037s 2025-07-31 10:26:57,476 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-742e1a19-d9e4-4feb-a537-b5c0c990b5a0', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-742e1a19-d9e4-4feb-a537-b5c0c990b5a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1'} Body: b'{"volume": {"id": "b0f44cc8-bd78-42c6-b843-c38dea6effe1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:56.000000", "updated_at": "2025-07-31T10:26:56.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1750519900", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b0f44cc8-bd78-42c6-b843-c38dea6effe1"}], "user_id": "b1556457914d488da14fca85207dc034", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:26:57,608 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3 0.118s 2025-07-31 10:26:57,609 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26: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-98c34953-5493-4919-8bfb-a2b56291ed6d', 'x-compute-request-id': 'req-98c34953-5493-4919-8bfb-a2b56291ed6d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3'} Body: b'' 2025-07-31 10:26:57,851 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3 0.242s 2025-07-31 10:26:57,852 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:57 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-f53f4826-9f99-4932-aee7-e322565b25ff', 'x-compute-request-id': 'req-f53f4826-9f99-4932-aee7-e322565b25ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3'} Body: b'{"server": {"id": "e3245197-4749-44bc-bfa6-eee26a00c1b3", "name": "tempest-AttachVolumeNegativeTest-server-1721708607", "status": "ACTIVE", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "user_id": "b1556457914d488da14fca85207dc034", "metadata": {}, "hostId": "fd548f5cddc657548827c7133e55878cddb6c54011e486d5a39330b4", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:04Z", "updated": "2025-07-31T10:26:58Z", "addresses": {"temp est-AttachVolumeNegativeTest-154168269-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:3e:99"}, {"version": 4, "addr": "172.24.4.205", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:3e:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1054297966", "OS-SRV-USG:launched_at": "2025-07-31T10:25:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1082139469"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:27:48,053 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3 0.139s 2025-07-31 10:27:48,053 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:47 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-5c5313e9-f4f2-4a4b-9798-4a729d046272', 'x-compute-request-id': 'req-5c5313e9-f4f2-4a4b-9798-4a729d046272', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3245197-4749-44bc-bfa6-eee26a00c1b3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e3245197-4749-44bc-bfa6-eee26a00c1b3 could not be found."}}' 2025-07-31 10:27:48,080 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1054297966 0.025s 2025-07-31 10:27:48,080 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:48 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-353a5b70-c88a-43bf-bb0b-8543f534d616', 'x-compute-request-id': 'req-353a5b70-c88a-43bf-bb0b-8543f534d616', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1054297966'} Body: b'' 2025-07-31 10:27:48,280 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/4e2b1d30-ebdf-432e-8c17-91268b28666d 0.199s 2025-07-31 10:27:48,281 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-97bf4538-872f-4cbc-8bd4-c0d4c03daee0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/4e2b1d30-ebdf-432e-8c17-91268b28666d'} Body: b'' 2025-07-31 10:27:48,296 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/4e2b 1d30-ebdf-432e-8c17-91268b28666d 0.015s 2025-07-31 10:27:48,297 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-5696dac7-7a64-46d4-86e7-359321cf4e30', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/4e2b1d30-ebdf-432e-8c17-91268b28666d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4e2b1d30-ebdf-432e-8c17-91268b28666d does not exist", "detail": ""}}' 2025-07-31 10:27:48,839 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/3cd7afcb-8364-458b-a69f-de066b474101 0.541s 2025-07-31 10:27:48,839 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-c4ba896d-6a54-42f1-9e40-0385ffa0bb1e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/3cd7afcb-8364-458b-a69f-de066b474101'} Body: b'' 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 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 537, in test_create_server_from_non_bootable_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 55a19276-bd8c-442b-8475-c0f5207e550a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:25:58,471 98114 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded 0.226s 2025-07-31 10:25:58,471 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:58 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-77a945bc-8714-4665-8e33-0e44ff6d33e5', 'x-compute-request-id': 'req-77a945bc-8714-4665-8e33-0e44ff6d33e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded'} Body: b'{"server": {"id": "fd8189cc-1e16-4ac7-a833-0de2bfcb3ded", "name": "tempest-ServersNegativeTestJSON-server-682152700", "status": "ACTIVE", "tenant_id": "ffb1cb802d8b475ea0fd2e62a3151f2d", "user_id": "83362865b7ab412eb5178ce64f733cd8", "metadata": {}, "hostId": "c7f795c3ff712e859a581e00825a2233df7b456256c98cfc69915e04", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:20Z", "updated": "2025-07-31T10:21:57Z", "addresses": {"tempest-ServersNegativeTestJSON-515462596-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:db:06"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:21:56.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": []}}' 2025-07-31 10:26:58,756 98114 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.215s 2025-07-31 10:26:58,756 98114 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-1706763499"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66b97f55-36bf-456e-a19c-1c5af3060c23', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66b97f55-36bf-456e-a19c-1c5af3060c23', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "55a19276-bd8c-442b-8475-c0f5207e550a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:58.683423", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1706763499", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/55a19276-bd8c-442b-8475-c0f5207e550a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/55a19276-bd8c-442b-8475-c0f5207e550a"}], "user_id": "83362865b7ab412eb5178ce64f733c d8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:26:58,815 98114 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/55a19276-bd8c-442b-8475-c0f5207e550a 0.047s 2025-07-31 10:26:58,816 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9846ba6-c9b2-4578-8e97-17b686858819', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9846ba6-c9b2-4578-8e97-17b686858819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/55a19276-bd8c-442b-8475-c0f5207e550a'} Body: b'{"volume": {"id": "55a19276-bd8c-442b-8475-c0f5207e550a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:59.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1706763499", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/55a19276-bd8c-442b-8475-c0f5207e550a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/55a19276-bd8c-442b-8475-c0f5207e550a"}], "user_id": "83362865b7ab412eb5178ce64f733cd8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb1cb802d8b475ea0fd2e62a3151f2d"}}' 2025-07-31 10:26:59,867 98114 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/55a19276-bd8c-442b-8475-c0f5207e550a 0.036s 2025-07-31 10:26:59,868 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f46fdcbe-a74d-4fe7-b825-48dc1152fe2f', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f46fdcbe-a74d-4fe7-b825-48dc1152fe2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/55a19276-bd8c-442b-8475-c0f5207e550a'} Body: b'{"volume": {"id": "55a19276-bd8c-442b-8475-c0f5207e550a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:26:59.000000", "updated_at": "2025-07-31T10:26:59.000000", "name": "tempest-ServersNegativeTestJSON-volume-1706763499", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/55a19276-bd8c-442b-8475-c0f5207e550a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/55a19276-bd8c-442b-8475-c0f5207e550a"}], "user_id": "83362865b7ab412eb5178ce64f733cd8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb1cb802d8b475ea0fd2e62a3151f2d"}}' 2025-07-31 10:27:00,110 98114 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded 0.227s 2025-07-31 10:27:00,110 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acc ept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:59 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-b03171a2-783e-4743-9400-f30e4c2e0947', 'x-compute-request-id': 'req-b03171a2-783e-4743-9400-f30e4c2e0947', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded'} Body: b'{"server": {"id": "fd8189cc-1e16-4ac7-a833-0de2bfcb3ded", "name": "tempest-ServersNegativeTestJSON-server-682152700", "status": "ACTIVE", "tenant_id": "ffb1cb802d8b475ea0fd2e62a3151f2d", "user_id": "83362865b7ab412eb5178ce64f733cd8", "metadata": {}, "hostId": "c7f795c3ff712e859a581e00825a2233df7b456256c98cfc69915e04", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:20Z", "updated": "2025-07-31T10:21:57Z", "addresses": {"tempest-ServersNegativeTestJSON-515462596-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:db:06"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:21:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2ff8b452-8e51-467e-acca-6715417093fa failed to build and is in ERROR status 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 36, in test_volume_extend volume = self.create_volume(imageRef=self.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6c987ad0-36c9-47c3-ac5e-f11c619c8dcc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:02,273 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.172s 2025-07-31 10:28:02,274 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f9725e0c-09b9-47f5-b5f0-e934310bc9f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:02,609 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/volumes 0.334s 2025-07-31 10:28:02,609 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1916129831"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b0fa55b-23d6-42eb-86f3-4310080178e2', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b0fa55b-23d6-42eb-86f3-4310080178e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6c987ad0-36c9-47c3-ac5e-f11c619c8dcc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:02.547152", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1916129831", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc"}], "user_id": "c9560b0cb3a74a53b334a70bc8e08a9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:28:02,662 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc 0.040s 2025-07-31 10:28:02,662 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req -8f7f93a2-abf8-4373-97c3-203fbd683338', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f7f93a2-abf8-4373-97c3-203fbd683338', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc'} Body: b'{"volume": {"id": "6c987ad0-36c9-47c3-ac5e-f11c619c8dcc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:03.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1916129831", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc"}], "user_id": "c9560b0cb3a74a53b334a70bc8e08a9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "295a96d62a5341f9b49bf729b1627217"}}' 2025-07-31 10:28:03,716 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc 0.038s 2025-07-31 10:28:03,716 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6d2e68a-aec1-44d9-8ee4-21cb2e0277df', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6d2e68a-aec1-44d9-8ee4-21cb2e0277df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc'} Body: b'{"volume": {"id": "6c987ad0-36c9-47c3-ac5e-f11c619c8dcc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:03.000000", "updated_at": "2025-07-31T10:28:03.000000", "name": "tempest-VolumesExtendTest-Volume-1916129831", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc"}], "user_id": "c9560b0cb3a74a53b334a70bc8e08a9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "295a96d62a5341f9b49bf729b1627217"}}' 2025-07-31 10:28:03,774 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc 0.043s 2025-07-31 10:28:03,775 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac1816a5-6abb-47a2-a2ce-6755d83238ff', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac1816a5-6abb-47a2-a2ce-6755d83238ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc'} Body: b'{"volume": {"id": "6c987ad0-36c9-47c3-ac5e-f11c619c8dcc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:03.000000", "updated_at": "2025-07-31T10:28:03.000000", "name": "tempest-VolumesExtendTest-Volume-1916129831", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc"}], "user_id": "c9560b0cb3a74a53b334a70bc8e08a9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "295a96d62a5341f9b49bf729b1627217"}}' 2025-07-31 10:28:03,886 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc 0.097s 2025-07-31 10:28:03,886 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-1f7baf64-6cf0-4139-94db-7ac7c5400b03', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc'} Body: b'' 2025-07-31 10:28:03,909 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc 0.022s 2025-07-31 10:28:03,909 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-2aa3c7d4-adf7-43c6-a3ab-c3677f9d34fd', 'x-openstack-request-id': 'req-2aa3c7d4-adf7-43c6-a3ab-c3677f9d34fd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6c987ad0-36c9-47c3-ac5e-f11c619c8dcc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6c987ad0-36c9-47c3-ac5e-f11c619c8dcc 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 53, in test_volume_extend_when_volume_has_snapshot volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 23af332d-c913-4566-a7c9-43c1949b24c0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:04,127 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/volumes 0.215s 2025-07-31 10:28:04,128 98126 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-1250573797"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31974970-1250-4232-9cfe-ad257217a763', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31974970-1250-4232-9cfe-ad257217a763', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "23af332d-c913-4566-a7c9-43c1949b24c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:04.066008", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1250573797", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/23af332d-c913-4566-a7c9-43c1949b24c0"}], "user_id": "c9560b0cb3a74a53b334a70bc8e08a9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:28:04,216 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0 0.076s 2025-07-31 10:28:04,216 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-141a8605-f23d-4330-91ca-8baf8c3fbd6f', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-141a8605-f23d-4330-91ca-8baf8c3fbd6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0'} Body: b'{"volume": {"id": "23af332d-c913-4566-a7c9-43c1949b24c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:04.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1250573797", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/23af332d-c913-4566-a7c9-43c1949b24c0"}], "user_id": "c9560b0cb3a74a53b334a70bc8e08a9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "295a96d62a5341f9b49bf729b1627217"}}' 2025-07-31 10:28:05,282 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0 0.050s 2025-07-31 10:28:05,282 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-i d': 'req-806dc630-01da-4863-b7a0-c5680dd35b38', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-806dc630-01da-4863-b7a0-c5680dd35b38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0'} Body: b'{"volume": {"id": "23af332d-c913-4566-a7c9-43c1949b24c0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:04.000000", "updated_at": "2025-07-31T10:28:04.000000", "name": "tempest-VolumesExtendTest-Volume-1250573797", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/23af332d-c913-4566-a7c9-43c1949b24c0"}], "user_id": "c9560b0cb3a74a53b334a70bc8e08a9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "295a96d62a5341f9b49bf729b1627217"}}' 2025-07-31 10:28:05,337 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0 0.040s 2025-07-31 10:28:05,337 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-538f9e88-7fcd-4225-8e4d-ebafc9f4409a', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-538f9e88-7fcd-4225-8e4d-ebafc9f4409a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0'} Body: b'{"volume": {"id": "23af332d-c913-4566-a7c9-43c1949b24c0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:04.000000", "updated_at": "2025-07-31T10:28:04.000000", "name": "tempest-VolumesExtendTest-Volume-1250573797", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/23af332d-c913-4566-a7c9-43c1949b24c0"}], "user_id": "c9560b0cb3a74a53b334a70bc8e08a9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "295a96d62a5341f9b49bf729b1627217"}}' 2025-07-31 10:28:05,470 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0 0.119s 2025-07-31 10:28:05,470 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-90a0b0c0-0840-44a9-a187-af48ebc96afe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0'} Body: b'' 2025-07-31 10:28:05,494 98126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0 0.023s 2025-07-31 10:28:05,495 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-83b3c224-0128-47d0-9156-4933f2abc461', 'x-openstack-request-id': 'req-83b3c224-0128-47d0-9156-4933f2abc461', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/23af332d-c913-4566-a7c9-43c1949b24c0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 23af332d-c913-4566-a7c9-43c1949b24c0 could not be found."}}' tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 117, 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 40, in _volume_create_get_update_delete volume = self.create_volume(wait_until='available', **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 69e7aab7-7a14-49a3-a3d4-fe1b90d00a40 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:07,767 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/volumes 0.353s 2025-07-31 10:28:07,768 98126 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-742189122", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-761c2b30-2618-45ef-805f-bb1e64296eb9', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-761c2b30-2618-45ef-805f-bb1e64296eb9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "69e7aab7-7a14-49a3-a3d4-fe1b90d00a40", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:07.701204", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-742189122", "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/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:28:07,823 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40 0.043s 2025-07-31 10:28:07,823 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5da6c42-5ac4-4f5d-bf85-1e3a9b1f3b0e', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5da6c42-5ac4-4f5d-bf85-1e3a9b1f3b0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40'} Body: b'{"volume": {"id": "69e7aab7-7a14-49a3-a3d4-fe1b90d00a40", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:08.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-742189122", "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/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22ebd53994c841e794012dfeb69e4bfb"}}' 2025-07-31 10:28:08,881 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40 0.043s 2025-07-31 10:28:08,882 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-c ompute-request-id': 'req-4f731a31-adc0-4106-9a13-defff2881ef4', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f731a31-adc0-4106-9a13-defff2881ef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40'} Body: b'{"volume": {"id": "69e7aab7-7a14-49a3-a3d4-fe1b90d00a40", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:08.000000", "updated_at": "2025-07-31T10:28:08.000000", "name": "tempest-VolumesGetTest-Volume-742189122", "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/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22ebd53994c841e794012dfeb69e4bfb"}}' 2025-07-31 10:28:08,937 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40 0.040s 2025-07-31 10:28:08,937 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9d927b0-99b9-4cb2-879f-3635bdf0a4f4', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9d927b0-99b9-4cb2-879f-3635bdf0a4f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40'} Body: b'{"volume": {"id": "69e7aab7-7a14-49a3-a3d4-fe1b90d00a40", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:08.000000", "updated_at": "2025-07-31T10:28:08.000000", "name": "tempest-VolumesGetTest-Volume-742189122", "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/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22ebd53994c841e794012dfeb69e4bfb"}}' 2025-07-31 10:28:09,062 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40 0.111s 2025-07-31 10:28:09,062 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:08 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-953ec21c-246d-4a5b-a714-f05b8266f585', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40'} Body: b'' 2025-07-31 10:28:09,084 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40 0.022s 2025-07- 31 10:28:09,085 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-13e961a8-cd6f-4dc1-bb7d-be292a6ca393', 'x-openstack-request-id': 'req-13e961a8-cd6f-4dc1-bb7d-be292a6ca393', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69e7aab7-7a14-49a3-a3d4-fe1b90d00a40'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 69e7aab7-7a14-49a3-a3d4-fe1b90d00a40 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 135, in test_volume_create_get_update_delete_as_clone origin = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ad5801ea-7538-4485-a5d6-682f978e5006 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:09,352 98126 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/volumes 0.265s 2025-07-31 10:28:09,353 98126 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-1442779187"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d154fdd-d49a-4acb-b74c-b479ef5f4451', 'content-length': '746', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d154fdd-d49a-4acb-b74c-b479ef5f4451', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ad5801ea-7538-4485-a5d6-682f978e5006", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:09.217153", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1442779187", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad5801ea-7538-4485-a5d6-682f978e5006"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:28:09,406 98126 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/volumes/ad5801ea-7538-4485-a5d6-682f978e5006 0.041s 2025-07-31 10:28:09,406 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e37df657-1fb3-444b-aab1-fc3d03bf590f', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e37df657-1fb3-444b-aab1-fc3d03bf590f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006'} Body: b'{"volume": {"id": "ad5801ea-7538-4485-a5d6-682f978e5006", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:09.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1442779187", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad5801ea-7538-4485-a5d6-682f978e5006"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22ebd53994c841e794012dfeb69e4bfb"}}' 2025-07-31 10:28:10,461 98126 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/volumes/ad5801ea-7538-4485-a5d6-682f978e5006 0.041s 2025-07-31 10:28:10,461 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75f c733a-c686-4e54-ad0f-be458079abfc', 'content-length': '835', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75fc733a-c686-4e54-ad0f-be458079abfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006'} Body: b'{"volume": {"id": "ad5801ea-7538-4485-a5d6-682f978e5006", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:09.000000", "updated_at": "2025-07-31T10:28:09.000000", "name": "tempest-VolumesGetTest-Volume-1442779187", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad5801ea-7538-4485-a5d6-682f978e5006"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22ebd53994c841e794012dfeb69e4bfb"}}' 2025-07-31 10:28:10,516 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006 0.040s 2025-07-31 10:28:10,516 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b60cedd6-9c60-47ff-a784-f078e9408c3e', 'content-length': '835', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b60cedd6-9c60-47ff-a784-f078e9408c3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006'} Body: b'{"volume": {"id": "ad5801ea-7538-4485-a5d6-682f978e5006", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:09.000000", "updated_at": "2025-07-31T10:28:09.000000", "name": "tempest-VolumesGetTest-Volume-1442779187", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad5801ea-7538-4485-a5d6-682f978e5006"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22ebd53994c841e794012dfeb69e4bfb"}}' 2025-07-31 10:28:10,624 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006 0.094s 2025-07-31 10:28:10,624 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-96467f71-0ef4-4f38-b3ce-b3e82bda4bf0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006'} Body: b'' 2025-07-31 10:28:10,651 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006 0.027s 2025-07-31 10:28:10,652 98126 DEBUG [tempest.lib.common.res t_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-ace01e39-f75b-4d6a-9438-f88a2c9a526e', 'x-openstack-request-id': 'req-ace01e39-f75b-4d6a-9438-f88a2c9a526e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad5801ea-7538-4485-a5d6-682f978e5006'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ad5801ea-7538-4485-a5d6-682f978e5006 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 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 127, 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 40, in _volume_create_get_update_delete volume = self.create_volume(wait_until='available', **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a6a81471-6659-4dca-b042-0c2dfe7105d1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:10,678 98126 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/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.023s 2025-07-31 10:28:10,678 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d4a64935-1b4f-4bc3-a2ef-118d6b36a392', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:10,699 98126 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/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.020s 2025-07-31 10:28:10,699 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-09e46793-7573-4e51-b3e7-1fcd41f165a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:11,291 98126 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/volumes 0.591s 2025-07-31 10:28:11,291 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1, "name": "tempest-Volumes GetTest-Volume-633972524", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-370e0a1b-266d-49ee-b8b5-3afa91776f52', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-370e0a1b-266d-49ee-b8b5-3afa91776f52', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a6a81471-6659-4dca-b042-0c2dfe7105d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:11.075707", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-633972524", "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/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:28:11,342 98126 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/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1 0.038s 2025-07-31 10:28:11,342 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75cca6d4-3f4d-41a3-9047-9dbbb6b51050', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75cca6d4-3f4d-41a3-9047-9dbbb6b51050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1'} Body: b'{"volume": {"id": "a6a81471-6659-4dca-b042-0c2dfe7105d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:11.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-633972524", "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/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22ebd53994c841e794012dfeb69e4bfb"}}' 2025-07-31 10:28:12,409 98126 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/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1 0.052s 2025-07-31 10:28:12,409 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63bf61ea-50b9-4bc8-b6b3-364839eb50c5', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63bf61ea-50b9-4bc8-b6b3-364839eb50c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1'} Body: b'{"volume": {"id": "a6a81471-66 59-4dca-b042-0c2dfe7105d1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:11.000000", "updated_at": "2025-07-31T10:28:11.000000", "name": "tempest-VolumesGetTest-Volume-633972524", "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/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22ebd53994c841e794012dfeb69e4bfb"}}' 2025-07-31 10:28:12,486 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1 0.062s 2025-07-31 10:28:12,486 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-536cab3e-3d17-4008-a97c-0001813a2370', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-536cab3e-3d17-4008-a97c-0001813a2370', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1'} Body: b'{"volume": {"id": "a6a81471-6659-4dca-b042-0c2dfe7105d1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:11.000000", "updated_at": "2025-07-31T10:28:11.000000", "name": "tempest-VolumesGetTest-Volume-633972524", "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/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1"}], "user_id": "2d8e55c20fb44718ad08c0a1c930d8aa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22ebd53994c841e794012dfeb69e4bfb"}}' 2025-07-31 10:28:12,604 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1 0.104s 2025-07-31 10:28:12,604 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:12 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-f18d423f-b681-4b64-9182-a7f279881a10', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1'} Body: b'' 2025-07-31 10:28:12,627 98126 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1 0.022s 2025-07-31 10:28:12,628 98126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-b785a86c-6e87-45e6-8c75-f447d5a688e8', 'x-openstack-request-id': 'req-b785a86c-6e87-45e6-8c75-f447d5a688e8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6a81471-6659-4dca-b042-0c2dfe7105d1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a6a81471-6659-4dca-b042-0c2dfe7105d1 could not be found."}}' tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/image/v2/test_images_dependency.py", line 128, in test_image_volume_server_snapshot_dependency base_image_id, snapshot_image_id = self._create_instance_snapshot( File "/opt/stack/tempest/tempest/api/image/v2/test_images_dependency.py", line 77, in _create_instance_snapshot instance = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 267, 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 263, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 018c8937-5f99-4277-90bc-d48a374d5672 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:11,617 98112 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 201 POST http://10.0.0.210/image/v2/images 0.799s 2025-07-31 10:28:11,617 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-image-dependency-test-1259827437", "container_format": "bare", "disk_format": "raw", "visibility": "private"} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '648', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/a3ad724a-f045-450b-9214-d10c348b802c', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-60da8963-1b73-4ae0-9580-66e8d531e4d2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-image-dependency-test-1259827437", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "28f3de83497a4f829fb45282d3d67752", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a3ad724a-f045-450b-9214-d10c348b802c", "created_at": "2025-07-31T10:28:12Z", "updated_at": "2025-07-31T10:28:12Z", "tags": [], "self": "/v2/images/a3ad724a-f045-450b-9214-d10c348b802c", "file": "/v2/images/a3ad724a-f045-450b-9214-d10c348b802c/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:12,892 98112 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 204 PUT http://10.0.0.210/image/v2/images/a3ad724a-f045-450b-9214-d10c348b802c/file 1.271s 2025-07-31 10:28:12,892 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-7898e85d-8c30-4711-9eac-54699a05a6a9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/a3ad724a-f045-450b-9214-d10c348b802c/file'} Body: b'' 2025-07-31 10:28:12,915 98112 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/image/v2/images/a3ad724a-f045-450b-9214-d10c348b802c 0.022s 2025-07-31 10:28:12,915 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '808', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d1bfe1ee-e748-4248-aaa4-e92121670126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a3ad724a-f045-450b-9214-d10c348b802c'} Body: b'{"name": "tempest-image-dependency-test-1259827437", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "401a4415c752f2200df0665a13ba1af5", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "28f3de83497a4f829fb45282d3d67752", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "aeea83f97aff438d9d3ba84217a581d8291cd1f1c7d4bb7f13a5663c9f9c25ce913dc6fae2510deffe889455debf51b35e26336c0a41be848cd98f659b873f84", "id": "a3ad724a-f045-450b-9214-d10c348b802c", "created_at": "2025-07-31T10:28:12Z", "updated_at": "2025-07-31T10:28:13Z", "tags": [], "self": "/v2/images/a3ad724a-f045-450b-9214-d10c348b802c", "file": "/v2/images/a3ad724a-f045-450 b-9214-d10c348b802c/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:13,020 98112 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.099s 2025-07-31 10:28:13,020 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2489', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-83dd4753-3dbe-451c-97ae-bf11a59fbd48', '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": "60701c37bc3c4ecf9366a9fb38d565ee", "name": "tempest-ImageDependencyTests-1112642166-project-member", "password_expires_at": null}, "audit_ids": ["WpqKdVhwRrq02N_ge4EgfA"], "expires_at": "2025-07-31T11:28:12.000000Z", "issued_at": "2025-07-31T10:28:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "28f3de83497a4f829fb45282d3d67752", "name": "tempest-ImageDependencyTests-1112642166"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/28f3de83497a4f829fb45282d3d67752", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:28:13,021 98112 INFO [tempest.lib.common.fixed_network] (ImageDependencyTests:test_image_volume_server_snapshot_dependency) Found network None available for tenant 2025-07-31 10:28:13,439 98112 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 202 POST http://10.0.0.210/volume/v3/volumes 0.417s 2025-07-31 10:28:13,440 98112 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-1711487318", "imageRef": "a3ad724a-f045-450b-9214-d10c348b802c", "size": 1}} Response - Headers: {' date': 'Thu, 31 Jul 2025 10:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5d2fda3-680f-47e9-8d9a-72d77920297b', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5d2fda3-680f-47e9-8d9a-72d77920297b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "018c8937-5f99-4277-90bc-d48a374d5672", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:13.362037", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1711487318", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/018c8937-5f99-4277-90bc-d48a374d5672"}], "user_id": "60701c37bc3c4ecf9366a9fb38d565ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:28:13,535 98112 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672 0.081s 2025-07-31 10:28:13,535 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35d60e10-d4af-4287-bd12-ce357421316d', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35d60e10-d4af-4287-bd12-ce357421316d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672'} Body: b'{"volume": {"id": "018c8937-5f99-4277-90bc-d48a374d5672", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:13.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1711487318", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/018c8937-5f99-4277-90bc-d48a374d5672"}], "user_id": "60701c37bc3c4ecf9366a9fb38d565ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "28f3de83497a4f829fb45282d3d67752"}}' 2025-07-31 10:28:14,597 98112 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672 0.048s 2025-07-31 10:28:14,598 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7144421c-0122-477c-a837-a02fba1f7695', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7144421c-0122-477c-a837-a02fba1f7695', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672'} Body: b'{"volume": {"id": "018c8937-5f99-4277-90bc-d48a374d5672", "status": "error", "size": 1, "availability_zone": "nova", " created_at": "2025-07-31T10:28:13.000000", "updated_at": "2025-07-31T10:28:14.000000", "name": "tempest-tempest.common.compute-volume-1711487318", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/018c8937-5f99-4277-90bc-d48a374d5672"}], "user_id": "60701c37bc3c4ecf9366a9fb38d565ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "28f3de83497a4f829fb45282d3d67752"}}' 2025-07-31 10:28:14,772 98112 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 202 DELETE http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672 0.161s 2025-07-31 10:28:14,772 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-8e9c6b15-cbbf-4138-95c6-a389d15897d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672'} Body: b'' 2025-07-31 10:28:14,798 98112 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 404 GET http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672 0.025s 2025-07-31 10:28:14,798 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-1828137f-412e-485f-a23f-61429f0d9324', 'x-openstack-request-id': 'req-1828137f-412e-485f-a23f-61429f0d9324', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/018c8937-5f99-4277-90bc-d48a374d5672'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 018c8937-5f99-4277-90bc-d48a374d5672 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 227, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 6ea4551e-5793-470a-899e-d3a5495725c0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:21,492 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/types 0.175s 2025-07-31 10:28:21,493 98112 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-182041528"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c27055af-fc36-400f-bad2-e149be8dea33', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c27055af-fc36-400f-bad2-e149be8dea33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "cac7d80a-9687-4309-885d-c0b390b1167b", "name": "tempest-GroupsV320Test-volume-type-182041528", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:28:21,522 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/group_types 0.026s 2025-07-31 10:28:21,522 98112 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-1219441711"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32927953-d6c1-4e99-a3a6-d374e60d2461', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32927953-d6c1-4e99-a3a6-d374e60d2461', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "e5278c19-f29e-4a5e-9985-bcc0fe917336", "name": "tempest-GroupsV320Test-group-type-1219441711", "description": null, "is_public": true, "group_specs": {}}}' 2025-07-31 10:28:21,762 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/groups 0.237s 2025-07-31 10:28:21,763 98112 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": "e5278c19-f29e-4a5e-9985-bcc0fe917336", "volume_types": ["cac7d80a-9687-4309-885d-c0b390b1167b"], "name": "tempest-GroupsV320Test-Group-1758163433"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-120da55f-5a03-49d4-887f-9caf09d5d1ff', 'content-length': '108', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-120da55f-5a03-49d4-887f-9caf09d5d1ff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "6ea4551e-5793-470a-899e-d3a5495725c0", "name": "tempest-GroupsV320Test-Group-1758163433"}}' 2025-07-31 10:28:21,797 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/6ea4551e-5793-470a-899e-d3a5495725c0 0.031s 2025-07-31 10:28:21,797 98112 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': 'Thu, 31 Jul 2025 10:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json' , 'x-compute-request-id': 'req-a119f42d-7a13-46fb-be00-b07bc825b290', 'content-length': '388', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a119f42d-7a13-46fb-be00-b07bc825b290', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/6ea4551e-5793-470a-899e-d3a5495725c0'} Body: b'{"group": {"id": "6ea4551e-5793-470a-899e-d3a5495725c0", "status": "creating", "availability_zone": "nova", "created_at": "2025-07-31T10:28:22.000000", "name": "tempest-GroupsV320Test-Group-1758163433", "description": null, "group_type": "e5278c19-f29e-4a5e-9985-bcc0fe917336", "volume_types": ["cac7d80a-9687-4309-885d-c0b390b1167b"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:28:22,831 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/6ea4551e-5793-470a-899e-d3a5495725c0 0.028s 2025-07-31 10:28:22,831 98112 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': 'Thu, 31 Jul 2025 10:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c48d0989-fff0-410e-bf42-288191163058', 'content-length': '385', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c48d0989-fff0-410e-bf42-288191163058', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/6ea4551e-5793-470a-899e-d3a5495725c0'} Body: b'{"group": {"id": "6ea4551e-5793-470a-899e-d3a5495725c0", "status": "error", "availability_zone": "nova", "created_at": "2025-07-31T10:28:22.000000", "name": "tempest-GroupsV320Test-Group-1758163433", "description": null, "group_type": "e5278c19-f29e-4a5e-9985-bcc0fe917336", "volume_types": ["cac7d80a-9687-4309-885d-c0b390b1167b"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:28:22,869 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.032s 2025-07-31 10:28:22,870 98112 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': 'Thu, 31 Jul 2025 10:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b6186cf-2c41-4bfd-8388-72b11d64ed1f', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b6186cf-2c41-4bfd-8388-72b11d64ed1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-07-31 10:28:22,995 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/6ea4551e-5793-470a-899e-d3a5495725c0/action 0.110s 2025-07-31 10:28:22,995 98112 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': 'Thu, 31 Jul 2025 10:28:22 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-f117edea-280e-48fb-8a4e-55d6dc6ebb9a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/6ea4551e-5793-470a-899e-d3a5495725c0/action'} Body: b'' 2025-07-31 10:28:23,013 98112 INFO [tempest.lib.common.rest_c lient] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/6ea4551e-5793-470a-899e-d3a5495725c0 0.017s 2025-07-31 10:28:23,013 98112 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': 'Thu, 31 Jul 2025 10:28:22 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-bd2e802d-d17e-407b-815d-76844d0e94b4', 'x-openstack-request-id': 'req-bd2e802d-d17e-407b-815d-76844d0e94b4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/6ea4551e-5793-470a-899e-d3a5495725c0'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 6ea4551e-5793-470a-899e-d3a5495725c0 could not be found."}}' 2025-07-31 10:28:23,040 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/e5278c19-f29e-4a5e-9985-bcc0fe917336 0.026s 2025-07-31 10:28:23,040 98112 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': 'Thu, 31 Jul 2025 10:28:23 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-44d08679-b93b-4cfb-90a1-8507ddc0fb92', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/e5278c19-f29e-4a5e-9985-bcc0fe917336'} Body: b'' 2025-07-31 10:28:23,094 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/cac7d80a-9687-4309-885d-c0b390b1167b 0.053s 2025-07-31 10:28:23,094 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac49fc0e-8184-4cee-9bb5-fd5167091b15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/cac7d80a-9687-4309-885d-c0b390b1167b'} Body: b'' 2025-07-31 10:28:23,112 98112 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/cac7d80a-9687-4309-885d-c0b390b1167b 0.017s 2025-07-31 10:28:23,112 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7375077-aecb-424c-945c-c3be9a1f434c', 'x-openstack-request-id': 'req-b7375077-aecb-424c-945c-c3be9a1f434c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/cac7d80a-9687-4309-885d-c0b390b1167b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type cac7d80a-9687-4309-885d-c0b390b1167b could not be found."}}' 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 65, 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 70, in test_snapshot_data_integrity volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2e8d7050-205a-40d7-994d-57f6a304aa5d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:25:41,278 98128 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:25:41,279 98128 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:25:41,430 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.150s 2025-07-31 10:25:41,431 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2050349269", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEdSoTXBNIZcX5XiFuhInZyo4bqdx8nPbb+BAepCZ/iT3fxP8wvq/tYd5TRywElbfHwZ1WQbmAIKU9FVcVJAoyva0efbCjLqm79XYirxtcu6xzICWA56Q5NUE/dQ3k2VNA=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:41 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-b3f6dc1b-bf7a-4436-a42d-29d27372c273', 'x-compute-request-id': 'req-b3f6dc1b-bf7a-4436-a42d-29d27372c273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2050349269", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEdSoTXBNIZcX5XiFuhInZyo4bqdx8nPbb+BAepCZ/iT3fxP8wvq/tYd5TRywElbfHwZ1WQbmAIKU9FVcVJAoyva0efbCjLqm79XYirxtcu6xzICWA56Q5NUE/dQ3k2VNA==", "fingerprint": "48:53:19:84:7b:50:1a:46:e7:ed:6d:e0:ed:99:12:a3", "user_id": "5d0122deb93644eea0620b87780ac5df"}}' 2025-07-31 10:25:41,434 98128 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2050349269 created 2025-07-31 10:25:41,657 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.222s 2025-07-31 10:25:41,657 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1555624072", "description": "tempest-description--492348520"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-f8ef8037-3096-4d54-aef6-63ab6d30526f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fa214b99-ff34-4def-bb71-d10ef13e4eff", "name": "tempest-securitygroup--1555624072", "stateful": true, "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "description": "tempest-description--492348520", "shared": false, "security_group_rules": [{"id": "a4b6c4ed-a9d5-4c9b-a4f5-6b2c105ccbf1", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "fa214b99-ff34-4def-bb71-d10ef13e4eff", "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": 663, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:25:41Z", "updated_at": "2025-07-31T10:25:41Z", "revision_number": 0}, {"id": "f57615f0-ba58-4e73-aa94-2ca82963ab6c", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "fa214b99-ff34-4def-bb71-d10ef13e4eff", "ethertype": "IPv4", "direction": "egress", "protocol": null, "por t_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": 662, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:25:41Z", "updated_at": "2025-07-31T10:25:41Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:25:41Z", "updated_at": "2025-07-31T10:25:41Z", "revision_number": 1, "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f"}}' 2025-07-31 10:25:41,837 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.179s 2025-07-31 10:25:41,837 98128 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": "fa214b99-ff34-4def-bb71-d10ef13e4eff", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-abb0e806-2dbb-4b48-b131-83016cd72f67', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "177f4acc-63a3-45b1-9949-4325030c8b6b", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "fa214b99-ff34-4def-bb71-d10ef13e4eff", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:41Z", "updated_at": "2025-07-31T10:25:41Z", "revision_number": 0}}' 2025-07-31 10:25:42,068 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.230s 2025-07-31 10:25:42,069 98128 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": "fa214b99-ff34-4def-bb71-d10ef13e4eff", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b410aad8-c5e8-4a36-a706-e80c114cd9ef', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "60bcff3a-dfdb-4855-9882-342bedfdde53", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "fa214b99-ff34-4def-bb71-d10ef13e4eff", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:41Z", "updated_at": "2025-07-31T10:25:41Z", "revision_number": 0}}' 2025-07-31 10:25:42,069 98128 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1555624072 created 2025-07-31 10:25:42,729 98128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.659s 2025-07-31 10:25:42,730 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-b32c3680-ad06-434a-8824-d8d9899fa324', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c965f27a-e0ce-4cd9-b70b-257eac297470", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "floating_ip_address": "172.24.4.23", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:25:42Z", "updated_at": "2025-07-31T10:25:42Z", "revision_number": 0}}' 2025-07-31 10:25:42,730 98128 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c965f27a-e0ce-4cd9-b70b-257eac297470', 'tenant_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'floating_ip_address': '172.24.4.23', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:25:42Z', 'updated_at': '2025-07-31T10:25:42Z', 'revision_number': 0, 'ip': '172.24.4.23'} created 2025-07-31 10:25:42,936 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.205s 2025-07-31 10:25:42,936 98128 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-1483489964", "description": "tempest-secgroup-smoke-1483489964 description", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-5046909a-ebed-428f-b905-816572becd3c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "name": "tempest-secgroup-smoke-1483489964", "stateful": true, "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "description": "tempest-secgroup-smoke-1483489964 description", "shared": false, "security_group_rules": [{"id": "1daff678-d594-4899-8df7-59242935d80a", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "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": 670, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:25:42Z", "updated_at": "2025-07-31T10:25:42Z", "revision_number": 0}, {"id": "da220153-b447-4331-9f7d-cf48fe7fbe92", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "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": 669, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:25:42Z", "updated_at": "2025-07-31T10:25:42Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:25:42Z", "updated_at": "2025-07-31T10:25:42Z", "revision_number": 1, "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f"}}' 2025-07-31 10:25:43,124 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.186s 2025-07-31 10:25:43,124 98128 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": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-be7a4f53-b874-4a5e-8117-ac1d1d9e3e15', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9cfda805-62c0-4abc-9a80-8a5ade38c1d9", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:43Z", "updated_at": "2025-07-31T10:25:43Z", "revision_number": 0}}' 2025-07-31 10:25:43,327 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.202s 2025-07-31 10:25:43,328 98128 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": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-cf264429-5589-4484-8fe5-4b71f03f9236', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ecfb192d-58d3-4c06-a7ac-a7a80ad58a35", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:43Z", "updated_at": "2025-07-31T10:25:43Z", "revision_number": 0}}' 2025-07-31 10:25:43,530 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.202s 2025-07-31 10:25:43,531 98128 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": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-58e79b7b-1ce0-433 a-9af7-796e30d9d717', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5968dda4-3f4c-4ed5-9a9a-13dd0cf73bb8", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:43Z", "updated_at": "2025-07-31T10:25:43Z", "revision_number": 0}}' 2025-07-31 10:25:43,731 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.199s 2025-07-31 10:25:43,732 98128 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": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-24612816-4e36-4a0b-92ab-edd646b4edc5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "33dc6eaf-a394-461b-82d3-b248376d957c", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:43Z", "updated_at": "2025-07-31T10:25:43Z", "revision_number": 0}}' 2025-07-31 10:25:43,947 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.215s 2025-07-31 10:25:43,948 98128 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": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-2b596834-c248-4ecb-a4f5-ce197e5caa58', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fc370add-5c94-4cd0-8249-f96a3e03d188", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:43Z", "updated_at": "2025-07-31T10:25:43Z", "revision_number": 0}}' 2025-07-31 10:25:44,177 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.229s 2025-07-31 10:25:44,178 98128 DEBUG [tempe st.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-d64f051d-3bf2-4f68-a510-da3a872a96c7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ed57d96d-ce3f-4bd6-bc8d-ed922d54e7d4", "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "security_group_id": "7f777e9b-d5be-4e6c-a226-6499d22865ac", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:25:44Z", "updated_at": "2025-07-31T10:25:44Z", "revision_number": 0}}' 2025-07-31 10:25:44,281 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.096s 2025-07-31 10:25:44,282 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2501', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6bfad7b1-7ec6-45b1-bbf5-20453a72dc37', '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": "5d0122deb93644eea0620b87780ac5df", "name": "tempest-SnapshotDataIntegrityTests-1396300228-project-member", "password_expires_at": null}, "audit_ids": ["wtJW1LlbSEu_oTXVuwLd6w"], "expires_at": "2025-07-31T11:25:44.000000Z", "issued_at": "2025-07-31T10:25:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b913cfa25fbf42b684c7c19cb7d12b0f", "name": "tempest-SnapshotDataIntegrityTests-1396300228"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b913cfa25fbf42b684c7c19cb7d12b0f", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:25:44,282 98128 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '8fad8548-e00c-44c9-bf3e-7743a1c9811f', 'name': 'tempest-SnapshotDataIntegrityTests-391349715-network', 'tenant_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42038, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:25:27Z', 'updated_at': '2025-07-31T10:25:27Z', 'revision_number': 1} available for tenant 2025-07-31 10:25:44,283 98128 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2050349269', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEdSoTXBNIZcX5XiFuhInZyo4bqdx8nPbb+BAepCZ/iT3fxP8wvq/tYd5TRywElbfHwZ1WQbmAIKU9FVcVJAoyva0efbCjLqm79XYirxtcu6xzICWA56Q5NUE/dQ3k2VNA==', 'fingerprint': '48:53:19:84:7b:50:1a:46:e7:ed:6d:e0:ed:99:12:a3', 'user_id': '5d0122deb93644eea0620b87780ac5df', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAigNcFJ24c7kidbdcldRGoIPER1I2+sBXbOjYNcfhGSXb5jYDRvUvh\nqPo1Mrwcu0CgBwYFK4EEACKhZANiAARHUqE1wTSGXF+V4hboSJ2cqOG6ncfJz22/\ngQHqQmf4k938T/ML6v7WHeU0csBJW3x8GdVkG5gCClPRVXFSQKMr2tHn2woy6pu/\nV2Iq8bXLuscyAlgOekOTVBP3UN5NlTQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fa214b99-ff34-4def-bb71-d10ef13e4eff', 'name': 'tempest-securitygroup--1555624072', 'stateful': True, 'tenant_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'description': 'tempest-description--492348520', 'shared': False, 'security_group_rules': [{'id': 'a4b6c4ed-a9d5-4c9b-a4f5-6b2c105ccbf1', 'project_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'tenant_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'security_group_id': 'fa214b99-ff34-4def-bb71-d10ef13e4eff', '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': 663, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:25:41Z', 'updated_at': '2025-07-31T10:25:41Z', 'revision_number': 0}, {'id': 'f57615f0-ba58-4e73-aa94-2ca82963ab6c', 'project_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'tenant_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'security_group_id': 'fa214b99-ff34-4def-bb71-d10ef13e4eff', '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': 662, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:25:41Z', 'updated_at': '2025-07-31T10:25:41Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:25:41Z', 'updated_at': '2025-07-31T10:25:41Z', 'revision_number': 1, 'project_id': 'b913cfa25fbf42b684c7c19cb7d12b0f'}, 'floating_ip': {'id': 'c965f27a-e0ce-4cd9-b70b-257eac297470', 'tenant_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'floating_ip_address': '172.24.4.23', 'floating_network_id': '74392d5 6-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b913cfa25fbf42b684c7c19cb7d12b0f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:25:42Z', 'updated_at': '2025-07-31T10:25:42Z', 'revision_number': 0, 'ip': '172.24.4.23'}} 2025-07-31 10:25:45,025 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.741s 2025-07-31 10:25:45,026 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-126579389", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "key_name": "tempest-keypair-2050349269", "security_groups": [{"name": "tempest-secgroup-smoke-1483489964"}, {"name": "tempest-securitygroup--1555624072"}], "networks": [{"uuid": "8fad8548-e00c-44c9-bf3e-7743a1c9811f"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '451', 'location': 'http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b38cdf8a-ca11-48c5-84a3-f798a4c4f961', 'x-compute-request-id': 'req-b38cdf8a-ca11-48c5-84a3-f798a4c4f961', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1483489964"}, {"name": "tempest-securitygroup--1555624072"}], "adminPass": "7jgi2r4G8gMw"}}' 2025-07-31 10:25:45,111 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4 0.080s 2025-07-31 10:25:45,111 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:25:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f316be11-8006-4c00-ba45-b2f04bdbb060', 'x-compute-request-id': 'req-f316be11-8006-4c00-ba45-b2f04bdbb060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4'} Body: b'{"server": {"id": "ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4", "name": "tempest-SnapshotDataIntegrityTests-server-126579389", "status": "BUILD", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "user_id": "5d0122deb93644eea0620b87780ac5df", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:45Z", "updated": "2025-07-31T10:25:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "se lf", "href": "http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2050349269", "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": []}}' 2025-07-31 10:26:35,411 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4 0.233s 2025-07-31 10:26:35,411 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1593', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40ec034b-08d8-4258-bce0-0cf3537c82bf', 'x-compute-request-id': 'req-40ec034b-08d8-4258-bce0-0cf3537c82bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4'} Body: b'{"server": {"id": "ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4", "name": "tempest-SnapshotDataIntegrityTests-server-126579389", "status": "ACTIVE", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "user_id": "5d0122deb93644eea0620b87780ac5df", "metadata": {}, "hostId": "1e0d667fec39fac00a2aea6dd3d6605d79ad1a32fdc35f4864481c27", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:44Z", "updated": "2025-07-31T10:26:01Z", "addresses": {"tempest-SnapshotDataIntegrityTests-391349715-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:69:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2050349269", "OS-SRV-USG:launched_at": "2025-07-31T10:26:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1483489964"}, {"name": "tempest-securitygroup--1555624072"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:26:35,426 98128 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:27:35,651 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4/os-interface 0.177s 2025-07-31 10:27:35,651 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27: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-dfcb537f-5f11-430a-b8f9-da297ad73a04', 'x-compute-request-id': 'req-dfcb537f-5f11-430a-b8f9-da297ad73a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "8fad8548-e00c-44c9-bf3e-7743a1c9811f", "port_id": "ffe2d761-c04a-46be-bdda-50a9f738ac09", "mac_addr": "fa:16:3e:2b:69:04", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "a917cfea-1660-41f4-a3cf-71b98703495a", "ip_address": "10.0.0.9"}]}]}' 2025-07-31 10:27:36,546 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/c965f27a-e0ce-4cd9-b70b-257eac297470 0.890s 2025-07-31 10:27:36,546 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ffe2d761-c04a-46be-bdda-50a9f738ac09"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-857b6679-6c30-4391-b4ad-6ea3362f16bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/c965f27a-e0ce-4cd9-b70b-257eac297470'} Body: b'{"floatingip": {"id": "c965f27a-e0ce-4cd9-b70b-257eac297470", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "floating_ip_address": "172.24.4.23", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "76c9dd17-7440-4536-a37a-8758976aaba2", "port_id": "ffe2d761-c04a-46be-bdda-50a9f738ac09", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "8fad8548-e00c-44c9-bf3e-7743a1c9811f", "mac_address": "fa:16:3e:2b:69:04", "admin_state_up": true, "status": "ACTIVE", "device_id": "ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:25:42Z", "updated_at": "2025-07-31T10:27:35Z", "revision_number": 1, "project_id": "b913cfa25fbf42b684c7c19cb7d12b0f"}}' 2025-07-31 10:27:36,551 98128 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.23:22' as 'cirros' with public key authentication 2025-07-31 10:27:36,564 98128 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:27:36,670 98128 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:27:36,670 98128 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.23 successfully created 2025-07-31 10:27:36,926 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4 0.255s 2025-07-31 10:27:36,926 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1593', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b2e543c-a740-4c53-8225-be4273153887', 'x-compute-request-id': 'req-2b2e543c-a740-4c53-8225-be4273153887', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4'} Body: b'{"server": {"id": "ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4", "name": "tempest-SnapshotDataIntegrityTests-server-126579389", "status": "ACTIVE", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "user_id": "5d0122deb93644eea0620b87780ac5df", "metadata": {}, "hostId": "1e0d667fec39fac0 0a2aea6dd3d6605d79ad1a32fdc35f4864481c27", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:44Z", "updated": "2025-07-31T10:26:01Z", "addresses": {"tempest-SnapshotDataIntegrityTests-391349715-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:69:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2050349269", "OS-SRV-USG:launched_at": "2025-07-31T10:26:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1483489964"}, {"name": "tempest-securitygroup--1555624072"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:27:37,413 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/volumes 0.471s 2025-07-31 10:27:37,414 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-140448490", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9997a02-4a68-4b3a-a271-42002c7a2e82', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9997a02-4a68-4b3a-a271-42002c7a2e82', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2e8d7050-205a-40d7-994d-57f6a304aa5d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:27:37.334239", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-140448490", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d"}], "user_id": "5d0122deb93644eea0620b87780ac5df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:27:37,467 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d 0.040s 2025-07-31 10:27:37,467 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-304c5687-c95c-4f2b-a1a1-044c58d4cf7e', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-304c5687-c95c-4f2b-a1a1-044c58d4cf7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d'} Body: b'{"volume": {"id": "2e8d7050-205a-40d7 -994d-57f6a304aa5d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:27:37.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-140448490", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d"}], "user_id": "5d0122deb93644eea0620b87780ac5df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f"}}' 2025-07-31 10:27:38,524 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d 0.042s 2025-07-31 10:27:38,525 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-087acddf-2067-42fa-a4e8-1784e7f64b0b', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-087acddf-2067-42fa-a4e8-1784e7f64b0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d'} Body: b'{"volume": {"id": "2e8d7050-205a-40d7-994d-57f6a304aa5d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:27:37.000000", "updated_at": "2025-07-31T10:27:37.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-140448490", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d"}], "user_id": "5d0122deb93644eea0620b87780ac5df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f"}}' 2025-07-31 10:27:38,633 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d 0.092s 2025-07-31 10:27:38,634 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27: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-4a16f958-6913-4d43-8cce-7597b2bc948d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d'} Body: b'' 2025-07-31 10:27:38,658 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d 0.023s 2025-07-31 10:27:38,659 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27: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-232d2f94-4f8d-49b5-b0e8-e6871a45f24b', 'x-openstack-request-id': 'req-232d2f94-4f8d-49b5-b0e8-e6871a45f24b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e8d7050-205a-40d7-994d-57f6a304aa5d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2e8d7050-205a-40d7-994d-57f6a304aa5d could not be found."}}' 2025-07-31 10:27:38,778 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4 0.118s 2025-07-31 10:27:38,778 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27: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-9804749e-17ee-4bbf-9776-5bac09042ba3', 'x-compute-request-id': 'req-9804749e-17ee-4bbf-9776-5bac09042ba3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4'} Body: b'' 2025-07-31 10:27:38,993 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4 0.214s 2025-07-31 10:27:38,993 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1717', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39875a8b-85d8-4422-acf3-8268c0873f4e', 'x-compute-request-id': 'req-39875a8b-85d8-4422-acf3-8268c0873f4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4'} Body: b'{"server": {"id": "ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4", "name": "tempest-SnapshotDataIntegrityTests-server-126579389", "status": "ACTIVE", "tenant_id": "b913cfa25fbf42b684c7c19cb7d12b0f", "user_id": "5d0122deb93644eea0620b87780ac5df", "metadata": {}, "hostId": "1e0d667fec39fac00a2aea6dd3d6605d79ad1a32fdc35f4864481c27", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:25:44Z", "updated": "2025-07-31T10:27:39Z", "addresses": {"tempest-SnapshotDataIntegrityTests-391349715-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:69:04"}, {"version": 4, "addr": "172.24.4.23", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:69:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2050349269", "OS-SRV-USG:launched_at": "2025-07-31T10:26:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1483489964"}, {"name": "tempest-securitygroup--1555624072"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "acti ve", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:28:29,073 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4 0.041s 2025-07-31 10:28:29,074 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-0af8b5cc-a8a2-4363-9b3e-12e3becba96a', 'x-compute-request-id': 'req-0af8b5cc-a8a2-4363-9b3e-12e3becba96a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ddda8ea4-b22b-40a1-bb0c-90c7c80b72a4 could not be found."}}' 2025-07-31 10:28:29,333 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/7f777e9b-d5be-4e6c-a226-6499d22865ac 0.259s 2025-07-31 10:28:29,334 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-ef01191c-a061-4185-8fd7-81285fc30860', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/7f777e9b-d5be-4e6c-a226-6499d22865ac'} Body: b'' 2025-07-31 10:28:29,365 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2050349269 0.030s 2025-07-31 10:28:29,365 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28: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-3c07f2aa-6995-4590-b7c7-37ec68a7f02d', 'x-compute-request-id': 'req-3c07f2aa-6995-4590-b7c7-37ec68a7f02d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2050349269'} Body: b'' 2025-07-31 10:28:29,549 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/fa214b99-ff34-4def-bb71-d10ef13e4eff 0.182s 2025-07-31 10:28:29,549 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-4c8bb190-ce3f-4ade-9158-522dbd6bc829', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/fa214b99-ff34-4def-bb71-d10ef13e4eff'} Body: b'' 2025-07-31 10:28:29,567 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/fa214b99-ff34-4def-bb71-d10ef13e4eff 0.017s 2025-07-31 10:28:29,567 98128 DEBUG [tempest.lib.common.rest_client] Request - Hea ders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-554acb50-4963-44d8-9359-22a76235808b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/fa214b99-ff34-4def-bb71-d10ef13e4eff'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group fa214b99-ff34-4def-bb71-d10ef13e4eff does not exist", "detail": ""}}' 2025-07-31 10:28:30,353 98128 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/c965f27a-e0ce-4cd9-b70b-257eac297470 0.785s 2025-07-31 10:28:30,502 98128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-68192c49-9d47-4fd3-ada9-544e4a3e4a23', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/c965f27a-e0ce-4cd9-b70b-257eac297470'} 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 56dd628a-f9be-4c47-9604-39dd8b703da2 failed to build and is in ERROR status 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 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:40,924 98112 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.487s 2025-07-31 10:28:40,925 98112 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-238780281"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-030d3a54-fe5b-4076-bd6c-132dc3cbf938', 'content-length': '764', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-030d3a54-fe5b-4076-bd6c-132dc3cbf938', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:40.859909", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-238780281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f"}], "user_id": "70d0bc1fafc644cf94f8d709e5deddcc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:28:40,979 98112 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f 0.042s 2025-07-31 10:28:40,979 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23272a64-f9ac-4fa8-a577-24a0073cf80f', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23272a64-f9ac-4fa8-a577-24a0073cf80f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f'} Body: b'{"volume": {"id": "f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:41.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-238780281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f"}], "user_id": "70d0bc1fafc644cf94f8d709e5deddcc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "195fcb84c67d45e8968bfd8afbb300ec"}}' 2025-07-31 10:28:42,030 98112 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f 0.036s 2025-07-31 10:28:42,030 98112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28 :41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d83f2053-35be-4833-8055-016686ed2995', 'content-length': '853', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d83f2053-35be-4833-8055-016686ed2995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f'} Body: b'{"volume": {"id": "f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:41.000000", "updated_at": "2025-07-31T10:28:41.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-238780281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f2cba6a5-14c3-4e0e-8205-d2aaaa363e6f"}], "user_id": "70d0bc1fafc644cf94f8d709e5deddcc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "195fcb84c67d45e8968bfd8afbb300ec"}}' cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain[id-f8278e5c-50ff-4a1d-8670-3ca0866d411a] -------------------------------------------------------------------------------------------------------------------------------------------- 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_dependency.py", line 84, in test_delete_dep_chain volume_1 = self.create_volume()['id'] File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b4e134d1-f5e0-49c0-b330-b1f17ce20dc5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:44,396 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 202 POST http://10.0.0.210/volume/v3/volumes 0.344s 2025-07-31 10:28:44,396 98112 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-VolumeDependencyTests-Volume-1024793470"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15f9572d-1940-4ea9-8925-96f20e93bb86', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15f9572d-1940-4ea9-8925-96f20e93bb86', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b4e134d1-f5e0-49c0-b330-b1f17ce20dc5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:44.335552", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1024793470", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:28:44,452 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5 0.042s 2025-07-31 10:28:44,453 98112 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': 'Thu, 31 Jul 2025 10:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5e3c5e8-ced6-42ca-bd63-9f5eaf4fd2f2', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5e3c5e8-ced6-42ca-bd63-9f5eaf4fd2f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5'} Body: b'{"volume": {"id": "b4e134d1-f5e0-49c0-b330-b1f17ce20dc5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:44.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1024793470", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "5bf91a61c6064270a05a4c2fbf8ce1f8"}}' 2025-07-31 10:28:45,815 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5 0.345s 2025-07-31 10:28:45,816 98112 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': 'Thu, 31 Jul 2025 10:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06cbccbf-0461-402a-b365-d2978f65eb17', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06cbccbf-0461-402a-b365-d2978f65eb17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5'} Body: b'{"volume": {"id": "b4e134d1-f5e0-49c0-b330-b1f17ce20dc5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:44.000000", "updated_at": "2025-07-31T10:28:44.000000", "name": "tempest-VolumeDependencyTests-Volume-1024793470", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b4e134d1-f5e0-49c0-b330-b1f17ce20dc5"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "5bf91a61c6064270a05a4c2fbf8ce1f8"}}' cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain_2[id-63447ef8-e667-4796-ba66-1b9b883af1f1] ---------------------------------------------------------------------------------------------------------------------------------------------- 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_dependency.py", line 109, in test_delete_dep_chain_2 volume_1 = self.create_volume()['id'] File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6ad2dfd0-2ddf-4004-9a61-4867e7499426 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:46,324 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.486s 2025-07-31 10:28:46,324 98112 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-VolumeDependencyTests-Volume-1201370309"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4be5a1a1-dc33-4cca-8079-3bba987e2bb0', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4be5a1a1-dc33-4cca-8079-3bba987e2bb0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6ad2dfd0-2ddf-4004-9a61-4867e7499426", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:46.048373", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1201370309", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:28:46,376 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426 0.039s 2025-07-31 10:28:46,377 98112 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': 'Thu, 31 Jul 2025 10:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab09c438-bbbb-4f8e-a09c-53878773fa0b', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab09c438-bbbb-4f8e-a09c-53878773fa0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426'} Body: b'{"volume": {"id": "6ad2dfd0-2ddf-4004-9a61-4867e7499426", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:46.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1201370309", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "5bf91a61c6064270a05a4c2fbf8ce1f8"}}' 2025-07-31 10:28:47,431 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426 0.039s 2025-07-31 10:28:47,432 98112 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': 'Th u, 31 Jul 2025 10:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae7476f7-f260-4db2-a0b2-65c1881b6f67', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae7476f7-f260-4db2-a0b2-65c1881b6f67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426'} Body: b'{"volume": {"id": "6ad2dfd0-2ddf-4004-9a61-4867e7499426", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:46.000000", "updated_at": "2025-07-31T10:28:46.000000", "name": "tempest-VolumeDependencyTests-Volume-1201370309", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6ad2dfd0-2ddf-4004-9a61-4867e7499426"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "5bf91a61c6064270a05a4c2fbf8ce1f8"}}' cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] -------------------------------------------------------------------------------------------------------------------------------------------------- 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_dependency.py", line 58, in test_delete_source_snapshot source_volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 926c0dcd-e424-43c3-9a17-93fffb6fb1a8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:47,666 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 202 POST http://10.0.0.210/volume/v3/volumes 0.218s 2025-07-31 10:28:47,667 98112 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-VolumeDependencyTests-Volume-1492478894"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-432bcf81-77ce-45da-9896-235a6cd7cdef', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-432bcf81-77ce-45da-9896-235a6cd7cdef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "926c0dcd-e424-43c3-9a17-93fffb6fb1a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:47.600044", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1492478894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:28:47,719 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8 0.040s 2025-07-31 10:28:47,719 98112 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': 'Thu, 31 Jul 2025 10:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9564e99c-55ca-4878-97b2-689228c6dee6', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9564e99c-55ca-4878-97b2-689228c6dee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8'} Body: b'{"volume": {"id": "926c0dcd-e424-43c3-9a17-93fffb6fb1a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:48.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1492478894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "5bf91a61c6064270a05a4c2fbf8ce1f8"}}' 2025-07-31 10:28:48,774 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8 0.039s 2025-07-31 10:28:48,775 98112 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': 'Thu, 31 Jul 2025 10:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23d48a4c-9ae5-42bc-b26c-20f192a9c359', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23d48a4c-9ae5-42bc-b26c-20f192a9c359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8'} Body: b'{"volume": {"id": "926c0dcd-e424-43c3-9a17-93fffb6fb1a8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:48.000000", "updated_at": "2025-07-31T10:28:48.000000", "name": "tempest-VolumeDependencyTests-Volume-1492478894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/926c0dcd-e424-43c3-9a17-93fffb6fb1a8"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "5bf91a61c6064270a05a4c2fbf8ce1f8"}}' cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e] ------------------------------------------------------------------------------------------------------------------------------------------------ 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_dependency.py", line 42, in test_delete_source_volume source_volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4b67b282-7236-4db5-8589-ec46bfda2432 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:48,975 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.184s 2025-07-31 10:28:48,976 98112 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-VolumeDependencyTests-Volume-739341279"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be17890a-6345-4618-a7c1-f1d9ac2e58bb', 'content-length': '770', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be17890a-6345-4618-a7c1-f1d9ac2e58bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4b67b282-7236-4db5-8589-ec46bfda2432", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:48.918109", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-739341279", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b67b282-7236-4db5-8589-ec46bfda2432"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b67b282-7236-4db5-8589-ec46bfda2432"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:28:49,029 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/4b67b282-7236-4db5-8589-ec46bfda2432 0.040s 2025-07-31 10:28:49,029 98112 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': 'Thu, 31 Jul 2025 10:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d81c4e24-551b-4181-bf31-a65172f2ebe0', 'content-length': '838', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d81c4e24-551b-4181-bf31-a65172f2ebe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4b67b282-7236-4db5-8589-ec46bfda2432'} Body: b'{"volume": {"id": "4b67b282-7236-4db5-8589-ec46bfda2432", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:49.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-739341279", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b67b282-7236-4db5-8589-ec46bfda2432"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b67b282-7236-4db5-8589-ec46bfda2432"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "5bf91a61c6064270a05a4c2fbf8ce1f8"}}' 2025-07-31 10:28:50,087 98112 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/4b67b282-7236-4db5-8589-ec46bfda2432 0.042s 2025-07-31 10:28:50,087 98112 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': 'Thu, 31 Jul 2025 10:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c8e578e-198f-4136-a7f5-f9df0fd95b46', 'content-length': '859', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c8e578e-198f-4136-a7f5-f9df0fd95b46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4b67b282-7236-4db5-8589-ec46bfda2432'} Body: b'{"volume": {"id": "4b67b282-7236-4db5-8589-ec46bfda2432", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:28:49.000000", "updated_at": "2025-07-31T10:28:49.000000", "name": "tempest-VolumeDependencyTests-Volume-739341279", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b67b282-7236-4db5-8589-ec46bfda2432"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b67b282-7236-4db5-8589-ec46bfda2432"}], "user_id": "e8f7446a99b1417d8f26a9c12c9c100d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "5bf91a61c6064270a05a4c2fbf8ce1f8"}}' 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 65, 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9ca85871-ac8e-4b3f-bc91-891af2c11d7c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:28:00,412 98114 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded 0.225s 2025-07-31 10:28:00,412 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:00 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-a7ad9cd7-7dc2-40ea-b0d5-4e161cb90ed3', 'x-compute-request-id': 'req-a7ad9cd7-7dc2-40ea-b0d5-4e161cb90ed3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded'} Body: b'{"server": {"id": "fd8189cc-1e16-4ac7-a833-0de2bfcb3ded", "name": "tempest-ServersNegativeTestJSON-server-682152700", "status": "ACTIVE", "tenant_id": "ffb1cb802d8b475ea0fd2e62a3151f2d", "user_id": "83362865b7ab412eb5178ce64f733cd8", "metadata": {}, "hostId": "c7f795c3ff712e859a581e00825a2233df7b456256c98cfc69915e04", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:20Z", "updated": "2025-07-31T10:21:57Z", "addresses": {"tempest-ServersNegativeTestJSON-515462596-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:db:06"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:21:56.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": []}}' 2025-07-31 10:29:00,619 98114 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/volumes 0.190s 2025-07-31 10:29:00,620 98114 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-514459646"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c3512e1-0640-48d5-a7f1-7a9bc77acaad', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c3512e1-0640-48d5-a7f1-7a9bc77acaad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9ca85871-ac8e-4b3f-bc91-891af2c11d7c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:00.554871", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-514459646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c"}], "user_id": "83362865b7ab412eb5178ce64f733cd8" , "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:29:00,670 98114 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/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c 0.036s 2025-07-31 10:29:00,670 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3ab38cb-b25d-48ee-9f84-9850c6549671', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3ab38cb-b25d-48ee-9f84-9850c6549671', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c'} Body: b'{"volume": {"id": "9ca85871-ac8e-4b3f-bc91-891af2c11d7c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:01.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-514459646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c"}], "user_id": "83362865b7ab412eb5178ce64f733cd8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb1cb802d8b475ea0fd2e62a3151f2d"}}' 2025-07-31 10:29:01,728 98114 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/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c 0.044s 2025-07-31 10:29:01,728 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-463b864a-d0ad-48ea-aafd-e7c1b1dd18cd', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-463b864a-d0ad-48ea-aafd-e7c1b1dd18cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c'} Body: b'{"volume": {"id": "9ca85871-ac8e-4b3f-bc91-891af2c11d7c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:01.000000", "updated_at": "2025-07-31T10:29:01.000000", "name": "tempest-ServersNegativeTestJSON-volume-514459646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ca85871-ac8e-4b3f-bc91-891af2c11d7c"}], "user_id": "83362865b7ab412eb5178ce64f733cd8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb1cb802d8b475ea0fd2e62a3151f2d"}}' 2025-07-31 10:29:01,977 98114 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded 0.229s 2025-07-31 10:29:01,977 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': ' application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:01 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-5c2683ff-d6b9-4c8f-b113-06ad8f43f736', 'x-compute-request-id': 'req-5c2683ff-d6b9-4c8f-b113-06ad8f43f736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded'} Body: b'{"server": {"id": "fd8189cc-1e16-4ac7-a833-0de2bfcb3ded", "name": "tempest-ServersNegativeTestJSON-server-682152700", "status": "ACTIVE", "tenant_id": "ffb1cb802d8b475ea0fd2e62a3151f2d", "user_id": "83362865b7ab412eb5178ce64f733cd8", "metadata": {}, "hostId": "c7f795c3ff712e859a581e00825a2233df7b456256c98cfc69915e04", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:21:20Z", "updated": "2025-07-31T10:21:57Z", "addresses": {"tempest-ServersNegativeTestJSON-515462596-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:db:06"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd8189cc-1e16-4ac7-a833-0de2bfcb3ded"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:21:56.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_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 288, 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 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 343, 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 326, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server dc084fc4-afa9-4f71-b598-411bb5f438ca failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-07-31T10:29:48Z', 'message': 'Build of instance dc084fc4-afa9-4f71-b598-411bb5f438ca aborted: Volume a45f1056-84ef-4dd9-b978-faf8dd73c1de did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Request ID of server operation performed before checking the server status req-6d92e17e-d43b-450f-a0bd-50c9d403fcc2. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:26:30,104 98110 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.046s 2025-07-31 10:26:30,104 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2521', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-21bda6d7-4641-48af-88f6-8d97831a219e', '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": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "password_expires_at": null}, "audit_ids": ["RCEsvmhOSs67BI4HlAMGiA"], "expires_at": "2025-07-31T11:26:30.000000Z", "issued_at": "2025-07-31T10:26:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2c28a946df93445886a686a64cf66604", "name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2c28a946df93445886a686a64cf66604", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:26:30,105 98110 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '6a83412b-3385-44fe-98db-a4ec93b84ab0', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-374999867-network', 'tenant_id': '2c28a946df93445886a686a64cf66604', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2c28a946df93445886a686a64cf66604', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46013, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope ': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:26:22Z', 'updated_at': '2025-07-31T10:26:22Z', 'revision_number': 1} available for tenant 2025-07-31 10:26:30,905 98110 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.798s 2025-07-31 10:26:30,905 98110 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-285314813", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "6a83412b-3385-44fe-98db-a4ec93b84ab0"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:26:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae', '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-8cb636f6-4610-47cb-96eb-ae6a06ef8f82', 'x-compute-request-id': 'req-8cb636f6-4610-47cb-96eb-ae6a06ef8f82', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "TbCdAtdjMdy8"}}' 2025-07-31 10:26:30,992 98110 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/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae 0.083s 2025-07-31 10:26:30,992 98110 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': 'Thu, 31 Jul 2025 10:26:30 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-2c031f70-e2e2-4404-b147-ee7c8d7670fd', 'x-compute-request-id': 'req-2c031f70-e2e2-4404-b147-ee7c8d7670fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae'} Body: b'{"server": {"id": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-285314813", "status": "BUILD", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:26:31Z", "updated": "2025-07-31T10:26:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae"}], "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:te rminated_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": []}}' 2025-07-31 10:27:21,390 98110 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/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae 0.330s 2025-07-31 10:27:21,391 98110 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': 'Thu, 31 Jul 2025 10:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', '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-811a1ef7-9f0e-4397-b14c-0026c7feb8db', 'x-compute-request-id': 'req-811a1ef7-9f0e-4397-b14c-0026c7feb8db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae'} Body: b'{"server": {"id": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-285314813", "status": "ACTIVE", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "e3016bde2af4b48d65117650db1b1937df05351e321e67d2ea4208a2", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:26:30Z", "updated": "2025-07-31T10:26:47Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-374999867-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:d1:97"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:26:46.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": []}}' 2025-07-31 10:27:21,411 98110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:28:22,218 98110 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/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae/action 0.746s 2025-07-31 10:28:22,219 98110 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-ServerBootFromVolumeStableRescueTest-image-615967409"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:21 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-282126da-11f5-406b-b599-7a92ba91d639', 'x-compute-request-id': 'req-282126da-11f5-406b-b599-7a92ba91d639', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae/action'} Body: b'{"image_id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe"}' 2025-07-31 10:28:22,282 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.062s 2025-07-31 10:28:22,283 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-62163624-9b45-4e03-bcbd-7577bc3a0323', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:22Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:23,310 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.025s 2025-07-31 10:28:23,311 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3737c7f3-d30b-4bb0-a0ff-f76783f42df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57 470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:22Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:24,337 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.024s 2025-07-31 10:28:24,337 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-45be1636-9ab0-4cf7-8dc4-6cccc61ddcfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:22Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:25,362 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.023s 2025-07-31 10:28:25,362 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a50b1b27-15c0-4f34-938b-efd4fe101d05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_project_name": "tempest-ServerBootF romVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:22Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:26,389 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.024s 2025-07-31 10:28:26,390 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1dc94d8c-cd1d-47c9-a1c3-f02ad4af90c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:22Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:27,414 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.023s 2025-07-31 10:28:27,415 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e627030f-ecf6-490d-9f66-4ce54cdf518c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot _roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:22Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:28,440 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.024s 2025-07-31 10:28:28,441 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-45e7ff8a-d771-4563-a468-7b3869cc6a0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:22Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:29,464 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.021s 2025-07-31 10:28:29,465 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ed5c02e8-9dc9-4d96-b15e-ecd5c2840323', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_id": "2c28a946df93445886a686a64cf66604", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:29Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:30,549 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.048s 2025-07-31 10:28:30,549 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f96b6e45-656b-431e-9464-26746c7441c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_id": "2c28a946df93445886a686a64cf66604", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:29Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:31,579 98110 INFO [tempest.lib.common.rest_client] R equest (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.028s 2025-07-31 10:28:31,579 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4321023c-81a7-46e2-b9b7-145d5043ff14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_id": "2c28a946df93445886a686a64cf66604", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-615967409", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "a03895f27007a5b31cc3095b2c5618f0", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ec1dbb183a6570cb7966b161040887131c5b56f87c08b6f44659ea6bcfc5bed5fd99c5bd5c1395064a56baee0b030d7509d5c5cc6392e84acb3d10059f215136", "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:31Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:31,603 98110 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/48a4563b-13c8-48a2-8a2a-078c8f1cadfe 0.023s 2025-07-31 10:28:31,603 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-820328bd-044a-4611-8762-992e0bb94ef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "owner_id": "2c28a946df93445886a686a64cf66604", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescu eTest-image-615967409", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "a03895f27007a5b31cc3095b2c5618f0", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ec1dbb183a6570cb7966b161040887131c5b56f87c08b6f44659ea6bcfc5bed5fd99c5bd5c1395064a56baee0b030d7509d5c5cc6392e84acb3d10059f215136", "id": "48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "created_at": "2025-07-31T10:28:22Z", "updated_at": "2025-07-31T10:28:31Z", "tags": [], "self": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe", "file": "/v2/images/48a4563b-13c8-48a2-8a2a-078c8f1cadfe/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:28:31,964 98110 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/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae 0.360s 2025-07-31 10:28:31,965 98110 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': 'Thu, 31 Jul 2025 10:28:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', '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-260d7368-928d-4285-85d2-ef39f274447e', 'x-compute-request-id': 'req-260d7368-928d-4285-85d2-ef39f274447e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae'} Body: b'{"server": {"id": "f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-285314813", "status": "ACTIVE", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "e3016bde2af4b48d65117650db1b1937df05351e321e67d2ea4208a2", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:26:30Z", "updated": "2025-07-31T10:28:31Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-374999867-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:d1:97"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2858747-f2a4-4c2c-bdd7-3cc169d3e3ae"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:26:46.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": []}}' 2025-07-31 10:29:32,147 98110 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.099s 2025-07-31 10:29:32,147 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'conten t-type': 'application/json', 'content-length': '2521', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6aa06d52-4754-4658-b6eb-f52c0a4384b1', '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": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "password_expires_at": null}, "audit_ids": ["_W7k_Fn7Qaa5dwNszFH9mg"], "expires_at": "2025-07-31T11:29:32.000000Z", "issued_at": "2025-07-31T10:29:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2c28a946df93445886a686a64cf66604", "name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2c28a946df93445886a686a64cf66604", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:29:32,148 98110 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '6a83412b-3385-44fe-98db-a4ec93b84ab0', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-374999867-network', 'tenant_id': '2c28a946df93445886a686a64cf66604', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2c28a946df93445886a686a64cf66604', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46013, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:26:22Z', 'updated_at': '2025-07-31T10:26:22Z', 'revision_number': 1} available for tenant 2025-07-31 10:29:32,824 98110 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.674s 2025-07-31 10:29:32,824 98110 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-1540840319", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "6a83412b-3385-44fe-98db-a4ec93b84ab0"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca', '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-6d92e17e-d43b-450f-a0bd-50c9d403fcc2', 'x-compute-request-id': 'req-6d92e17e-d43b-450f-a0bd-50c9d403fcc2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dc084fc4-afa9-4f71-b598-411bb5f438ca", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "K7L7nocsQcSg"}}' 2025-07-31 10:29:32,919 98110 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/dc084fc4-afa9-4f71-b598-411bb5f438ca 0.091s 2025-07-31 10:29:32,919 98110 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': 'Thu, 31 Jul 2025 10:29:32 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-676a9042-a134-4da8-8d0d-4a071c1a55b7', 'x-compute-request-id': 'req-676a9042-a134-4da8-8d0d-4a071c1a55b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca'} Body: b'{"server": {"id": "dc084fc4-afa9-4f71-b598-411bb5f438ca", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1540840319", "status": "BUILD", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:29:33Z", "updated": "2025-07-31T10:29:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca"}], "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": []}}' 2025-07-31 10:30:23,176 98110 INFO [tempest.lib.common.rest_client] Request (ServerBo otFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca 0.186s 2025-07-31 10:30:23,177 98110 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': 'Thu, 31 Jul 2025 10:30:22 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-ddaeece9-937d-4d3e-b594-67eb3814d82f', 'x-compute-request-id': 'req-ddaeece9-937d-4d3e-b594-67eb3814d82f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca'} Body: b'{"server": {"id": "dc084fc4-afa9-4f71-b598-411bb5f438ca", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1540840319", "status": "ERROR", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:29:32Z", "updated": "2025-07-31T10:29:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-07-31T10:29:48Z", "message": "Build of instance dc084fc4-afa9-4f71-b598-411bb5f438ca aborted: Volume a45f1056-84ef-4dd9-b978-faf8dd73c1de 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": []}}' 2025-07-31 10:30:23,196 98110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2025-07-31 10:30:23,776 98110 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/dc084fc4-afa9-4f71-b598-411bb5f438ca 0.579s 2025-07-31 10:30:23,777 98110 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': 'Thu, 31 Jul 2025 10:30:23 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-f50109d1-ab2d-40b3-8e80-3d134683f0c1', 'x-compute-request-id': 'req-f50109d1-ab2d-40b3-8e80-3d134683f0c1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca'} Body: b'' 2025-07-31 10:30:23,816 98110 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/dc084f c4-afa9-4f71-b598-411bb5f438ca 0.039s 2025-07-31 10:30:23,817 98110 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': 'Thu, 31 Jul 2025 10:30:23 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-ad3ae57a-67d6-4d35-b81d-650ca734550b', 'x-compute-request-id': 'req-ad3ae57a-67d6-4d35-b81d-650ca734550b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dc084fc4-afa9-4f71-b598-411bb5f438ca'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance dc084fc4-afa9-4f71-b598-411bb5f438ca could not be found."}}' 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c77ed631-4cc2-493c-812e-3ed161443412 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:27:48,843 98124 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:27:48,843 98124 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:27:48,972 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.127s 2025-07-31 10:27:48,972 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-977071610", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOjJRbBVkGXaDqUSoqy3MJ1Q3FXqTR1jP5t7KWu9te/AqBQEnYr7qXNl+o2093kfYAAICtYEkq9JpRQUy8daHLfwxIIst6dY+iFtOVKtPnt/FJxkcuoTbjL8m5B4/6N0aA=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27: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-0ffc436f-9bf9-444a-bded-81b5cc8b6be5', 'x-compute-request-id': 'req-0ffc436f-9bf9-444a-bded-81b5cc8b6be5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-977071610", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOjJRbBVkGXaDqUSoqy3MJ1Q3FXqTR1jP5t7KWu9te/AqBQEnYr7qXNl+o2093kfYAAICtYEkq9JpRQUy8daHLfwxIIst6dY+iFtOVKtPnt/FJxkcuoTbjL8m5B4/6N0aA==", "fingerprint": "f8:69:a1:0f:0a:bf:a9:6d:03:17:5b:a1:10:ba:26:8e", "user_id": "b1556457914d488da14fca85207dc034"}}' 2025-07-31 10:27:48,975 98124 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-977071610 created 2025-07-31 10:27:49,532 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.557s 2025-07-31 10:27:49,533 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2019372880", "description": "tempest-description--266131792"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-ed1d0abc-c30a-475e-a442-db541218efea', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "90b17292-7864-4a3c-8d86-12e85b568871", "name": "tempest-securitygroup--2019372880", "stateful": true, "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "description": "tempest-description--266131792", "shared": false, "security_group_rules": [{"id": "83d63bcb-4b1a-4f6e-b64c-b2d38997243e", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "90b17292-7864-4a3c-8d86-12e85b568871", "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": 784, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:27:49Z", "updated_at": "2025-07-31T10:27:49Z", "revision_number": 0}, {"id": "e6597c1e-aae4-4f22-b7a5-ddd8a2903382", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "90b17292-7864-4a3c-8d86-12e85b568871", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_r ange_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": 783, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:27:49Z", "updated_at": "2025-07-31T10:27:49Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:27:49Z", "updated_at": "2025-07-31T10:27:49Z", "revision_number": 1, "project_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:27:49,800 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.267s 2025-07-31 10:27:49,801 98124 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": "90b17292-7864-4a3c-8d86-12e85b568871", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8ee96b48-d6b1-4bef-b3ce-8b550b51dfc1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6bf6799a-0df0-4ded-8130-bdd71c791fb5", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "90b17292-7864-4a3c-8d86-12e85b568871", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:27:49Z", "updated_at": "2025-07-31T10:27:49Z", "revision_number": 0}}' 2025-07-31 10:27:50,072 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.270s 2025-07-31 10:27:50,072 98124 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": "90b17292-7864-4a3c-8d86-12e85b568871", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-2f1c68db-4caf-41e3-9d34-ca790fda7aad', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "871cb69b-55b6-4274-8224-d006545e41e9", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "security_group_id": "90b17292-7864-4a3c-8d86-12e85b568871", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:27:49Z", "updated_at": "2025-07-31T10:27:49Z", "revision_number": 0}}' 2025-07-31 10:27:50,073 98124 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2019372880 created 2025-07-31 10:27:50,903 98124 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.829s 2025-07-31 10:27:50,903 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-2e474ecf-6a30-424c-986e-61a64307d241', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "df428847-7bed-402b-a06c-32d0303b2b80", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "floating_ip_address": "172.24.4.16", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0a733e5c2a8243548182ba0afe2deb3f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:27:50Z", "updated_at": "2025-07-31T10:27:50Z", "revision_number": 0}}' 2025-07-31 10:27:50,904 98124 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'df428847-7bed-402b-a06c-32d0303b2b80', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'floating_ip_address': '172.24.4.16', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:27:50Z', 'updated_at': '2025-07-31T10:27:50Z', 'revision_number': 0, 'ip': '172.24.4.16'} created 2025-07-31 10:27:51,004 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.094s 2025-07-31 10:27:51,004 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e72ccc1e-f6b0-4d01-8b15-a88b1972a62d', '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": "b1556457914d488da14fca85207dc034", "name": "tempest-AttachVolumeNegativeTest-1263480940-project-member", "password_expires_at": null}, "audit_ids": ["13GqtNrJTBCxX9Ks1TfB8A"], "expires_at": "2025-07-31T11:27:50.000000Z", "issued_at": "2025-07-31T10:27:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a733e5c2a8243548182ba0afe2deb3f", "name": "tempest-AttachVolumeNegativeTest-1263480940"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0a733e5c2a8243548182ba0afe2deb3f", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:27:51,005 98124 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'b878d227-3fc4-48e0-9505-283154a9f454', 'name': 'tempest-AttachVolumeNegativeTest-154168269-network', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 56236, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:21:51Z', 'updated_at': '2025-07-31T10:21:51Z', 'revision_number': 1} available for tenant 2025-07-31 10:27:51,005 98124 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-977071610', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOjJRbBVkGXaDqUSoqy3MJ1Q3FXqTR1jP5t7KWu9te/AqBQEnYr7qXNl+o2093kfYAAICtYEkq9JpRQUy8daHLfwxIIst6dY+iFtOVKtPnt/FJxkcuoTbjL8m5B4/6N0aA==', 'fingerprint': 'f8:69:a1:0f:0a:bf:a9:6d:03:17:5b:a1:10:ba:26:8e', 'user_id': 'b1556457914d488da14fca85207dc034', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC5peHeYSusIKk/2PRbg9CFPFPkK62eMWrrPK76ydGLFRyPwl4uBdTn\nEWyuOHgS5FegBwYFK4EEACKhZANiAAToyUWwVZBl2g6lEqKstzCdUNxV6k0dYz+b\neylrvbXvwKgUBJ2K+6lzZfqNtPd5H2AACArWBJKvSaUUFMvHWhy38MSCLLenWPoh\nbTlSrT57fxScZHLqE24y/JuQeP+jdGg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '90b17292-7864-4a3c-8d86-12e85b568871', 'name': 'tempest-securitygroup--2019372880', 'stateful': True, 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'description': 'tempest-description--266131792', 'shared': False, 'security_group_rules': [{'id': '83d63bcb-4b1a-4f6e-b64c-b2d38997243e', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'security_group_id': '90b17292-7864-4a3c-8d86-12e85b568871', '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': 784, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:27:49Z', 'updated_at': '2025-07-31T10:27:49Z', 'revision_number': 0}, {'id': 'e6597c1e-aae4-4f22-b7a5-ddd8a2903382', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'security_group_id': '90b17292-7864-4a3c-8d86-12e85b568871', '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': 783, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:27:49Z', 'updated_at': '2025-07-31T10:27:49Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07 -31T10:27:49Z', 'updated_at': '2025-07-31T10:27:49Z', 'revision_number': 1, 'project_id': '0a733e5c2a8243548182ba0afe2deb3f'}, 'floating_ip': {'id': 'df428847-7bed-402b-a06c-32d0303b2b80', 'tenant_id': '0a733e5c2a8243548182ba0afe2deb3f', 'floating_ip_address': '172.24.4.16', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0a733e5c2a8243548182ba0afe2deb3f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:27:50Z', 'updated_at': '2025-07-31T10:27:50Z', 'revision_number': 0, 'ip': '172.24.4.16'}} 2025-07-31 10:27:51,652 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.645s 2025-07-31 10:27:51,652 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-413263635", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b878d227-3fc4-48e0-9505-283154a9f454"}], "security_groups": [{"name": "tempest-securitygroup--2019372880"}], "key_name": "tempest-keypair-977071610", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f96a5aa-0d7c-45d8-a517-c88559b63237', 'x-compute-request-id': 'req-4f96a5aa-0d7c-45d8-a517-c88559b63237', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ccc41afb-c4dd-43c7-9c8f-e28ca59bac13", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2019372880"}], "adminPass": "password"}}' 2025-07-31 10:27:51,725 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13 0.070s 2025-07-31 10:27:51,725 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f33e3740-b583-4940-a00a-6b0861c50189', 'x-compute-request-id': 'req-f33e3740-b583-4940-a00a-6b0861c50189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13'} Body: b'{"server": {"id": "ccc41afb-c4dd-43c7-9c8f-e28ca59bac13", "name": "tempest-AttachVolumeNegativeTest-server-413263635", "status": "BUILD", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "user_id": "b1556457914d488da14fca85207dc034", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", " links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:27:52Z", "updated": "2025-07-31T10:27:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-977071610", "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": []}}' 2025-07-31 10:28:42,002 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13 0.227s 2025-07-31 10:28:42,003 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3782ca13-f60a-4972-bade-28ff0539c06d', 'x-compute-request-id': 'req-3782ca13-f60a-4972-bade-28ff0539c06d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13'} Body: b'{"server": {"id": "ccc41afb-c4dd-43c7-9c8f-e28ca59bac13", "name": "tempest-AttachVolumeNegativeTest-server-413263635", "status": "ACTIVE", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "user_id": "b1556457914d488da14fca85207dc034", "metadata": {}, "hostId": "fd548f5cddc657548827c7133e55878cddb6c54011e486d5a39330b4", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:27:51Z", "updated": "2025-07-31T10:28:06Z", "addresses": {"tempest-AttachVolumeNegativeTest-154168269-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:ba:d3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-977071610", "OS-SRV-USG:launched_at": "2025-07-31T10:28:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2019372880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:28:42,017 98124 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-07-31 10:29:42,207 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13/os-interface 0.155s 2025-07-31 10:29:42,208 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', '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-aab48ead-c0b7-4abc-9bf0-453f1513b9d3', 'x-compute-request-id': 'req-aab48ead-c0b7-4abc-9bf0-453f1513b9d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b878d227-3fc4-48e0-9505-283154a9f454", "port_id": "d9c1dda0-e13b-4dd3-a930-1e2cb9e86f02", "mac_addr": "fa:16:3e:f1:ba:d3", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "96f13a2c-6c1f-408d-91fa-97e7dee153c6", "ip_address": "10.0.0.13"}]}]}' 2025-07-31 10:29:43,096 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/df428847-7bed-402b-a06c-32d0303b2b80 0.884s 2025-07-31 10:29:43,097 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d9c1dda0-e13b-4dd3-a930-1e2cb9e86f02"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c14a6098-3206-4e2a-81bc-cb4150cacfc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/df428847-7bed-402b-a06c-32d0303b2b80'} Body: b'{"floatingip": {"id": "df428847-7bed-402b-a06c-32d0303b2b80", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "floating_ip_address": "172.24.4.16", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "c463c21c-0330-4bbb-a26e-872cc367db7f", "port_id": "d9c1dda0-e13b-4dd3-a930-1e2cb9e86f02", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b878d227-3fc4-48e0-9505-283154a9f454", "mac_address": "fa:16:3e:f1:ba:d3", "admin_state_up": true, "status": "ACTIVE", "device_id": "ccc41afb-c4dd-43c7-9c8f-e28ca59bac13", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:27:50Z", "updated_at": "2025-07-31T10:29:42Z", "revision_number": 1, "project_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:29:43,098 98124 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.16:22' as 'cirros' with public key authentication 2025-07-31 10:29:43,113 98124 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:29:43,215 98124 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:29:43,215 98124 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.16 successfully created 2025-07-31 10:29:43,269 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13/ips 0.052s 2025-07-31 10:29:43,269 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:43 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-cdc2be2b-db1f-48f5-bbf8-0b14b130ab38', 'x-compute-request-id': 'req-cdc2be2b-db1f-48f5-bbf8-0b14b130ab38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-154168269-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 20 25-07-31 10:29:43,462 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.189s 2025-07-31 10:29:43,462 98124 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-152876981"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-025b8ea1-4e8b-43f6-9128-9be92bd23b6d', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-025b8ea1-4e8b-43f6-9128-9be92bd23b6d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c77ed631-4cc2-493c-812e-3ed161443412", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:43.399219", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-152876981", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c77ed631-4cc2-493c-812e-3ed161443412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c77ed631-4cc2-493c-812e-3ed161443412"}], "user_id": "b1556457914d488da14fca85207dc034", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:29:43,511 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/c77ed631-4cc2-493c-812e-3ed161443412 0.037s 2025-07-31 10:29:43,512 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10f0b991-f525-4d4e-9dfc-9fb47f3c994d', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10f0b991-f525-4d4e-9dfc-9fb47f3c994d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c77ed631-4cc2-493c-812e-3ed161443412'} Body: b'{"volume": {"id": "c77ed631-4cc2-493c-812e-3ed161443412", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:43.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-152876981", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c77ed631-4cc2-493c-812e-3ed161443412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c77ed631-4cc2-493c-812e-3ed161443412"}], "user_id": "b1556457914d488da14fca85207dc034", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:29:44,571 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/c77ed631-4cc2-493c-812e-3ed161443412 0.044s 2025-07-31 10:29:44,571 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c87b9359-f72b-443a-9676-41bed754a760', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c87b9359-f72b-443a-9676-41bed754a760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c77ed631-4cc2-493c-812e-3ed161443412'} Body: b'{"volume": {"id": "c77ed631-4cc2-493c-812e-3ed161443412", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:43.000000", "updated_at": "2025-07-31T10:29:44.000000", "name": "tempest-AttachVolumeNegativeTest-volume-152876981", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c77ed631-4cc2-493c-812e-3ed161443412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c77ed631-4cc2-493c-812e-3ed161443412"}], "user_id": "b1556457914d488da14fca85207dc034", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a733e5c2a8243548182ba0afe2deb3f"}}' 2025-07-31 10:29:44,712 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13 0.127s 2025-07-31 10:29:44,713 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:44 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-c57ffebf-e8e3-4c02-a3c1-bcfaa990f7bb', 'x-compute-request-id': 'req-c57ffebf-e8e3-4c02-a3c1-bcfaa990f7bb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13'} Body: b'' 2025-07-31 10:29:44,878 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13 0.165s 2025-07-31 10:29:44,879 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1666', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-158a24a5-68c1-49f4-bff4-8d7426d01b86', 'x-compute-request-id': 'req-158a24a5-68c1-49f4-bff4-8d7426d01b86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13'} Body: b'{"server": {"id": "ccc41afb-c4dd-43c7-9c8f-e28ca59bac13", "name": "tempest-AttachVolumeNegativeTest-server-413263635", "status": "ACTIVE", "tenant_id": "0a733e5c2a8243548182ba0afe2deb3f", "user_id": "b1556457914d488da14fca85207dc034", "metadata": {}, "hostId": "fd548f5cddc657548827c7133e55878cddb6c54011e486d5a39330b4", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:27:51Z", "updated": "2025-07-31T10:29:45Z", "addresses": {"tempest-AttachVolumeNegativeTest-154168269-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:ba:d3"}, {"version": 4, "addr": "172. 24.4.16", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:ba:d3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-977071610", "OS-SRV-USG:launched_at": "2025-07-31T10:28:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2019372880"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:30:34,990 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13 0.046s 2025-07-31 10:30:34,991 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:34 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-a5858d38-1a22-4c33-8732-fe0a3904064c', 'x-compute-request-id': 'req-a5858d38-1a22-4c33-8732-fe0a3904064c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ccc41afb-c4dd-43c7-9c8f-e28ca59bac13'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ccc41afb-c4dd-43c7-9c8f-e28ca59bac13 could not be found."}}' 2025-07-31 10:30:35,026 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-977071610 0.034s 2025-07-31 10:30:35,026 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:34 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-5be0bb5f-b46f-4e76-b1d7-d25f39f21b65', 'x-compute-request-id': 'req-5be0bb5f-b46f-4e76-b1d7-d25f39f21b65', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-977071610'} Body: b'' 2025-07-31 10:30:35,212 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/90b17292-7864-4a3c-8d86-12e85b568871 0.185s 2025-07-31 10:30:35,212 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-bfc8b32d-ffcb-4d74-aa94-6150aa2f03e7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/90b17292-7864-4a3c-8d86-12e85b568871'} Body: b'' 2025-07-31 10:30:35,245 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/90b17292-7864-4a3c-8d86-12e85b568871 0.032s 2025-07-31 10:30:35,246 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json ', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-7f77464a-e63f-47ac-9d95-999aa95ce12b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/90b17292-7864-4a3c-8d86-12e85b568871'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 90b17292-7864-4a3c-8d86-12e85b568871 does not exist", "detail": ""}}' 2025-07-31 10:30:35,580 98124 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/df428847-7bed-402b-a06c-32d0303b2b80 0.333s 2025-07-31 10:30:35,580 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-523581a5-7867-4a6b-97df-8fd6a2f6692e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/df428847-7bed-402b-a06c-32d0303b2b80'} Body: b'' 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 65, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c1aaf3bb-d33a-4d8e-ac2c-32045ef63146 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:27:59,066 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.122s 2025-07-31 10:27:59,067 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2485', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-520a7211-7800-4f01-afcd-090d50af885d', '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": "f5634206591844a1bf55516e44221429", "name": "tempest-VolumesActionsTest-1245829199-project-member", "password_expires_at": null}, "audit_ids": ["Or2f3G8vQpuA-I9mwnwrlA"], "expires_at": "2025-07-31T11:27:58.000000Z", "issued_at": "2025-07-31T10:27:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed00999b3c9f479aba7214601365c8c3", "name": "tempest-VolumesActionsTest-1245829199"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ed00999b3c9f479aba7214601365c8c3", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:27:59,067 98108 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '9372afea-dd95-4990-a603-6e07fc32b8c0', 'name': 'tempest-VolumesActionsTest-927276383-network', 'tenant_id': 'ed00999b3c9f479aba7214601365c8c3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ed00999b3c9f479aba7214601365c8c3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49411, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:27:45Z', 'updated_at': '2025- 07-31T10:27:45Z', 'revision_number': 1} available for tenant 2025-07-31 10:27:59,689 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.620s 2025-07-31 10:27:59,689 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1520295962", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "9372afea-dd95-4990-a603-6e07fc32b8c0"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b8a4476-6e90-40be-a4b8-71bb2deeb61d', 'x-compute-request-id': 'req-0b8a4476-6e90-40be-a4b8-71bb2deeb61d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9e80c750-3182-4740-9774-0bc9570854d9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9e80c750-3182-4740-9774-0bc9570854d9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "54H7FFqYM99s"}}' 2025-07-31 10:27:59,761 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9 0.069s 2025-07-31 10:27:59,762 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:27:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1206', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc476a66-674a-415c-97f6-633568a9b2f0', 'x-compute-request-id': 'req-fc476a66-674a-415c-97f6-633568a9b2f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9'} Body: b'{"server": {"id": "9e80c750-3182-4740-9774-0bc9570854d9", "name": "tempest-VolumesActionsTest-instance-1520295962", "status": "BUILD", "tenant_id": "ed00999b3c9f479aba7214601365c8c3", "user_id": "f5634206591844a1bf55516e44221429", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:28:00Z", "updated": "2025-07-31T10:27:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9e80c750-3182-4740-9774-0bc9570854d9"}], "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": []}}' 2025-07-31 10:28:50,069 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/9e80c750-318 2-4740-9774-0bc9570854d9 0.241s 2025-07-31 10:28:50,069 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1484', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8df12b7-fca6-4b01-bce1-b965a713aace', 'x-compute-request-id': 'req-c8df12b7-fca6-4b01-bce1-b965a713aace', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9'} Body: b'{"server": {"id": "9e80c750-3182-4740-9774-0bc9570854d9", "name": "tempest-VolumesActionsTest-instance-1520295962", "status": "ACTIVE", "tenant_id": "ed00999b3c9f479aba7214601365c8c3", "user_id": "f5634206591844a1bf55516e44221429", "metadata": {}, "hostId": "18cace4d03f0d81f10c930e285080a30a8db9d8dc0ccf0fdf65fddbb", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:27:59Z", "updated": "2025-07-31T10:28:15Z", "addresses": {"tempest-VolumesActionsTest-927276383-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:b8:07"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9e80c750-3182-4740-9774-0bc9570854d9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:28:15.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": []}}' 2025-07-31 10:28:50,083 98108 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-07-31 10:29:50,295 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.198s 2025-07-31 10:29:50,296 98108 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-550424486"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d9f0e2f-c386-45b2-a751-96e142ba1d9c', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d9f0e2f-c386-45b2-a751-96e142ba1d9c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c1aaf3bb-d33a-4d8e-ac2c-32045ef63146", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:50.234301", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-550424486", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consiste ncygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:29:50,348 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146 0.040s 2025-07-31 10:29:50,349 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfb12046-fb9b-4f38-8548-c7adebc63312', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfb12046-fb9b-4f38-8548-c7adebc63312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146'} Body: b'{"volume": {"id": "c1aaf3bb-d33a-4d8e-ac2c-32045ef63146", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:50.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-550424486", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:29:51,404 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146 0.041s 2025-07-31 10:29:51,404 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81eac65b-afd8-410e-984e-42d4bbdfc761', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81eac65b-afd8-410e-984e-42d4bbdfc761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146'} Body: b'{"volume": {"id": "c1aaf3bb-d33a-4d8e-ac2c-32045ef63146", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:50.000000", "updated_at": "2025-07-31T10:29:50.000000", "name": "tempest-VolumesActionsTest-Volume-550424486", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:29:51,455 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146 0.036s 2025-07-31 10:29:51,455 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:51 GMT', 'serve r': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80e9e7d2-e8b2-4423-a7af-461c18df9256', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80e9e7d2-e8b2-4423-a7af-461c18df9256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146'} Body: b'{"volume": {"id": "c1aaf3bb-d33a-4d8e-ac2c-32045ef63146", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:50.000000", "updated_at": "2025-07-31T10:29:50.000000", "name": "tempest-VolumesActionsTest-Volume-550424486", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:29:51,586 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146 0.108s 2025-07-31 10:29:51,587 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29: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-8ff4b4e2-6d14-4479-b9b0-77b2e61bf305', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146'} Body: b'' 2025-07-31 10:29:51,611 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146 0.024s 2025-07-31 10:29:51,611 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29: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-b82d545a-c988-4b1c-8f6e-8fc62bcaba05', 'x-openstack-request-id': 'req-b82d545a-c988-4b1c-8f6e-8fc62bcaba05', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c1aaf3bb-d33a-4d8e-ac2c-32045ef63146'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c1aaf3bb-d33a-4d8e-ac2c-32045ef63146 could not be found."}}' 2025-07-31 10:29:51,746 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9 0.133s 2025-07-31 10:29:51,747 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:51 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-297a496d-08fd-472c-96ee-434796da4257', 'x-compute-request-id': 'req-297a496d-08fd-472c-96ee-434796da4257', 'connection': 'close', 'status': '204', 'conte nt-location': 'http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9'} Body: b'' 2025-07-31 10:29:52,007 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9 0.259s 2025-07-31 10:29:52,007 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:51 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-520d0a7e-c4d5-4ef0-ba23-96a95767846f', 'x-compute-request-id': 'req-520d0a7e-c4d5-4ef0-ba23-96a95767846f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9'} Body: b'{"server": {"id": "9e80c750-3182-4740-9774-0bc9570854d9", "name": "tempest-VolumesActionsTest-instance-1520295962", "status": "ACTIVE", "tenant_id": "ed00999b3c9f479aba7214601365c8c3", "user_id": "f5634206591844a1bf55516e44221429", "metadata": {}, "hostId": "18cace4d03f0d81f10c930e285080a30a8db9d8dc0ccf0fdf65fddbb", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:27:59Z", "updated": "2025-07-31T10:29:52Z", "addresses": {"tempest-VolumesActionsTest-927276383-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:b8:07"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9e80c750-3182-4740-9774-0bc9570854d9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:28:15.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": []}}' 2025-07-31 10:30:42,125 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9 0.052s 2025-07-31 10:30:42,126 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:42 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-339f78c7-783e-419a-b11c-5a4f3bf725a2', 'x-compute-request-id': 'req-339f78c7-783e-419a-b11c-5a4f3bf725a2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9e80c750-3182-4740-9774-0bc9570854d9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9e80c750-3182-4740-9774-0bc9570854d9 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume aa28d334-1627-463e-a8dd-9e769b98606c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:30:42,352 98108 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/volumes 0.220s 2025-07-31 10:30:42,352 98108 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-1624699680"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-885b1cbe-b24c-437e-8566-a2f690661c35', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-885b1cbe-b24c-437e-8566-a2f690661c35', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "aa28d334-1627-463e-a8dd-9e769b98606c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:42.284138", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1624699680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa28d334-1627-463e-a8dd-9e769b98606c"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:30:42,407 98108 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/volumes/aa28d334-1627-463e-a8dd-9e769b98606c 0.042s 2025-07-31 10:30:42,407 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68294b9b-7393-43b1-8afc-2125f0e9cb67', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68294b9b-7393-43b1-8afc-2125f0e9cb67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c'} Body: b'{"volume": {"id": "aa28d334-1627-463e-a8dd-9e769b98606c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:42.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1624699680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa28d334-1627-463e-a8dd-9e769b98606c"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:43,471 98108 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/volumes/aa28d334-1627-463e-a8dd-9e769b98606c 0.048s 2025-07-31 10:30:43,471 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/jso n', 'x-compute-request-id': 'req-a7e08f0f-13c1-4c07-b056-172fe928bb6c', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7e08f0f-13c1-4c07-b056-172fe928bb6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c'} Body: b'{"volume": {"id": "aa28d334-1627-463e-a8dd-9e769b98606c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:42.000000", "updated_at": "2025-07-31T10:30:42.000000", "name": "tempest-VolumesActionsTest-Volume-1624699680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa28d334-1627-463e-a8dd-9e769b98606c"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:43,535 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c 0.048s 2025-07-31 10:30:43,535 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73253c92-b7f5-474e-8b9f-3321790ed698', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73253c92-b7f5-474e-8b9f-3321790ed698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c'} Body: b'{"volume": {"id": "aa28d334-1627-463e-a8dd-9e769b98606c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:42.000000", "updated_at": "2025-07-31T10:30:42.000000", "name": "tempest-VolumesActionsTest-Volume-1624699680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa28d334-1627-463e-a8dd-9e769b98606c"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:43,643 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c 0.094s 2025-07-31 10:30:43,644 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:43 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-e6328644-9865-4d91-9852-5c20c69bf03e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c'} Body: b'' 2025-07-31 10:30:43,673 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c 0.028s 2025-0 7-31 10:30:43,673 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:43 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-32f82774-beca-49e9-aff3-5e6aba134649', 'x-openstack-request-id': 'req-32f82774-beca-49e9-aff3-5e6aba134649', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa28d334-1627-463e-a8dd-9e769b98606c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aa28d334-1627-463e-a8dd-9e769b98606c 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5dafdf37-0c5a-4157-8788-863034e5a209 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:30:43,882 98108 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/volumes 0.205s 2025-07-31 10:30:43,882 98108 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-1194064928"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-053c50f1-8fb4-418a-9fc9-e6b84d298a6d', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-053c50f1-8fb4-418a-9fc9-e6b84d298a6d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5dafdf37-0c5a-4157-8788-863034e5a209", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:43.812812", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1194064928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5dafdf37-0c5a-4157-8788-863034e5a209"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:30:43,941 98108 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/volumes/5dafdf37-0c5a-4157-8788-863034e5a209 0.046s 2025-07-31 10:30:43,941 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad93d376-a2e8-4e91-9335-66794060e247', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad93d376-a2e8-4e91-9335-66794060e247', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209'} Body: b'{"volume": {"id": "5dafdf37-0c5a-4157-8788-863034e5a209", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:44.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1194064928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5dafdf37-0c5a-4157-8788-863034e5a209"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:45,004 98108 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/volumes/5dafdf37-0c5a-4157-8788-863034e5a209 0.048s 2025-07-31 10:30:45,005 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6247d48-a0d5-4718-b4f1-b39fbff05635', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6247d48-a0d5-4718-b4f1-b39fbff05635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209'} Body: b'{"volume": {"id": "5dafdf37-0c5a-4157-8788-863034e5a209", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:44.000000", "updated_at": "2025-07-31T10:30:44.000000", "name": "tempest-VolumesActionsTest-Volume-1194064928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5dafdf37-0c5a-4157-8788-863034e5a209"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:45,062 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209 0.044s 2025-07-31 10:30:45,063 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b8d52fa-8d1b-4f7d-8a22-8f3a8aca382e', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b8d52fa-8d1b-4f7d-8a22-8f3a8aca382e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209'} Body: b'{"volume": {"id": "5dafdf37-0c5a-4157-8788-863034e5a209", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:44.000000", "updated_at": "2025-07-31T10:30:44.000000", "name": "tempest-VolumesActionsTest-Volume-1194064928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5dafdf37-0c5a-4157-8788-863034e5a209"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:45,195 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209 0.118s 2025-07-31 10:30:45,196 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28617529-edf1-4bb5-9eab-c3aa86e0a3a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209'} Body: b'' 2025-07-31 10:30:45,218 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209 0.022s 2025-07-3 1 10:30:45,219 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-93fc5fa0-deab-4e28-9e48-535adc2ad0ce', 'x-openstack-request-id': 'req-93fc5fa0-deab-4e28-9e48-535adc2ad0ce', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5dafdf37-0c5a-4157-8788-863034e5a209'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5dafdf37-0c5a-4157-8788-863034e5a209 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fde78d51-ef2c-4f9b-8a52-e5a044cc42f2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:30:45,423 98108 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/volumes 0.201s 2025-07-31 10:30:45,423 98108 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-1149039114"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db24e169-497b-4d81-ab3e-3aa615608947', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db24e169-497b-4d81-ab3e-3aa615608947', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fde78d51-ef2c-4f9b-8a52-e5a044cc42f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:45.358588", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1149039114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:30:45,484 98108 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/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2 0.047s 2025-07-31 10:30:45,484 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d64bdf1-5686-427b-a079-0cb4061844f6', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d64bdf1-5686-427b-a079-0cb4061844f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2'} Body: b'{"volume": {"id": "fde78d51-ef2c-4f9b-8a52-e5a044cc42f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:45.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1149039114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:46,548 98108 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/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2 0.048s 2025-07-31 10:30:46,548 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compu te-request-id': 'req-bd646201-815f-4d11-a642-3b9a0e292f7f', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd646201-815f-4d11-a642-3b9a0e292f7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2'} Body: b'{"volume": {"id": "fde78d51-ef2c-4f9b-8a52-e5a044cc42f2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:45.000000", "updated_at": "2025-07-31T10:30:45.000000", "name": "tempest-VolumesActionsTest-Volume-1149039114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:46,611 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2 0.047s 2025-07-31 10:30:46,611 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a5b505a-4ec2-4526-b953-290d2fcf5d4d', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a5b505a-4ec2-4526-b953-290d2fcf5d4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2'} Body: b'{"volume": {"id": "fde78d51-ef2c-4f9b-8a52-e5a044cc42f2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:45.000000", "updated_at": "2025-07-31T10:30:45.000000", "name": "tempest-VolumesActionsTest-Volume-1149039114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:46,728 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2 0.103s 2025-07-31 10:30:46,728 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b7dc815-15e7-4e42-ba89-79bd743905e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2'} Body: b'' 2025-07-31 10:30:46,753 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2 0.024s 2025-07-31 10:30:4 6,753 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ad642e6-f3aa-4193-9b09-911ba54dc433', 'x-openstack-request-id': 'req-8ad642e6-f3aa-4193-9b09-911ba54dc433', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fde78d51-ef2c-4f9b-8a52-e5a044cc42f2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fde78d51-ef2c-4f9b-8a52-e5a044cc42f2 could not be found."}}' tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] --------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 43, 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 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 64c1a70e-3edd-43c0-8f80-6ec429275e0d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:30:45,463 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/types 0.169s 2025-07-31 10:30:45,463 98124 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-1848659354"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93016377-15a0-41ce-a53d-b37988427f76', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93016377-15a0-41ce-a53d-b37988427f76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "cd72e566-d457-4d6d-b117-ee4bac6c67d9", "name": "tempest-GroupsTest-volume-type-1848659354", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:30:45,507 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/group_types 0.040s 2025-07-31 10:30:45,508 98124 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-759631124"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37359d48-fd2a-4a9c-bd3c-546e5d2357e9', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37359d48-fd2a-4a9c-bd3c-546e5d2357e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "480b5db2-e34a-4655-8309-ce1d9187f17f", "name": "tempest-GroupsTest-group-type-759631124", "description": null, "is_public": true, "group_specs": {}}}' 2025-07-31 10:30:45,768 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/groups 0.257s 2025-07-31 10:30:45,769 98124 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": "480b5db2-e34a-4655-8309-ce1d9187f17f", "volume_types": ["cd72e566-d457-4d6d-b117-ee4bac6c67d9"], "name": "tempest-Group1-227368799"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-153afa5d-2f8f-4978-9946-12bb8c3b78c2', 'content-length': '93', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-153afa5d-2f8f-4978-9946-12bb8c3b78c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "64c1a70e-3edd-43c0-8f80-6ec429275e0d", "name": "tempest-Group1-227368799"}}' 2025-07-31 10:30:45,801 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/64c1a70e-3edd-43c0-8f80-6ec429275e0d 0.030s 2025-07-31 10:30:45,802 98124 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': 'Thu, 31 Jul 2025 10:30:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-3e75f6c3-bc79-45c1-9b4e-c0eddbfd0f9d', 'content-length': '321', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e75f6c3-bc79-45c1-9b4e-c0eddbfd0f9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/64c1a70e-3edd-43c0-8f80-6ec429275e0d'} Body: b'{"group": {"id": "64c1a70e-3edd-43c0-8f80-6ec429275e0d", "status": "creating", "availability_zone": "nova", "created_at": "2025-07-31T10:30:46.000000", "name": "tempest-Group1-227368799", "description": null, "group_type": "480b5db2-e34a-4655-8309-ce1d9187f17f", "volume_types": ["cd72e566-d457-4d6d-b117-ee4bac6c67d9"]}}' 2025-07-31 10:30:46,846 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/64c1a70e-3edd-43c0-8f80-6ec429275e0d 0.038s 2025-07-31 10:30:46,846 98124 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': 'Thu, 31 Jul 2025 10:30:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11d3d321-631c-4b2d-8c1e-cad61ed7898e', 'content-length': '318', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11d3d321-631c-4b2d-8c1e-cad61ed7898e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/64c1a70e-3edd-43c0-8f80-6ec429275e0d'} Body: b'{"group": {"id": "64c1a70e-3edd-43c0-8f80-6ec429275e0d", "status": "error", "availability_zone": "nova", "created_at": "2025-07-31T10:30:46.000000", "name": "tempest-Group1-227368799", "description": null, "group_type": "480b5db2-e34a-4655-8309-ce1d9187f17f", "volume_types": ["cd72e566-d457-4d6d-b117-ee4bac6c67d9"]}}' 2025-07-31 10:30:46,917 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.064s 2025-07-31 10:30:46,917 98124 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': 'Thu, 31 Jul 2025 10:30:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5da26555-86c3-4aeb-8189-f6aa75a47de7', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5da26555-86c3-4aeb-8189-f6aa75a47de7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-07-31 10:30:47,034 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/64c1a70e-3edd-43c0-8f80-6ec429275e0d/action 0.102s 2025-07-31 10:30:47,034 98124 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': 'Thu, 31 Jul 2025 10:30:46 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-0474bba4-e912-45c4-97d3-58182a39cb16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/64c1a70e-3edd-43c0-8f80-6ec429275e0d/action'} Body: b'' 2025-07-31 10:30:47,052 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/64c1a70e-3edd-43c0-8f80-6ec429275e0d 0.017s 2025-07-31 10:30:47,052 98124 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': 'Thu, 31 Jul 2025 10:30:47 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-6c83928e-6493-40fa-9f97-91be2c80f7f4', 'x-openstack-request-id': 'req-6c83928e-6493-40fa-9f97-91be2c80f7f4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/64c1a70e-3edd-43c0-8f80-6ec429275e0d'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 64c1a70e-3edd-43c0-8f80-6ec429275e0d could not be found."}}' 2025-07-31 10:30:47,095 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/480b5db2-e34a-4655-8309-ce1d9187f17f 0.041s 2025-07-31 10:30:47,095 98124 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': 'Thu, 31 Jul 2025 10:30:47 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-6a881e5d-1dcc-4ee5-9d90-2f44fb41afc7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/480b5db2-e34a-4655-8309-ce1d9187f17f'} Body: b'' 2025-07-31 10:30:47,155 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/cd72e566-d457-4d6d-b117-ee4bac6c67d9 0.059s 2025-07-31 10:30:47,156 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30: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-6e977b29-5d74-4be7-b0f4-4596efbdcd8a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/cd72e566-d457-4d6d-b117-ee4bac6c67d9'} Body: b'' 2025-07-31 10:30:47,183 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/cd72e566-d457-4d6d-b117-ee4bac6c67d9 0.027s 2025-07-31 10:30:47,184 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30: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-29858312-ee7e-45c0-8397-d2a2dc55f84a', 'x-openstack-request-id': 'req-29858312-ee7e-45c0-8397-d2a2dc55f84a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/cd72e566-d457-4d6d-b117-ee4bac6c67d9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type cd72e566-d457-4d6d-b117-ee4bac6c67d9 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9593ad1e-fa0e-4448-8d5c-4eca351dd8b2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:30:46,953 98108 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/volumes 0.196s 2025-07-31 10:30:46,953 98108 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-2097730061"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7130151d-2348-4ac6-b825-5d6a59e842fb', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7130151d-2348-4ac6-b825-5d6a59e842fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9593ad1e-fa0e-4448-8d5c-4eca351dd8b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:46.887826", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2097730061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:30:47,026 98108 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/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2 0.061s 2025-07-31 10:30:47,026 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ab28a66-a96e-4c56-86d2-9dbf93b5c26c', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ab28a66-a96e-4c56-86d2-9dbf93b5c26c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2'} Body: b'{"volume": {"id": "9593ad1e-fa0e-4448-8d5c-4eca351dd8b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:47.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2097730061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:48,092 98108 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/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2 0.044s 2025-07-31 10:30:48,093 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-4b9182cf-b252-4c89-9e0f-18aee2a06d2d', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b9182cf-b252-4c89-9e0f-18aee2a06d2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2'} Body: b'{"volume": {"id": "9593ad1e-fa0e-4448-8d5c-4eca351dd8b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:47.000000", "updated_at": "2025-07-31T10:30:47.000000", "name": "tempest-VolumesActionsTest-Volume-2097730061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:48,147 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2 0.038s 2025-07-31 10:30:48,147 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5685342-9f68-43a6-8da1-377c6f3f9d3c', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5685342-9f68-43a6-8da1-377c6f3f9d3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2'} Body: b'{"volume": {"id": "9593ad1e-fa0e-4448-8d5c-4eca351dd8b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:47.000000", "updated_at": "2025-07-31T10:30:47.000000", "name": "tempest-VolumesActionsTest-Volume-2097730061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:48,277 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2 0.115s 2025-07-31 10:30:48,277 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24bc092a-06d3-4716-b26b-0611f8aeb525', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2'} Body: b'' 2025-07-31 10:30:48,309 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2 0.031s 2025-07-31 10:30:48,309 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:48 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-fb06c3d1-911a-4175-ac17-49f8bbc5f0df', 'x-openstack-request-id': 'req-fb06c3d1-911a-4175-ac17-49f8bbc5f0df', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9593ad1e-fa0e-4448-8d5c-4eca351dd8b2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9593ad1e-fa0e-4448-8d5c-4eca351dd8b2 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 111, in test_group_update grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group b91e7d60-2035-4fa5-9ba1-2c6c247e1531 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:30:47,340 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/types 0.150s 2025-07-31 10:30:47,340 98124 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-1788757122"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3546d03-bf19-4654-8a2b-e3c14d65cad9', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3546d03-bf19-4654-8a2b-e3c14d65cad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "a7bb756a-bb6d-4e6b-826d-a9d595ca5048", "name": "tempest-GroupsTest-volume-type-1788757122", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:30:47,373 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/group_types 0.029s 2025-07-31 10:30:47,374 98124 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-1363223848"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e3ea34f-c908-43ae-9079-d3e35a303a49', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e3ea34f-c908-43ae-9079-d3e35a303a49', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "e57647d2-6054-4dc8-b1cf-e02ffd12b820", "name": "tempest-GroupsTest-group-type-1363223848", "description": null, "is_public": true, "group_specs": {}}}' 2025-07-31 10:30:47,456 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/groups 0.079s 2025-07-31 10:30:47,457 98124 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": "e57647d2-6054-4dc8-b1cf-e02ffd12b820", "volume_types": ["a7bb756a-bb6d-4e6b-826d-a9d595ca5048"], "name": "tempest-GroupsTest-Group-1867349156"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faa2162a-a5a5-420e-ab4e-615cab3482f2', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faa2162a-a5a5-420e-ab4e-615cab3482f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "b91e7d60-2035-4fa5-9ba1-2c6c247e1531", "name": "tempest-GroupsTest-Group-1867349156"}}' 2025-07-31 10:30:47,494 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/b91e7d60-2035-4fa5-9ba1-2c6c247e1531 0.035s 2025-07-31 10:30:47,494 98124 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': 'Thu, 31 Jul 2025 10:30:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fedd5d2-9e46-4b3f-bb67-cb4a6af b2aa7', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fedd5d2-9e46-4b3f-bb67-cb4a6afb2aa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/b91e7d60-2035-4fa5-9ba1-2c6c247e1531'} Body: b'{"group": {"id": "b91e7d60-2035-4fa5-9ba1-2c6c247e1531", "status": "creating", "availability_zone": "nova", "created_at": "2025-07-31T10:30:47.000000", "name": "tempest-GroupsTest-Group-1867349156", "description": null, "group_type": "e57647d2-6054-4dc8-b1cf-e02ffd12b820", "volume_types": ["a7bb756a-bb6d-4e6b-826d-a9d595ca5048"]}}' 2025-07-31 10:30:48,544 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/b91e7d60-2035-4fa5-9ba1-2c6c247e1531 0.044s 2025-07-31 10:30:48,545 98124 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': 'Thu, 31 Jul 2025 10:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32e3d52f-e875-4f08-a94d-f6ca242fe00f', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32e3d52f-e875-4f08-a94d-f6ca242fe00f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/b91e7d60-2035-4fa5-9ba1-2c6c247e1531'} Body: b'{"group": {"id": "b91e7d60-2035-4fa5-9ba1-2c6c247e1531", "status": "error", "availability_zone": "nova", "created_at": "2025-07-31T10:30:47.000000", "name": "tempest-GroupsTest-Group-1867349156", "description": null, "group_type": "e57647d2-6054-4dc8-b1cf-e02ffd12b820", "volume_types": ["a7bb756a-bb6d-4e6b-826d-a9d595ca5048"]}}' 2025-07-31 10:30:48,583 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.032s 2025-07-31 10:30:48,583 98124 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': 'Thu, 31 Jul 2025 10:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-288461f4-8854-4c96-be5a-0665d6459e01', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-288461f4-8854-4c96-be5a-0665d6459e01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-07-31 10:30:48,670 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/b91e7d60-2035-4fa5-9ba1-2c6c247e1531/action 0.073s 2025-07-31 10:30:48,671 98124 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': 'Thu, 31 Jul 2025 10:30:48 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-0eb59177-623f-4454-a8cf-c45704f40fa4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/b91e7d60-2035-4fa5-9ba1-2c6c247e1531/action'} Body: b'' 2025-07-31 10:30:48,702 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/b91e7d60-2035-4fa5-9ba1-2c6c247e1531 0.027s 2025-07-31 10:30:48,702 98124 DEBUG [tempest.lib.common.res t_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:48 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-28054a8f-37d3-40bb-af17-e3fea0769dc0', 'x-openstack-request-id': 'req-28054a8f-37d3-40bb-af17-e3fea0769dc0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/b91e7d60-2035-4fa5-9ba1-2c6c247e1531'} Body: b'{"itemNotFound": {"code": 404, "message": "Group b91e7d60-2035-4fa5-9ba1-2c6c247e1531 could not be found."}}' 2025-07-31 10:30:48,731 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/e57647d2-6054-4dc8-b1cf-e02ffd12b820 0.027s 2025-07-31 10:30:48,732 98124 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': 'Thu, 31 Jul 2025 10:30:48 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-740ffa26-9fa7-4c5d-8a14-4d53744028c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/e57647d2-6054-4dc8-b1cf-e02ffd12b820'} Body: b'' 2025-07-31 10:30:48,781 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/a7bb756a-bb6d-4e6b-826d-a9d595ca5048 0.049s 2025-07-31 10:30:48,782 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e4de7c0-2be1-4f2d-850c-6f4a3c67247f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/a7bb756a-bb6d-4e6b-826d-a9d595ca5048'} Body: b'' 2025-07-31 10:30:48,796 98124 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/a7bb756a-bb6d-4e6b-826d-a9d595ca5048 0.014s 2025-07-31 10:30:48,796 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f5b9d52-1770-4b78-b55a-a572742b1434', 'x-openstack-request-id': 'req-3f5b9d52-1770-4b78-b55a-a572742b1434', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/a7bb756a-bb6d-4e6b-826d-a9d595ca5048'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a7bb756a-bb6d-4e6b-826d-a9d595ca5048 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ea1e302c-1931-4e43-b7d7-49c3efd83006 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:30:48,494 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/volumes 0.179s 2025-07-31 10:30:48,495 98108 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-716752003"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48defb62-62f6-4d0d-abca-48df29bf9578', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48defb62-62f6-4d0d-abca-48df29bf9578', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ea1e302c-1931-4e43-b7d7-49c3efd83006", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:48.434528", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-716752003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:30:48,564 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006 0.053s 2025-07-31 10:30:48,565 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4025d7fd-6ee5-4e03-811c-029cd2fd2b12', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4025d7fd-6ee5-4e03-811c-029cd2fd2b12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006'} Body: b'{"volume": {"id": "ea1e302c-1931-4e43-b7d7-49c3efd83006", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:48.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-716752003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:49,622 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006 0.038s 2025-07-31 10:30:49,623 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd5be36e-c347-4e35-8303-8a314ddb4e46', 'conte nt-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd5be36e-c347-4e35-8303-8a314ddb4e46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006'} Body: b'{"volume": {"id": "ea1e302c-1931-4e43-b7d7-49c3efd83006", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:48.000000", "updated_at": "2025-07-31T10:30:49.000000", "name": "tempest-VolumesActionsTest-Volume-716752003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:49,678 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006 0.040s 2025-07-31 10:30:49,678 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-284e48ff-7251-4a59-9b7b-989b38e9649c', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-284e48ff-7251-4a59-9b7b-989b38e9649c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006'} Body: b'{"volume": {"id": "ea1e302c-1931-4e43-b7d7-49c3efd83006", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:48.000000", "updated_at": "2025-07-31T10:30:49.000000", "name": "tempest-VolumesActionsTest-Volume-716752003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006"}], "user_id": "f5634206591844a1bf55516e44221429", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed00999b3c9f479aba7214601365c8c3"}}' 2025-07-31 10:30:49,807 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006 0.115s 2025-07-31 10:30:49,807 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30: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-17d7b4fe-ccbe-41bc-8afb-2abfc03a808c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006'} Body: b'' 2025-07-31 10:30:49,838 98108 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006 0.030s 2025-07-31 10:30:49,839 98108 DEBUG [tempest.lib.common.rest_client] Request - Head ers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30: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-eadc3412-5642-44b2-a2aa-f935af2cb3eb', 'x-openstack-request-id': 'req-eadc3412-5642-44b2-a2aa-f935af2cb3eb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ea1e302c-1931-4e43-b7d7-49c3efd83006'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ea1e302c-1931-4e43-b7d7-49c3efd83006 could not be found."}}' 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.admin.test_volumes_list.VolumesListAdminTestJSON) -------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bcd00f16-024e-4bfd-a886-cbb8ba5f5421 failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ed3253aa-15a4-4250-ad00-5250c02be720 failed to build and is in ERROR status tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8b61d49f-f352-4b65-be38-5ea0e8c03548 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:31:10,179 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.118s 2025-07-31 10:31:10,180 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a6c9a829-22e2-4b61-9f98-5aa23977d47f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:31:10,575 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.394s 2025-07-31 10:31:10,576 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1, "name": "tempest-VolumesCloneTest-Volume-1556635718"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03f7a823-9220-4756-b650-8baeae94c26c', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03f7a823-9220-4756-b650-8baeae94c26c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8b61d49f-f352-4b65-be38-5ea0e8c03548", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:10.510537", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1556635718", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548"}], "user_id": "0c4d910d1c4141ce9b05d0db3115778d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:10,631 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548 0.043s 2025-07-31 10:31:10,631 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicatio n/json', 'x-compute-request-id': 'req-2ffbd760-c357-43c7-9c42-e4ad65d7e504', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ffbd760-c357-43c7-9c42-e4ad65d7e504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548'} Body: b'{"volume": {"id": "8b61d49f-f352-4b65-be38-5ea0e8c03548", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:11.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1556635718", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548"}], "user_id": "0c4d910d1c4141ce9b05d0db3115778d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42453258d9554bfdaf4ee64636450f5e"}}' 2025-07-31 10:31:11,689 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548 0.041s 2025-07-31 10:31:11,690 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b6aa282-4144-43f8-b541-5f8a30f0e66b', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b6aa282-4144-43f8-b541-5f8a30f0e66b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548'} Body: b'{"volume": {"id": "8b61d49f-f352-4b65-be38-5ea0e8c03548", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:11.000000", "updated_at": "2025-07-31T10:31:11.000000", "name": "tempest-VolumesCloneTest-Volume-1556635718", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548"}], "user_id": "0c4d910d1c4141ce9b05d0db3115778d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42453258d9554bfdaf4ee64636450f5e"}}' 2025-07-31 10:31:11,772 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548 0.066s 2025-07-31 10:31:11,772 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2dc8833-6fe5-4275-8d3a-1b3018aa288f', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2dc8833-6fe5-4275-8d3a-1b3018aa288f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548'} Body: b'{"volume": {"id": "8b61d49f-f352-4b65-be38-5ea0e8c03548", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:11.000000 ", "updated_at": "2025-07-31T10:31:11.000000", "name": "tempest-VolumesCloneTest-Volume-1556635718", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548"}], "user_id": "0c4d910d1c4141ce9b05d0db3115778d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42453258d9554bfdaf4ee64636450f5e"}}' 2025-07-31 10:31:11,934 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548 0.127s 2025-07-31 10:31:11,936 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 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-bee62020-9004-445b-885c-9b1b2cdd8f5a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548'} Body: b'' 2025-07-31 10:31:11,964 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548 0.028s 2025-07-31 10:31:11,965 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bbd0732-58ec-4dee-b8eb-296c606fa7ab', 'x-openstack-request-id': 'req-4bbd0732-58ec-4dee-b8eb-296c606fa7ab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b61d49f-f352-4b65-be38-5ea0e8c03548'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8b61d49f-f352-4b65-be38-5ea0e8c03548 could not be found."}}' 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c5b640ac-1541-4d85-9a43-ffa14f0c1ff0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:31:10,219 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/types 0.164s 2025-07-31 10:31:10,220 98114 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-1897636028", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b95c84b-9a18-4431-8342-947ce93b7a64', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b95c84b-9a18-4431-8342-947ce93b7a64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "c115a0d9-6b20-4d54-b769-5fadb424556a", "name": "tempest-VolumeTypesAccessTest-volume-type-1897636028", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2025-07-31 10:31:10,368 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/volumes 0.144s 2025-07-31 10:31:10,368 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "c115a0d9-6b20-4d54-b769-5fadb424556a", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:10 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-3f0622b1-0b95-4fa4-bacf-2b4775fc2578', 'x-openstack-request-id': 'req-3f0622b1-0b95-4fa4-bacf-2b4775fc2578', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c115a0d9-6b20-4d54-b769-5fadb424556a could not be found."}}' 2025-07-31 10:31:10,369 98114 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2025-07-31 10:31:10,416 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/types/c115a0d9-6b20-4d54-b769-5fadb424556a/action 0.046s 2025-07-31 10:31:10,417 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "6c742ba2c44e4e7dbf5897f8e24a1834"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31: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-6de59f7c-0f1d-4c81-a7f5-3bdacc5e56ca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/c115a0d9-6b20-4d54-b769-5fadb424556a/action'} Body: b'' 2025-07-31 10:31:10,638 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/volumes 0.219s 2025-07-31 10:31:10,638 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "c115a0d9-6b20-4d54-b769-5fadb424556a", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1904885829"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-requ est-id': 'req-7b2455ab-fcf1-4182-9204-14a9e0535dcd', 'content-length': '794', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b2455ab-fcf1-4182-9204-14a9e0535dcd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c5b640ac-1541-4d85-9a43-ffa14f0c1ff0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:10.570647", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1904885829", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1897636028", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0"}], "user_id": "dd68e1a268ef4d09a48949f8193e6e80", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:10,690 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0 0.039s 2025-07-31 10:31:10,691 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6184b7d7-14f9-4c4c-8f30-f58e61587e12', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6184b7d7-14f9-4c4c-8f30-f58e61587e12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0'} Body: b'{"volume": {"id": "c5b640ac-1541-4d85-9a43-ffa14f0c1ff0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:11.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1904885829", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1897636028", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0"}], "user_id": "dd68e1a268ef4d09a48949f8193e6e80", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c742ba2c44e4e7dbf5897f8e24a1834"}}' 2025-07-31 10:31:11,755 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0 0.037s 2025-07-31 10:31:11,756 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96e68c5b-7821-4f2c-8cdb-2cdeb20f4a6b', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96e68c5b-7821-4f2c-8cdb-2cdeb20f4a6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0'} Body: b'{"volume": {"id": "c5b640ac-1541-4d85-9a43-ffa14f0c1ff0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:11.000000", "updated_at": "2025-07-31T10:31:11.0 00000", "name": "tempest-VolumeTypesAccessTest-Volume-1904885829", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1897636028", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0"}], "user_id": "dd68e1a268ef4d09a48949f8193e6e80", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c742ba2c44e4e7dbf5897f8e24a1834"}}' 2025-07-31 10:31:11,810 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0 0.039s 2025-07-31 10:31:11,810 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc11df13-b677-4b36-8372-6c1eaf36423b', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc11df13-b677-4b36-8372-6c1eaf36423b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0'} Body: b'{"volume": {"id": "c5b640ac-1541-4d85-9a43-ffa14f0c1ff0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:11.000000", "updated_at": "2025-07-31T10:31:11.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1904885829", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1897636028", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0"}], "user_id": "dd68e1a268ef4d09a48949f8193e6e80", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6c742ba2c44e4e7dbf5897f8e24a1834"}}' 2025-07-31 10:31:11,948 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0 0.124s 2025-07-31 10:31:11,949 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 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-a3e255b7-c15a-4db0-92c2-f480470f3c2b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0'} Body: b'' 2025-07-31 10:31:11,970 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0 0.020s 2025-07-31 10:31:11,970 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-edd0afb1-7efb-45be-9810-7ae 48ccb9915', 'x-openstack-request-id': 'req-edd0afb1-7efb-45be-9810-7ae48ccb9915', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c5b640ac-1541-4d85-9a43-ffa14f0c1ff0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c5b640ac-1541-4d85-9a43-ffa14f0c1ff0 could not be found."}}' 2025-07-31 10:31:11,994 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/types/c115a0d9-6b20-4d54-b769-5fadb424556a/action 0.024s 2025-07-31 10:31:11,995 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "6c742ba2c44e4e7dbf5897f8e24a1834"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 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-14ae9275-eea8-4edf-ad9f-6e96d46b76e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/c115a0d9-6b20-4d54-b769-5fadb424556a/action'} Body: b'' 2025-07-31 10:31:12,040 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/c115a0d9-6b20-4d54-b769-5fadb424556a 0.045s 2025-07-31 10:31:12,040 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 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-cdcf83cd-8db9-4628-abfd-d2f2232e9b57', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/c115a0d9-6b20-4d54-b769-5fadb424556a'} Body: b'' 2025-07-31 10:31:12,057 98114 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/c115a0d9-6b20-4d54-b769-5fadb424556a 0.016s 2025-07-31 10:31:12,057 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:12 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-ea9c3ed0-08f5-4709-8226-5a3d1f8f0a30', 'x-openstack-request-id': 'req-ea9c3ed0-08f5-4709-8226-5a3d1f8f0a30', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/c115a0d9-6b20-4d54-b769-5fadb424556a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c115a0d9-6b20-4d54-b769-5fadb424556a 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5b0de190-c7c5-48c8-8a45-291c2633f6bf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:31:12,171 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.201s 2025-07-31 10:31:12,172 98108 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-1408309346"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76d467dd-e84b-414c-8ba8-d45328e000cd', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76d467dd-e84b-414c-8ba8-d45328e000cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5b0de190-c7c5-48c8-8a45-291c2633f6bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:12.105602", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1408309346", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf"}], "user_id": "0c4d910d1c4141ce9b05d0db3115778d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:12,260 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf 0.063s 2025-07-31 10:31:12,260 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21930c4d-30de-4204-afaa-3bddb7fed2f9', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21930c4d-30de-4204-afaa-3bddb7fed2f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf'} Body: b'{"volume": {"id": "5b0de190-c7c5-48c8-8a45-291c2633f6bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:12.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1408309346", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf"}], "user_id": "0c4d910d1c4141ce9b05d0db3115778d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42453258d9554bfdaf4ee64636450f5e"}}' 2025-07-31 10:31:13,344 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf 0.069s 2025-07-31 10:31:13,344 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e677df17-ed37-4edc-af19-fdaf6a658c22', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e677df17-ed37-4edc-af19-fdaf6a658c22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf'} Body: b'{"volume": {"id": "5b0de190-c7c5-48c8-8a45-291c2633f6bf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:12.000000", "updated_at": "2025-07-31T10:31:12.000000", "name": "tempest-VolumesCloneTest-Volume-1408309346", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf"}], "user_id": "0c4d910d1c4141ce9b05d0db3115778d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42453258d9554bfdaf4ee64636450f5e"}}' 2025-07-31 10:31:13,406 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf 0.047s 2025-07-31 10:31:13,406 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0661869d-5b5d-4268-b5ea-cb615e2a6737', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0661869d-5b5d-4268-b5ea-cb615e2a6737', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf'} Body: b'{"volume": {"id": "5b0de190-c7c5-48c8-8a45-291c2633f6bf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:12.000000", "updated_at": "2025-07-31T10:31:12.000000", "name": "tempest-VolumesCloneTest-Volume-1408309346", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf"}], "user_id": "0c4d910d1c4141ce9b05d0db3115778d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42453258d9554bfdaf4ee64636450f5e"}}' 2025-07-31 10:31:13,628 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf 0.208s 2025-07-31 10:31:13,628 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:13 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-7e8a209d-44a4-49e7-8603-97704d85f060', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf'} Body: b'' 2025-07-31 10:31:13,652 98108 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf 0.023s 2025-07-31 10:31:13,652 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type' : 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:13 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-5fb2e915-dcac-450d-8b0d-c3989dfbfa54', 'x-openstack-request-id': 'req-5fb2e915-dcac-450d-8b0d-c3989dfbfa54', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5b0de190-c7c5-48c8-8a45-291c2633f6bf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5b0de190-c7c5-48c8-8a45-291c2633f6bf could not be found."}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346.test_instance_boot_after_snapshot_deletion[compute,id-77889046-1a75-4f14-9b3a-fbbfdd8e5093,image,slow,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 358, in test_instance_boot_after_snapshot_deletion volume1 = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1405, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 094e9d35-4a18-4fe8-bcca-f0d7557a603e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:31:14,636 98124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.178s 2025-07-31 10:31:14,637 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9af5b6f1-1dbc-4d40-a931-d7349977ef07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:31:15,065 98124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 202 POST http://10.0.0.210/volume/v3/volumes 0.427s 2025-07-31 10:31:15,065 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.46', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestVolumeBootPatternV346-volume-origin-1547351823", "snapshot_id": null, "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a09c12c-da02-46e3-a729-ca02bdfab2c8', 'content-length': '782', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a09c12c-da02-46e3-a729-ca02bdfab2c8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "094e9d35-4a18-4fe8-bcca-f0d7557a603e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:14.989448", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-1547351823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e"}], "user_id": "ce8b9694dc6341c58074324f89077d2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:31:15,138 98124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e 0.060s 2025-07-31 10:31:15,138 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'applic ation/json', 'Openstack-Api-Version': 'volume 3.46', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83f07844-2d02-4528-bf76-93af2cce31b9', 'content-length': '850', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83f07844-2d02-4528-bf76-93af2cce31b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e'} Body: b'{"volume": {"id": "094e9d35-4a18-4fe8-bcca-f0d7557a603e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:15.000000", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-1547351823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e"}], "user_id": "ce8b9694dc6341c58074324f89077d2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "206905192b2f4b4c899d7d9ced0c4efc"}}' 2025-07-31 10:31:16,203 98124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e 0.048s 2025-07-31 10:31:16,204 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.46', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4311683-8549-4f86-a1ed-1fc22a549d88', 'content-length': '871', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4311683-8549-4f86-a1ed-1fc22a549d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e'} Body: b'{"volume": {"id": "094e9d35-4a18-4fe8-bcca-f0d7557a603e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:15.000000", "updated_at": "2025-07-31T10:31:15.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-1547351823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e"}], "user_id": "ce8b9694dc6341c58074324f89077d2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "206905192b2f4b4c899d7d9ced0c4efc"}}' 2025-07-31 10:31:16,328 98124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e 0.109s 2025-07-31 10:31:16,329 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.46', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req -65853726-0b70-4c12-9e5f-5e09f46d25ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e'} Body: b'' 2025-07-31 10:31:16,351 98124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e 0.021s 2025-07-31 10:31:16,351 98124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.46', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-740d9ebe-44ca-447c-acf0-2b3e4bcba08d', 'x-openstack-request-id': 'req-740d9ebe-44ca-447c-acf0-2b3e4bcba08d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/094e9d35-4a18-4fe8-bcca-f0d7557a603e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 094e9d35-4a18-4fe8-bcca-f0d7557a603e could not be found."}}' setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 622176c9-c203-41c2-9884-9d3311c62651 failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) --------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7b054642-4a7b-4124-b90b-719fcb9c95a0 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 257, in _wait_for_multiple_resources callback(resource_id=r, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 590df218-aa5c-4684-a13d-51416043461c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:31:27,103 98114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.421s 2025-07-31 10:31:27,104 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-214123219"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a95557b-a4b1-4043-b3f6-66ad79dd3837', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a95557b-a4b1-4043-b3f6-66ad79dd3837', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "590df218-aa5c-4684-a13d-51416043461c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:27.038637", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-214123219", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/590df218-aa5c-4684-a13d-51416043461c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/590df218-aa5c-4684-a13d-51416043461c"}], "user_id": "f2f3b34ec8a344619cd1da447084647d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:27,298 98114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.181s 2025-07-31 10:31:27,298 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1917289998"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a16ce9a6-54ef-455a-9f6c-d8b144ff29a3', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a16ce9a6-54ef-455a-9f6c-d8b144ff29a3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ff0991d4-0c06-44e6-ad5d-32434acf473d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:27.240112", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1917289998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ff0991d4-0c06-44e6-ad5d-32434acf473d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ff0991d4-0c06-44e6-ad5d-32434acf473d"}], "user_id": "f2f3b34ec8a344619cd1da447084647d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:27,508 98114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.196s 2025-07-31 10:31:27,509 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-86399063 7"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2200afb2-6fab-4c94-ad4d-9b5bfad2df09', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2200afb2-6fab-4c94-ad4d-9b5bfad2df09', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "13ec4146-ed29-4314-8846-f9aaa8587871", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:27.442258", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-863990637", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/13ec4146-ed29-4314-8846-f9aaa8587871"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/13ec4146-ed29-4314-8846-f9aaa8587871"}], "user_id": "f2f3b34ec8a344619cd1da447084647d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:27,717 98114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.196s 2025-07-31 10:31:27,717 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1411738659"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b26b309-74c2-41f9-a07a-14932bc4496a', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b26b309-74c2-41f9-a07a-14932bc4496a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3f2c3966-904f-4e1a-9ad7-56553ccfea43", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:27.651400", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1411738659", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f2c3966-904f-4e1a-9ad7-56553ccfea43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f2c3966-904f-4e1a-9ad7-56553ccfea43"}], "user_id": "f2f3b34ec8a344619cd1da447084647d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:27,926 98114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.196s 2025-07-31 10:31:27,926 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1871843411"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bd3ed8b-8e77-42ad-bc66-4816bceb2d9a', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bd3ed8b-8e77-42ad-bc66-4816bceb2d9a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "806f476f-d86f-43e 3-aab6-aed86aabe85b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:27.855010", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1871843411", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/806f476f-d86f-43e3-aab6-aed86aabe85b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/806f476f-d86f-43e3-aab6-aed86aabe85b"}], "user_id": "f2f3b34ec8a344619cd1da447084647d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:27,987 98114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/590df218-aa5c-4684-a13d-51416043461c 0.049s 2025-07-31 10:31:27,988 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0bc1d69-71ce-49a4-944b-3b10193f3d2e', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0bc1d69-71ce-49a4-944b-3b10193f3d2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/590df218-aa5c-4684-a13d-51416043461c'} Body: b'{"volume": {"id": "590df218-aa5c-4684-a13d-51416043461c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:27.000000", "updated_at": "2025-07-31T10:31:27.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-214123219", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/590df218-aa5c-4684-a13d-51416043461c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/590df218-aa5c-4684-a13d-51416043461c"}], "user_id": "f2f3b34ec8a344619cd1da447084647d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e89497aadf7445a8b12280bd6f046e9"}}' 2025-07-31 10:31:29,042 98114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/590df218-aa5c-4684-a13d-51416043461c 0.040s 2025-07-31 10:31:29,043 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13eae2ad-eb5c-4679-8691-0b6e532b035e', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13eae2ad-eb5c-4679-8691-0b6e532b035e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/590df218-aa5c-4684-a13d-51416043461c'} Body: b'{"volume": {"id": "590df218-aa5c-4684-a13d-51416043461c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:27.000000", "updated_at": "2025-07-31T10:31:27.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-214123219", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/590df218-aa5c-4684-a13d-51416043461c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/590df218-aa5c-4684-a13d-51416043461c"}], "user_id": "f2f3b34ec8a344619cd1da447084647d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e89497aadf7445a8b12280bd6f046e9"}}' tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_instances_with_cinder_volumes.py", line 134, in test_instances_with_cinder_volumes_on_all_compute_nodes waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 75a55002-343c-446c-8113-8b8797917d18 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:31:32,782 98108 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-230366683-785709759 on backend None 2025-07-31 10:31:32,904 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://10.0.0.210/volume/v3/types 0.121s 2025-07-31 10:31:32,904 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-230366683-785709759", "extra_specs": {}}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28b53eee-8515-4cd3-9920-e98d85a5d321', 'content-length': '267', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28b53eee-8515-4cd3-9920-e98d85a5d321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "2f47367d-428b-44e2-9ab4-13f193ce6a17", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-230366683-785709759", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:31:32,908 98108 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.3-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2025-07-31 10:31:33,625 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 201 POST http://10.0.0.210/image/v2/images 0.714s 2025-07-31 10:31:33,625 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--966337317", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-e7929248-dcfa-4305-99f8-a83c334e05bc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--966337317", "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": "6bf9899b38e547eaa6e420336cca1b55", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3cda6663-9b1f-44e6-8578-0190d393ddd4", "created_at": "2025-07-31T10:31:34Z", "updated_at": "2025-07-31T10:31:34Z", "tags": [], "self": "/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4", "file": "/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:31:34,878 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 204 PUT http://10.0.0.210/image/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4/file 1.252s 2025-07-31 10:31:34,879 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-edf35384-64a3-4528-a30c-d1551350 c592', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4/file'} Body: b'' 2025-07-31 10:31:34,879 98108 DEBUG [tempest.scenario.manager] image:3cda6663-9b1f-44e6-8578-0190d393ddd4 2025-07-31 10:31:34,940 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.059s 2025-07-31 10:31:34,941 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestInstancesWithCinderVolumes-471773081", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNwmHbiiMFu3sGh+ioxKgbPd7Ospi4td8whC0cBCLDLOUdaEmHSEulI22dSmKIv6RRuLhgUhL0bIutykQlcszicez9MejEWOyeJenjN+91Kecyak9Jw99kv6vaBE430O+w=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '423', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfc9f8e1-2702-4494-ae0f-3e9f0ea868a4', 'x-compute-request-id': 'req-cfc9f8e1-2702-4494-ae0f-3e9f0ea868a4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-TestInstancesWithCinderVolumes-471773081", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNwmHbiiMFu3sGh+ioxKgbPd7Ospi4td8whC0cBCLDLOUdaEmHSEulI22dSmKIv6RRuLhgUhL0bIutykQlcszicez9MejEWOyeJenjN+91Kecyak9Jw99kv6vaBE430O+w==", "fingerprint": "a9:89:cc:e4:81:a1:7a:81:43:38:80:16:33:0e:bb:1d", "user_id": "3a85f78feb564e6597bdbb3bff7191e7"}}' 2025-07-31 10:31:34,992 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://10.0.0.210/compute/v2.1/os-availability-zone/detail 0.047s 2025-07-31 10:31:34,992 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '479', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1637282e-1389-4450-bb0b-324b0f0180bf', 'x-compute-request-id': 'req-1637282e-1389-4450-bb0b-324b0f0180bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-availability-zone/detail'} Body: b'{"availabilityZoneInfo": [{"zoneName": "internal", "zoneState": {"available": true}, "hosts": {"user": {"nova-scheduler": {"available": true, "active": true, "updated_at": "2025-07-31T10:29:37.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2025-07-31T10:31:28.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"user": {"nova-compute": {"available": true, "active": true, "updated_at": "2025-07-31T10:30:11.000000"}}}}]}' 2025-07-31 10:31:34,998 98108 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1065111347-2117385607 on backend None 2025-07-31 10:31:35,038 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://10.0.0.210/volume/v3/types 0.039s 2025-07-31 10:31:35,038 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: { 'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1065111347-2117385607", "extra_specs": {}}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e47ef1af-e939-47fd-bc65-163515de5519', 'content-length': '269', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e47ef1af-e939-47fd-bc65-163515de5519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "e90e6e04-a7dc-49d3-86d5-59a64ffff487", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1065111347-2117385607", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:31:35,041 98108 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-448830551-984810628 on backend None 2025-07-31 10:31:35,081 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://10.0.0.210/volume/v3/types 0.039s 2025-07-31 10:31:35,081 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-448830551-984810628", "extra_specs": {}}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-970d3371-8cc4-46ac-ad88-cb4385e3bd91', 'content-length': '267', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-970d3371-8cc4-46ac-ad88-cb4385e3bd91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "421131eb-cf12-426b-a141-1a6c8e6f289f", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-448830551-984810628", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:31:35,084 98108 DEBUG [tempest.scenario.test_instances_with_cinder_volumes] List of hosts selected to boot servers [{'zone': 'nova', 'host_name': 'user'}]: 2025-07-31 10:31:35,460 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 202 POST http://10.0.0.210/volume/v3/volumes 0.375s 2025-07-31 10:31:35,460 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-1252319764", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1065111347-2117385607", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-280a6c15-ada8-4c1f-b379-d6ea0a468645', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-280a6c15-ada8-4c1f-b379-d6ea0a468645', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "81214b92-f936-4321-a245-6d43942fff86", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:35.381385", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-125 2319764", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1065111347-2117385607", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81214b92-f936-4321-a245-6d43942fff86"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81214b92-f936-4321-a245-6d43942fff86"}], "user_id": "3a85f78feb564e6597bdbb3bff7191e7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:35,694 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 202 POST http://10.0.0.210/volume/v3/volumes 0.222s 2025-07-31 10:31:35,695 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-35235940", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-448830551-984810628", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f0a5e52-0836-4ef3-91ba-85007e0659b6', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f0a5e52-0836-4ef3-91ba-85007e0659b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "af2746b6-3b52-4422-9b41-e78a28a435a5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:35.624060", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-35235940", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-448830551-984810628", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af2746b6-3b52-4422-9b41-e78a28a435a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af2746b6-3b52-4422-9b41-e78a28a435a5"}], "user_id": "3a85f78feb564e6597bdbb3bff7191e7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:35,732 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://10.0.0.210/image/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4 0.024s 2025-07-31 10:31:35,732 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '810', 'content-type': 'application/json', 'x-openstack-request-id': 'req-97999765-a358-40cf-8dfd-d11ec0fef56d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4'} Body: b'{"name": "tempest-scenario-img--966337317", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "6bf9899b38e547eaa6e420336cca1b55", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "3cda6663-9b1f-44e6-8578-0190d393ddd4", "created_at": "2025-07-31T10:31:34Z", "updated_at": "2025-07-31T10:31:35Z", "tags": [], "self": "/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4", "file": "/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:31:36,066 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 202 POST http://10.0.0.210/volume/v3/volumes 0.333s 2025-07-31 10:31:36,067 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-1552150171", "snapshot_id": null, "imageRef": "3cda6663-9b1f-44e6-8578-0190d393ddd4", "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-230366683-785709759", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a9a341e-be61-44da-8ec0-97403009f1b0', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a9a341e-be61-44da-8ec0-97403009f1b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "75a55002-343c-446c-8113-8b8797917d18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:36.003784", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1552150171", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-230366683-785709759", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/75a55002-343c-446c-8113-8b8797917d18"}], "user_id": "3a85f78feb564e6597bdbb3bff7191e7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:36,120 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18 0.041s 2025-07-31 10:31:36,120 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e6be9ae-1608-455e-9128-861dc2561e72', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e6be9ae-1608-455e-9128-861dc2561e72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18'} Body: b'{"volume": {"id": "75a55002-343c-446c-8113-8b8797917d18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:36.000000", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1552150171", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-230366683-785709759", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/75a55002-343c-446c-8113-8b8797917d18"}], "user_id": "3a85f78feb564e6597bdbb3bff7191e7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6bf9899b38e547eaa6e420336cca1b55"}}' 20 25-07-31 10:31:37,182 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18 0.046s 2025-07-31 10:31:37,183 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13bd7fd8-5a38-48f2-afab-486621305e60', 'content-length': '932', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13bd7fd8-5a38-48f2-afab-486621305e60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18'} Body: b'{"volume": {"id": "75a55002-343c-446c-8113-8b8797917d18", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:36.000000", "updated_at": "2025-07-31T10:31:36.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-1552150171", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-230366683-785709759", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/75a55002-343c-446c-8113-8b8797917d18"}], "user_id": "3a85f78feb564e6597bdbb3bff7191e7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6bf9899b38e547eaa6e420336cca1b55"}}' 2025-07-31 10:31:37,295 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18 0.097s 2025-07-31 10:31:37,295 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-079bd983-da80-4465-8060-24ac81d30bf6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18'} Body: b'' 2025-07-31 10:31:37,320 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18 0.024s 2025-07-31 10:31:37,320 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-56cf379d-67a6-4ed0-960d-d91ec051eb50', 'x-openstack-request-id': 'req-56cf379d-67a6-4ed0-960d-d91ec051eb50', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/75a55002-343c-446c-8113-8b8797917d18'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 75a55002-343c-446c-8113-8b8797917d18 could not be found."}}' 2025-07-31 10:31:37,421 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/af2746b6-3b52-4422-9b41-e78a28a435a5 0.100s 2025-07- 31 10:31:37,422 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73b5eb02-01eb-4e19-a4da-af4ca997fc53', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af2746b6-3b52-4422-9b41-e78a28a435a5'} Body: b'' 2025-07-31 10:31:37,442 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/af2746b6-3b52-4422-9b41-e78a28a435a5 0.020s 2025-07-31 10:31:37,442 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5fe9d4d-453e-41e1-a700-cae8287f8dc4', 'x-openstack-request-id': 'req-d5fe9d4d-453e-41e1-a700-cae8287f8dc4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af2746b6-3b52-4422-9b41-e78a28a435a5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume af2746b6-3b52-4422-9b41-e78a28a435a5 could not be found."}}' 2025-07-31 10:31:37,539 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/81214b92-f936-4321-a245-6d43942fff86 0.096s 2025-07-31 10:31:37,540 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b5caa15-78af-4229-9b57-689deb3cdfa7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81214b92-f936-4321-a245-6d43942fff86'} Body: b'' 2025-07-31 10:31:37,565 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/81214b92-f936-4321-a245-6d43942fff86 0.024s 2025-07-31 10:31:37,565 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d554de0-421e-4556-a462-4b2805edc42a', 'x-openstack-request-id': 'req-3d554de0-421e-4556-a462-4b2805edc42a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81214b92-f936-4321-a245-6d43942fff86'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 81214b92-f936-4321-a245-6d43942fff86 could not be found."}}' 2025-07-31 10:31:37,602 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1 0.036s 2025-07-31 10:31:37,602 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Header s: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ee034b9-55b7-490a-8da9-afb1b228f3ee', 'content-length': '1950', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ee034b9-55b7-490a-8da9-afb1b228f3ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:22.000000", "updated_at": "2025-07-31T10:30:22.000000", "name": "tempest-ServerActionsTestOtherA-volume-1512947649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}], "user_id": "f6645c19806f4333ab8470a4ca992d55", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc"}, {"id": "a45f1056-84ef-4dd9-b978-faf8dd73c1de", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:39.000000", "updated_at": "2025-07-31T10:29:39.000000", "name": "dc084fc4-afa9-4f71-b598-411bb5f438ca-blank-vol", "description": "", "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a45f1056-84ef-4dd9-b978-faf8dd73c1de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a45f1056-84ef-4dd9-b978-faf8dd73c1de"}], "user_id": "a363956d9f57470bbb49e324aee59c8d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "2c28a946df93445886a686a64cf66604"}]}' 2025-07-31 10:31:37,667 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/421131eb-cf12-426b-a141-1a6c8e6f289f 0.049s 2025-07-31 10:31:37,667 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78139555-f8ef-49fa-8ba1-04a8d19b7d90', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/421131eb-cf12-426b-a141-1a6c8e6f289f'} Body: b'' 2025-07-31 10:31:37,749 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1 0.080s 2025-07-31 10:31:37,749 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d3b2312-5b38-4dd0-b3cf-bfe736f40c23', 'content-length': '1950', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d3b2312-5b38-4dd0-b3cf-bfe7 36f40c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:22.000000", "updated_at": "2025-07-31T10:30:22.000000", "name": "tempest-ServerActionsTestOtherA-volume-1512947649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}], "user_id": "f6645c19806f4333ab8470a4ca992d55", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc"}, {"id": "a45f1056-84ef-4dd9-b978-faf8dd73c1de", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:39.000000", "updated_at": "2025-07-31T10:29:39.000000", "name": "dc084fc4-afa9-4f71-b598-411bb5f438ca-blank-vol", "description": "", "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a45f1056-84ef-4dd9-b978-faf8dd73c1de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a45f1056-84ef-4dd9-b978-faf8dd73c1de"}], "user_id": "a363956d9f57470bbb49e324aee59c8d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "2c28a946df93445886a686a64cf66604"}]}' 2025-07-31 10:31:37,812 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/e90e6e04-a7dc-49d3-86d5-59a64ffff487 0.047s 2025-07-31 10:31:37,813 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44213d4e-a8a4-4bef-bc32-c332877c9f63', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/e90e6e04-a7dc-49d3-86d5-59a64ffff487'} Body: b'' 2025-07-31 10:31:37,846 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-471773081 0.033s 2025-07-31 10:31:37,847 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c9e395a-30ce-4898-a9c0-cab6fe5a5590', 'x-compute-request-id': 'req-1c9e395a-30ce-4898-a9c0-cab6fe5a5590', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-471773081'} Body: b'' 2025-07-31 10:31:37,933 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4 0.085s 2025-07-31 10:31:37,933 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e75612a7-eac4-431a-a505-4ad764f91b15', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3cda6663-9b1f-44e6-8578-0190d393ddd4'} Body: b'' 2025-07-31 10:31:38,008 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1 0.074s 2025-07-31 10:31:38,008 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16830f9a-1324-4fc4-b394-0449f7fe8c8d', 'content-length': '1950', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16830f9a-1324-4fc4-b394-0449f7fe8c8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:22.000000", "updated_at": "2025-07-31T10:30:22.000000", "name": "tempest-ServerActionsTestOtherA-volume-1512947649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}], "user_id": "f6645c19806f4333ab8470a4ca992d55", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc"}, {"id": "a45f1056-84ef-4dd9-b978-faf8dd73c1de", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:29:39.000000", "updated_at": "2025-07-31T10:29:39.000000", "name": "dc084fc4-afa9-4f71-b598-411bb5f438ca-blank-vol", "description": "", "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a45f1056-84ef-4dd9-b978-faf8dd73c1de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a45f1056-84ef-4dd9-b978-faf8dd73c1de"}], "user_id": "a363956d9f57470bbb49e324aee59c8d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "2c28a946df93445886a686a64cf66604"}]}' 2025-07-31 10:31:38,073 98108 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/2f47367d-428b-44e2-9ab4-13f193ce6a17 0.049s 2025-07-31 10:31:38,073 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 202 5 10:31: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-86da7a7d-4ffe-421c-944c-f002214ae13e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/2f47367d-428b-44e2-9ab4-13f193ce6a17'} Body: b'' cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] ------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, 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 139, in test_snapshot_removal volume_1 = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bb490001-9407-419b-845e-bb372f3562d9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:31:45,242 98114 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 202 POST http://10.0.0.210/volume/v3/volumes 0.397s 2025-07-31 10:31:45,243 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDependencyTests-volume-608389540", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63bbbb02-01f4-41b8-8356-7b714aea98e4', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63bbbb02-01f4-41b8-8356-7b714aea98e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "bb490001-9407-419b-845e-bb372f3562d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:45.173410", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-608389540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bb490001-9407-419b-845e-bb372f3562d9"}], "user_id": "f5916fe0d5d24184aec49aa621525dd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:31:45,298 98114 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9 0.042s 2025-07-31 10:31:45,298 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5669d483-ef0f-4502-b42b-a2bd199cc6b8', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5669d483-ef0f-4502-b42b-a2bd199cc6b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9'} Body: b'{"volume": {"id": "bb490001-9407-419b-845e-bb372f3562d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:45.000000", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-608389540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bb490001-9407-419b-845e-bb372f3562d9"}], "user_id": "f5916fe0d5d24184aec49aa621525dd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca2df3a5c4974043830a24ea0eeab75c"}}' 2025-07-31 10:31:46,355 98114 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9 0.042s 2025-07-31 10:31:46,355 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-1fd640f7-e365-4fbe-9f95-1490067acb2b', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fd640f7-e365-4fbe-9f95-1490067acb2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9'} Body: b'{"volume": {"id": "bb490001-9407-419b-845e-bb372f3562d9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:31:45.000000", "updated_at": "2025-07-31T10:31:45.000000", "name": "tempest-SnapshotDependencyTests-volume-608389540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bb490001-9407-419b-845e-bb372f3562d9"}], "user_id": "f5916fe0d5d24184aec49aa621525dd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca2df3a5c4974043830a24ea0eeab75c"}}' 2025-07-31 10:31:46,477 98114 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9 0.106s 2025-07-31 10:31:46,477 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4d008e9-7940-4c3f-abf6-d05654dd4a58', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9'} Body: b'' 2025-07-31 10:31:46,502 98114 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9 0.024s 2025-07-31 10:31:46,503 98114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b13e5917-35c9-4850-a765-45a68090d491', 'x-openstack-request-id': 'req-b13e5917-35c9-4850-a765-45a68090d491', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bb490001-9407-419b-845e-bb372f3562d9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bb490001-9407-419b-845e-bb372f3562d9 could not be found."}}' tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.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 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 475, in test_rebuild_server_with_volume_attached waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:29:21,772 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa 0.259s 2025-07-31 10:29:21,772 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:29:21 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-58618367-c76f-4f85-b617-79edcf544f83', 'x-compute-request-id': 'req-58618367-c76f-4f85-b617-79edcf544f83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa'} Body: b'{"server": {"id": "89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa", "name": "tempest-ServerActionsTestOtherA-server-197744620", "status": "ACTIVE", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "user_id": "f6645c19806f4333ab8470a4ca992d55", "metadata": {}, "hostId": "64c297d649256b129c2297af737e7796912bd1795fadd873aa7c9d15", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:27:29Z", "updated": "2025-07-31T10:27:46Z", "addresses": {"tempest-ServerActionsTestOtherA-643710180-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:5d:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1276964573", "OS-SRV-USG:launched_at": "2025-07-31T10:27:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1085583387"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:30:22,072 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/volumes 0.224s 2025-07-31 10:30:22,073 98116 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-ServerActionsTestOtherA-volume-1512947649"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1ab9263-c7d7-4c7f-a0d8-23996a2a30d0', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1ab9263-c7d7-4c7f-a0d8-23996a2a30d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:22.005947", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-1512947649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88 "}], "user_id": "f6645c19806f4333ab8470a4ca992d55", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:30:22,221 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.128s 2025-07-31 10:30:22,221 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2495', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-27d258f7-23e3-4812-9918-bb76cffab016', '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": "f6645c19806f4333ab8470a4ca992d55", "name": "tempest-ServerActionsTestOtherA-1756835093-project-member", "password_expires_at": null}, "audit_ids": ["LqIrvKK_RbKxq6WS0q075g"], "expires_at": "2025-07-31T11:30:22.000000Z", "issued_at": "2025-07-31T10:30:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "28fa38b5a12b4014a7716cfe1cefc8bc", "name": "tempest-ServerActionsTestOtherA-1756835093"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/28fa38b5a12b4014a7716cfe1cefc8bc", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:30:22,222 98116 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': '0b0ef3d0-7392-4545-8728-594f19601fbb', 'name': 'tempest-ServerActionsTestOtherA-643710180-network', 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 5 3338, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:27:22Z', 'updated_at': '2025-07-31T10:27:22Z', 'revision_number': 1} available for tenant 2025-07-31 10:30:22,223 98116 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:30:22,224 98116 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:30:22,289 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.063s 2025-07-31 10:30:22,289 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-794660193", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHKM7vSn2KknCeB9Y2NXXySLMVSj4fjbSNp40UU1VNMOmEjqoPne6W4p8GVDfwnnD2e+NEwgAY0dskfmUpyFCmu6GHs98uQdDnMflMBfU4n6/72wMZT0VPhmtcRSbMdeXQ=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:22 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-4c4c1c04-7f4d-4e83-a314-22a453430860', 'x-compute-request-id': 'req-4c4c1c04-7f4d-4e83-a314-22a453430860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-794660193", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHKM7vSn2KknCeB9Y2NXXySLMVSj4fjbSNp40UU1VNMOmEjqoPne6W4p8GVDfwnnD2e+NEwgAY0dskfmUpyFCmu6GHs98uQdDnMflMBfU4n6/72wMZT0VPhmtcRSbMdeXQ==", "fingerprint": "a1:9c:30:14:9b:ec:8b:6a:16:21:7d:3c:a9:80:22:20", "user_id": "f6645c19806f4333ab8470a4ca992d55"}}' 2025-07-31 10:30:22,291 98116 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-794660193 created 2025-07-31 10:30:22,557 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.265s 2025-07-31 10:30:22,557 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--215565054", "description": "tempest-description--1370031479"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-deb31afe-511b-42ce-a917-b2280565813a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f6941679-bb57-4da2-9797-409436abddf1", "name": "tempest-securitygroup--215565054", "stateful": true, "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "description": "tempest-description--1370031479", "shared": false, "security_group_rules": [{"id": "114b078b-4320-4cfd-843b-5d79ff91f119", "project_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "security_group_id": "f6941679-bb57-4da2-9797-409436abddf1", "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": 888, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:30:22Z", "updated_at": "2025-07-31T 10:30:22Z", "revision_number": 0}, {"id": "cf2075c2-f444-4918-9f99-92856f4779fb", "project_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "security_group_id": "f6941679-bb57-4da2-9797-409436abddf1", "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": 889, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:30:22Z", "updated_at": "2025-07-31T10:30:22Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:30:22Z", "updated_at": "2025-07-31T10:30:22Z", "revision_number": 1, "project_id": "28fa38b5a12b4014a7716cfe1cefc8bc"}}' 2025-07-31 10:30:22,770 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.212s 2025-07-31 10:30:22,770 98116 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": "f6941679-bb57-4da2-9797-409436abddf1", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-5cf1791e-9b93-44de-b359-6e2310492ee4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5975ee9f-6cc4-48d1-a9eb-2750c4ef992f", "project_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "security_group_id": "f6941679-bb57-4da2-9797-409436abddf1", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:30:22Z", "updated_at": "2025-07-31T10:30:22Z", "revision_number": 0}}' 2025-07-31 10:30:22,980 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.209s 2025-07-31 10:30:22,981 98116 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": "f6941679-bb57-4da2-9797-409436abddf1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-8dd915bd-97d6-4641-bdf0-8a8992ebfd48', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b2d73904-dadd-44b2-a975-6bd92883f0d7", "project_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "security_group_id": "f6941679-bb57-4da2-9797-409436abddf1", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:30:22Z", "updated_at": "2025-07-31T10:30:22Z", "revision_number": 0}}' 2025-07-31 10:30:22,981 98116 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--215565054 created 2025-07-31 10:30:23,708 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.726s 2025-07-31 10:30:23,708 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-5479e2ce-d6d1-4c0f-9af9-1bdbb5789fe6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "326095b0-18f4-4640-a9f7-652d8380638e", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "floating_ip_address": "172.24.4.89", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:30:23Z", "updated_at": "2025-07-31T10:30:23Z", "revision_number": 0}}' 2025-07-31 10:30:23,709 98116 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '326095b0-18f4-4640-a9f7-652d8380638e', 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'floating_ip_address': '172.24.4.89', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:30:23Z', 'updated_at': '2025-07-31T10:30:23Z', 'revision_number': 0, 'ip': '172.24.4.89'} created 2025-07-31 10:30:23,709 98116 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-794660193', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHKM7vSn2KknCeB9Y2NXXySLMVSj4fjbSNp40UU1VNMOmEjqoPne6W4p8GVDfwnnD2e+NEwgAY0dskfmUpyFCmu6GHs98uQdDnMflMBfU4n6/72wMZT0VPhmtcRSbMdeXQ==', 'fingerprint': 'a1:9c:30:14:9b:ec:8b:6a:16:21:7d:3c:a9:80:22:20', 'user_id': 'f6645c19806f4333ab8470a4ca992d55', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAmsyf5+YCS3nJo4/EKUNbtWP+JgBhTjTVowswBsqln/r/HaDeaQsmL\nU07rVQaMFXugBwYFK4EEACKhZANiAARyjO70p9ipJwngfWNjV18kizFUo+H420ja\neNFFNVTTDphI6qD53uluKfBlQ38J5w9nvjRMIAGNHbJH5lKchQpruhh7PfLkHQ5z\nH5TAX1OJ+v+9sDGU9FT4ZrXEUmzHXl0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f6941679-bb57-4da2-9797-409436abddf1', 'name': 'tempest-securitygroup--215565054', 'stateful': True, 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'description': 'tempest-description--1370031479', 'shared': False, 'security_group_rules': [{'id': '114b078b-4320-4cfd-843b-5d79ff91f119', 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'security_group_id': 'f6941679-bb57-4da2-9797-409436abddf1', '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': 888, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:30:22Z', 'updated_at': '2025-07-31T10:30:22Z', 'revision_number': 0}, {'id': 'cf2075c2-f444-4918-9f99-92856f4779fb', 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'security_group_id': 'f6941679-bb57-4da2-9797-409436abddf1', '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_a ttr_id': 889, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:30:22Z', 'updated_at': '2025-07-31T10:30:22Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:30:22Z', 'updated_at': '2025-07-31T10:30:22Z', 'revision_number': 1, 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc'}, 'floating_ip': {'id': '326095b0-18f4-4640-a9f7-652d8380638e', 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'floating_ip_address': '172.24.4.89', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:30:23Z', 'updated_at': '2025-07-31T10:30:23Z', 'revision_number': 0, 'ip': '172.24.4.89'}} 2025-07-31 10:30:24,264 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 0.554s 2025-07-31 10:30:24,265 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-tempest.common.compute-instance-1245552799", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "0b0ef3d0-7392-4545-8728-594f19601fbb"}], "security_groups": [{"name": "tempest-securitygroup--215565054"}], "key_name": "tempest-keypair-794660193", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1eaf4617-c654-450e-9582-a249c726bd6e', 'x-compute-request-id': 'req-1eaf4617-c654-450e-9582-a249c726bd6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--215565054"}], "adminPass": "NTW5VCRxGw4h"}}' 2025-07-31 10:30:24,335 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0 0.067s 2025-07-31 10:30:24,336 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5faef884-6e0e-43d9-a16e-7904b6d5d4f1', 'x-compute-request-id': 'req-5faef884-6e0e-43d9-a16e-7904b6d5d4f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0'} Body: b'{"server": {"id": "6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0", "name": "tempest-tempest.common.compute-instance-1245552799", "status": "BUILD", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "user_id": "f6645c19806f4333ab8470a4ca992d55", "metada ta": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:30:24Z", "updated": "2025-07-31T10:30:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-794660193", "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": []}}' 2025-07-31 10:31:14,853 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0 0.462s 2025-07-31 10:31:14,854 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:31:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1541', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2a9431d-e035-425a-9531-f3c571b495b4', 'x-compute-request-id': 'req-d2a9431d-e035-425a-9531-f3c571b495b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0'} Body: b'{"server": {"id": "6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0", "name": "tempest-tempest.common.compute-instance-1245552799", "status": "ACTIVE", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "user_id": "f6645c19806f4333ab8470a4ca992d55", "metadata": {}, "hostId": "64c297d649256b129c2297af737e7796912bd1795fadd873aa7c9d15", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:30:24Z", "updated": "2025-07-31T10:30:40Z", "addresses": {"tempest-ServerActionsTestOtherA-643710180-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:b3:52"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-794660193", "OS-SRV-USG:launched_at": "2025-07-31T10:30:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--215565054"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:31:14,872 98116 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:32:15,116 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0/os-interface 0.184s 2025-07-31 10:32:15,116 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json' , 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:14 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-6f4b96da-f7ed-4331-944d-a4876e2f9302', 'x-compute-request-id': 'req-6f4b96da-f7ed-4331-944d-a4876e2f9302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "0b0ef3d0-7392-4545-8728-594f19601fbb", "port_id": "f9a5e79e-e747-4816-a9d9-45b46545cff4", "mac_addr": "fa:16:3e:92:b3:52", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c2f3c663-4391-497c-acc5-57d1620eee7a", "ip_address": "10.0.0.10"}]}]}' 2025-07-31 10:32:15,968 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/326095b0-18f4-4640-a9f7-652d8380638e 0.846s 2025-07-31 10:32:15,968 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f9a5e79e-e747-4816-a9d9-45b46545cff4"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-caf53e0e-46b1-417f-a0ea-17750af3ca12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/326095b0-18f4-4640-a9f7-652d8380638e'} Body: b'{"floatingip": {"id": "326095b0-18f4-4640-a9f7-652d8380638e", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "floating_ip_address": "172.24.4.89", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "13d7723a-08e6-4bbe-8e40-4f2fdeb58f14", "port_id": "f9a5e79e-e747-4816-a9d9-45b46545cff4", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "0b0ef3d0-7392-4545-8728-594f19601fbb", "mac_address": "fa:16:3e:92:b3:52", "admin_state_up": true, "status": "ACTIVE", "device_id": "6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:30:23Z", "updated_at": "2025-07-31T10:32:15Z", "revision_number": 1, "project_id": "28fa38b5a12b4014a7716cfe1cefc8bc"}}' 2025-07-31 10:32:15,969 98116 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.89:22' as 'cirros' with public key authentication 2025-07-31 10:32:15,982 98116 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:32:16,041 98116 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:32:16,041 98116 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.89 successfully created 2025-07-31 10:32:16,474 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0 0.432s 2025-07-31 10:32:16,475 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1541', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c90a7f1-61f4-4032-962f-094788f7146d', 'x-compute-request-id': 'req-8c90a7f1-61f4-4032-962f-094788f7146d', 'connection ': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0'} Body: b'{"server": {"id": "6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0", "name": "tempest-tempest.common.compute-instance-1245552799", "status": "ACTIVE", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "user_id": "f6645c19806f4333ab8470a4ca992d55", "metadata": {}, "hostId": "64c297d649256b129c2297af737e7796912bd1795fadd873aa7c9d15", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:30:24Z", "updated": "2025-07-31T10:30:40Z", "addresses": {"tempest-ServerActionsTestOtherA-643710180-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:b3:52"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-794660193", "OS-SRV-USG:launched_at": "2025-07-31T10:30:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--215565054"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:32:16,531 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88 0.041s 2025-07-31 10:32:16,532 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0be55f88-1dd1-4f26-ab06-689341e6bc44', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0be55f88-1dd1-4f26-ab06-689341e6bc44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88'} Body: b'{"volume": {"id": "9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:22.000000", "updated_at": "2025-07-31T10:30:22.000000", "name": "tempest-ServerActionsTestOtherA-volume-1512947649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}], "user_id": "f6645c19806f4333ab8470a4ca992d55", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc"}}' 2025-07-31 10:32:17,587 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88 0.040s 2025-07-31 10:32:17,588 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reque st-id': 'req-9bd225ed-b0b2-4db6-9391-ca8bc2c5799a', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bd225ed-b0b2-4db6-9391-ca8bc2c5799a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88'} Body: b'{"volume": {"id": "9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:30:22.000000", "updated_at": "2025-07-31T10:30:22.000000", "name": "tempest-ServerActionsTestOtherA-volume-1512947649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9e305c7d-d4ca-46e1-8ff7-24dc15cb2e88"}], "user_id": "f6645c19806f4333ab8470a4ca992d55", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc"}}' 2025-07-31 10:32:17,878 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa 0.276s 2025-07-31 10:32:17,878 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e1841e0-5e50-48dd-86a0-24be216b287d', 'x-compute-request-id': 'req-1e1841e0-5e50-48dd-86a0-24be216b287d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa'} Body: b'{"server": {"id": "89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa", "name": "tempest-ServerActionsTestOtherA-server-197744620", "status": "ACTIVE", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "user_id": "f6645c19806f4333ab8470a4ca992d55", "metadata": {}, "hostId": "64c297d649256b129c2297af737e7796912bd1795fadd873aa7c9d15", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:27:29Z", "updated": "2025-07-31T10:27:46Z", "addresses": {"tempest-ServerActionsTestOtherA-643710180-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:5d:17"}, {"version": 4, "addr": "172.24.4.213", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:5d:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1276964573", "OS-SRV-USG:launched_at": "2025-07-31T10:27:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1085583387"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:33:18,325 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0 0.373s 2025-07-31 10:33:18,325 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:17 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-79392056-0d06-49c2-9cc6-e162e8889788', 'x-compute-request-id': 'req-79392056-0d06-49c2-9cc6-e162e8889788', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0'} Body: b'' 2025-07-31 10:33:18,569 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0 0.243s 2025-07-31 10:33:18,569 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1665', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e72d3996-ded7-4d73-9b07-0ff5685b7976', 'x-compute-request-id': 'req-e72d3996-ded7-4d73-9b07-0ff5685b7976', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0'} Body: b'{"server": {"id": "6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0", "name": "tempest-tempest.common.compute-instance-1245552799", "status": "ACTIVE", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "user_id": "f6645c19806f4333ab8470a4ca992d55", "metadata": {}, "hostId": "64c297d649256b129c2297af737e7796912bd1795fadd873aa7c9d15", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:30:24Z", "updated": "2025-07-31T10:33:18Z", "addresses": {"tempest-ServerActionsTestOtherA-643710180-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:b3:52"}, {"version": 4, "addr": "172.24.4.89", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:b3:52"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-794660193", "OS-SRV-USG:launched_at": "2025-07-31T10:30:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--215565054"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:34:08,649 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0 0.045s 2025-07-31 10:34:08,650 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Ver sion,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-7d3e779c-3cc2-4f96-9f5b-1329f5949756', 'x-compute-request-id': 'req-7d3e779c-3cc2-4f96-9f5b-1329f5949756', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6ff0b9e2-2151-49c0-a5d7-d174c8ab41e0 could not be found."}}' 2025-07-31 10:34:08,682 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-794660193 0.031s 2025-07-31 10:34:08,682 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34: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-daf0b787-fd8d-48fa-bf5c-c53e96e3736c', 'x-compute-request-id': 'req-daf0b787-fd8d-48fa-bf5c-c53e96e3736c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-794660193'} Body: b'' 2025-07-31 10:34:08,852 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/f6941679-bb57-4da2-9797-409436abddf1 0.169s 2025-07-31 10:34:08,852 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-61b498e3-2d8d-40ff-817d-092bdc32e9c5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/f6941679-bb57-4da2-9797-409436abddf1'} Body: b'' 2025-07-31 10:34:08,869 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/f6941679-bb57-4da2-9797-409436abddf1 0.016s 2025-07-31 10:34:08,869 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-bfed82e8-9b03-43a0-9eb6-07ec40a5ded8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/f6941679-bb57-4da2-9797-409436abddf1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f6941679-bb57-4da2-9797-409436abddf1 does not exist", "detail": ""}}' 2025-07-31 10:34:09,211 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/326095b0-18f4-4640-a9f7-652d8380638e 0.341s 2025-07-31 10:34:09,212 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-63c94cc9-7bc4-45e7-8f85-20423f0c19b8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/326095b0-18f4-4640-a9f7-652d8380638e'} Body: b'' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 307, 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 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 343, 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 326, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server fe16c840-fe2d-43fc-b539-5134ac7bf7c9 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-07-31T10:33:42Z', 'message': 'Build of instance fe16c840-fe2d-43fc-b539-5134ac7bf7c9 aborted: Volume a1cb6ac5-5ddc-4c95-89b7-fa1e14c3bd61 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Request ID of server operation performed before checking the server status req-a4a7d0d8-5034-4578-8663-3f942a555942. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:30:23,890 98110 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.051s 2025-07-31 10:30:23,891 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2521', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-29414f1a-a463-473a-b615-87aa4f6cd84a', '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": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "password_expires_at": null}, "audit_ids": ["MSmQaHevRCObOB57Cu4iqg"], "expires_at": "2025-07-31T11:30:23.000000Z", "issued_at": "2025-07-31T10:30:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2c28a946df93445886a686a64cf66604", "name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2c28a946df93445886a686a64cf66604", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:30:23,893 98110 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '6a83412b-3385-44fe-98db-a4ec93b84ab0', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-374999867-network', 'tenant_id': '2c28a946df93445886a686a64cf66604', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2c28a946df93445886a686a64cf66604', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46013, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope ': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:26:22Z', 'updated_at': '2025-07-31T10:26:22Z', 'revision_number': 1} available for tenant 2025-07-31 10:30:24,625 98110 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.728s 2025-07-31 10:30:24,626 98110 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-1250039782", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "6a83412b-3385-44fe-98db-a4ec93b84ab0"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:30:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1', '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-3bcbd851-0b9e-40ce-ad93-5589a519617e', 'x-compute-request-id': 'req-3bcbd851-0b9e-40ce-ad93-5589a519617e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "3cVn8Bn58NGq"}}' 2025-07-31 10:30:24,711 98110 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/671a4bf0-7b86-4710-86b3-e1f9f0630ba1 0.078s 2025-07-31 10:30:24,711 98110 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': 'Thu, 31 Jul 2025 10:30:24 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-27fed8b9-287c-470b-84fc-9b20243dacbb', 'x-compute-request-id': 'req-27fed8b9-287c-470b-84fc-9b20243dacbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1'} Body: b'{"server": {"id": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1250039782", "status": "BUILD", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:30:24Z", "updated": "2025-07-31T10:30:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1"}], "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": []}}' 2025-07-31 10:31:15,102 98110 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/671a4bf0-7b86-4710-86b3-e1f9f0630ba1 0.350s 2025-07-31 10:31:15,103 98110 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': 'Thu, 31 Jul 2025 10:31:14 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-d383563f-ecf4-42af-b062-a27f3cd73833', 'x-compute-request-id': 'req-d383563f-ecf4-42af-b062-a27f3cd73833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1'} Body: b'{"server": {"id": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1250039782", "status": "ACTIVE", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "e3016bde2af4b48d65117650db1b1937df05351e321e67d2ea4208a2", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:30:24Z", "updated": "2025-07-31T10:30:42Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-374999867-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:1b:43"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:30:42.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": []}}' 2025-07-31 10:31:15,122 98110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-07-31 10:32:16,009 98110 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/671a4bf0-7b86-4710-86b3-e1f9f0630ba1/action 0.856s 2025-07-31 10:32:16,009 98110 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-ServerBootFromVolumeStableRescueTest-image-1951509921"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:15 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-Ver sion,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0853ee1-eef1-4953-99a0-5095c0eb0e2f', 'x-compute-request-id': 'req-a0853ee1-eef1-4953-99a0-5095c0eb0e2f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1/action'} Body: b'{"image_id": "5f3557d9-225d-4344-af41-188c6c931149"}' 2025-07-31 10:32:16,036 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.025s 2025-07-31 10:32:16,036 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a5096df4-c6b1-461a-873e-ea39dea877a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:16Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:17,059 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.021s 2025-07-31 10:32:17,059 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1ed9dba6-26a1-4d1d-be65-e2e9c4b7dcc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a36395 6d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:16Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:18,085 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.024s 2025-07-31 10:32:18,085 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-075747dd-72b9-4b94-a29c-4bd683ecf07d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:16Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:19,109 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.022s 2025-07-31 10:32:19,109 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-efc4b9a1-2317-4f27-afa8-2714786cb258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_project_name": "tempest-Ser verBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:16Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:20,148 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.037s 2025-07-31 10:32:20,149 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e5796a3b-0a49-4c6d-91e0-06089d94912c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:16Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:21,174 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.023s 2025-07-31 10:32:21,174 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a4fbbd4d-06b1-4bff-a28e-193d89ec474c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e 5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:16Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:22,204 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.028s 2025-07-31 10:32:22,204 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-63651dc9-e0f5-49fe-aac4-d26d2d29cf82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:16Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:23,231 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.025s 2025-07-31 10:32:23,232 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'con tent-type': 'application/json', 'x-openstack-request-id': 'req-cdc7f2a3-a878-42ec-a5cc-caa51b6932df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_id": "2c28a946df93445886a686a64cf66604", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:23Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:24,257 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.023s 2025-07-31 10:32:24,257 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-910f1049-d73c-4318-9270-c1de369d20e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_id": "2c28a946df93445886a686a64cf66604", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "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": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:23Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:25,289 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.030s 2025-07-31 10:32:25,289 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-629217ab-55e2-4a03-b084-de021b08c4b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_id": "2c28a946df93445886a686a64cf66604", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1951509921", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "e4f109bae4187c2aa3331dc143788937", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "16d00685acf711d889423dc609567feddd95945e0f73f5e33c7062736da920f495eb40b9a933d89aa96bf2420b9987e4e323f094ce8c4e0bdbbea4588ef483c8", "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:24Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:25,313 98110 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/5f3557d9-225d-4344-af41-188c6c931149 0.024s 2025-07-31 10:32:25,314 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-64b65f0d-c851-44ef-9e86-502e97041077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5f3557d9-225d-4344-af41-188c6c931149'} Body: b'{"base_image_ref": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "owner_id": "2c28a946df93445886a686a64cf66604", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "user_id": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVo lumeStableRescueTest-image-1951509921", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "e4f109bae4187c2aa3331dc143788937", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2c28a946df93445886a686a64cf66604", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "16d00685acf711d889423dc609567feddd95945e0f73f5e33c7062736da920f495eb40b9a933d89aa96bf2420b9987e4e323f094ce8c4e0bdbbea4588ef483c8", "id": "5f3557d9-225d-4344-af41-188c6c931149", "created_at": "2025-07-31T10:32:16Z", "updated_at": "2025-07-31T10:32:24Z", "tags": [], "self": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149", "file": "/v2/images/5f3557d9-225d-4344-af41-188c6c931149/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:25,658 98110 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/671a4bf0-7b86-4710-86b3-e1f9f0630ba1 0.343s 2025-07-31 10:32:25,658 98110 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': 'Thu, 31 Jul 2025 10:32:25 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-94cc559a-cd76-4c2c-bb16-66548010db4c', 'x-compute-request-id': 'req-94cc559a-cd76-4c2c-bb16-66548010db4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1'} Body: b'{"server": {"id": "671a4bf0-7b86-4710-86b3-e1f9f0630ba1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1250039782", "status": "ACTIVE", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "e3016bde2af4b48d65117650db1b1937df05351e321e67d2ea4208a2", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:30:24Z", "updated": "2025-07-31T10:32:25Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-374999867-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:1b:43"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/671a4bf0-7b86-4710-86b3-e1f9f0630ba1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-07-31T10:30:42.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": []}}' 2025-07-31 10:33:25,788 98110 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.044s 2025-07-31 10:33:25,788 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2521', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6742e0b5-3560-495f-92d9-5ba72fc77deb', '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": "a363956d9f57470bbb49e324aee59c8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932-project-member", "password_expires_at": null}, "audit_ids": ["upDTNu1MQie55EJAJA9xYw"], "expires_at": "2025-07-31T11:33:25.000000Z", "issued_at": "2025-07-31T10:33:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2c28a946df93445886a686a64cf66604", "name": "tempest-ServerBootFromVolumeStableRescueTest-1466112932"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2c28a946df93445886a686a64cf66604", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:33:25,789 98110 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '6a83412b-3385-44fe-98db-a4ec93b84ab0', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-374999867-network', 'tenant_id': '2c28a946df93445886a686a64cf66604', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2c28a946df93445886a686a64cf66604', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46013, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:26:22Z', 'updated_at': '2025-07-31T10:26:22Z', 'revision_number': 1} available for tenant 2025-07-31 10:33:26,397 98110 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.608s 2025-07-31 10:33:26,398 98110 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-490183250", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "destination_type": "volume"}], "networks": [{"uuid": "6a83412b-3385-44fe-98db-a4ec93b84ab0"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9', '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-a4a7d0d8-5034-4578-8663-3f942a555942', 'x-compute-request-id': 'req-a4a7d0d8-5034-4578-8663-3f942a555942', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "fe16c840-fe2d-43fc-b539-5134ac7bf7c9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "V6JcQHsUJXkb"}}' 2025-07-31 10:33:26,512 98110 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/fe16c840-fe2d-43fc-b539-5134ac7bf7c9 0.111s 2025-07-31 10:33:26,512 98110 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': 'Thu, 31 Jul 2025 10:33:26 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-e656d941-535a-4bd0-a692-66eb7efd938d', 'x-compute-request-id': 'req-e656d941-535a-4bd0-a692-66eb7efd938d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9'} Body: b'{"server": {"id": "fe16c840-fe2d-43fc-b539-5134ac7bf7c9", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-490183250", "status": "BUILD", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:33:26Z", "updated": "2025-07-31T10:33:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9"}], "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": []}}' 2025-07-31 10:34:16,697 9 8110 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/fe16c840-fe2d-43fc-b539-5134ac7bf7c9 0.117s 2025-07-31 10:34:16,697 98110 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': 'Thu, 31 Jul 2025 10:34:16 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-49fd505f-4e96-4e0c-bb75-a7b4e390d438', 'x-compute-request-id': 'req-49fd505f-4e96-4e0c-bb75-a7b4e390d438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9'} Body: b'{"server": {"id": "fe16c840-fe2d-43fc-b539-5134ac7bf7c9", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-490183250", "status": "ERROR", "tenant_id": "2c28a946df93445886a686a64cf66604", "user_id": "a363956d9f57470bbb49e324aee59c8d", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-07-31T10:33:26Z", "updated": "2025-07-31T10:33:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-07-31T10:33:42Z", "message": "Build of instance fe16c840-fe2d-43fc-b539-5134ac7bf7c9 aborted: Volume a1cb6ac5-5ddc-4c95-89b7-fa1e14c3bd61 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": []}}' 2025-07-31 10:34:16,716 98110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-07-31 10:34:17,234 98110 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/fe16c840-fe2d-43fc-b539-5134ac7bf7c9 0.517s 2025-07-31 10:34:17,235 98110 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': 'Thu, 31 Jul 2025 10:34:16 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-ebe0148e-c9e2-4075-bd8c-625d28822214', 'x-compute-request-id': 'req-ebe0148e-c9e2-4075-bd8c-625d28822214', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9'} Body: b'' 2025-07-31 10:34:17,314 98110 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image _volume): 404 GET http://10.0.0.210/compute/v2.1/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9 0.078s 2025-07-31 10:34:17,314 98110 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': 'Thu, 31 Jul 2025 10:34:17 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-c16df058-9437-4edd-b2d9-25e918ebbce8', 'x-compute-request-id': 'req-c16df058-9437-4edd-b2d9-25e918ebbce8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fe16c840-fe2d-43fc-b539-5134ac7bf7c9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance fe16c840-fe2d-43fc-b539-5134ac7bf7c9 could not be found."}}' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 181, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume df32f259-c762-45a4-9866-1863675eaba9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:32:02,897 98108 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.3-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2025-07-31 10:32:03,633 98108 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.735s 2025-07-31 10:32:03,634 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1110970405", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-dd6e6e73-0baf-4b0e-b939-7753bcdb03c6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1110970405", "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": "eda7533fc4ec452a967ea460519a06fc", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f1bd60a1-081c-445d-a549-f77a9b13cbf7", "created_at": "2025-07-31T10:32:04Z", "updated_at": "2025-07-31T10:32:04Z", "tags": [], "self": "/v2/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7", "file": "/v2/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:32:04,821 98108 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/f1bd60a1-081c-445d-a549-f77a9b13cbf7/file 1.186s 2025-07-31 10:32:04,821 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-28acab02-1c2b-4b1d-8867-0b607aa1a9ea', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7/file'} Body: b'' 2025-07-31 10:32:04,821 98108 DEBUG [tempest.scenario.manager] image:f1bd60a1-081c-445d-a549-f77a9b13cbf7 2025-07-31 10:32:04,941 98108 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.118s 2025-07-31 10:32:04,942 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-660393162", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEths4nLrmsBxGHFe0snpeYcSVi1Wx/SznQWBBt+ov/n4KTnpZ5pkCSs/CWdQ0bHy4qKyxeJ0C50tbImOlKrK3TsSSACBq+hX2GXdZUewm921QzigKuHcRHvBSG5Rq6riA=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c35980f6-f5d9-4325-821c-9f13de02b542', 'x-compute-request-id': 'req-c35980f6-f5d9-4325-821c-9f13de02b542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0. 0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-660393162", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEths4nLrmsBxGHFe0snpeYcSVi1Wx/SznQWBBt+ov/n4KTnpZ5pkCSs/CWdQ0bHy4qKyxeJ0C50tbImOlKrK3TsSSACBq+hX2GXdZUewm921QzigKuHcRHvBSG5Rq6riA==", "fingerprint": "6d:54:ea:7d:d2:ad:e0:25:18:52:57:4d:56:e4:47:1c", "user_id": "0727d96352d54ccaa14665724787ccf6"}}' 2025-07-31 10:32:04,994 98108 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.044s 2025-07-31 10:32:04,994 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-273721a5-ef58-46da-a32e-df29c8211423', '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": "0727d96352d54ccaa14665724787ccf6", "name": "tempest-TestMinimumBasicScenario-1745172107-project-member", "password_expires_at": null}, "audit_ids": ["4roq1cGHSvy0eaNV8q8s7g"], "expires_at": "2025-07-31T11:32:04.000000Z", "issued_at": "2025-07-31T10:32:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eda7533fc4ec452a967ea460519a06fc", "name": "tempest-TestMinimumBasicScenario-1745172107"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/eda7533fc4ec452a967ea460519a06fc", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:32:04,995 98108 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'f3a2962b-1909-4b3a-bcac-f3a601797ec3', 'name': 'tempest-TestMinimumBasicScenario-611164139-network', 'tenant_id': 'eda7533fc4ec452a967 ea460519a06fc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'eda7533fc4ec452a967ea460519a06fc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52119, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:31:47Z', 'updated_at': '2025-07-31T10:31:47Z', 'revision_number': 1} available for tenant 2025-07-31 10:32:05,500 98108 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.504s 2025-07-31 10:32:05,501 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1387461900", "imageRef": "f1bd60a1-081c-445d-a549-f77a9b13cbf7", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-660393162", "networks": [{"uuid": "f3a2962b-1909-4b3a-bcac-f3a601797ec3"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5f8bda7-f9f1-4be9-90bb-d651e45eb790', 'x-compute-request-id': 'req-a5f8bda7-f9f1-4be9-90bb-d651e45eb790', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "W6qJfEzycjL5"}}' 2025-07-31 10:32:05,581 98108 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/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d 0.077s 2025-07-31 10:32:05,582 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5d3da81-e919-4210-88f2-1d567e545837', 'x-compute-request-id': 'req-b5d3da81-e919-4210-88f2-1d567e545837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d'} Body: b'{"server": {"id": "0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d", "name": "tempest-TestMinimumBasicScenario-server-1387461900", "status": "BUILD", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "", "image": {"id": "f1bd60a1-081c-445d-a549-f77a9b13cbf7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:32:05Z", "updated": "2025-07-31T10:32:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "se lf", "href": "http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-660393162", "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": []}}' 2025-07-31 10:32:55,929 98108 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/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d 0.282s 2025-07-31 10:32:55,929 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:32:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cd15207-0071-48bc-b575-f48b162c78de', 'x-compute-request-id': 'req-1cd15207-0071-48bc-b575-f48b162c78de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d'} Body: b'{"server": {"id": "0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d", "name": "tempest-TestMinimumBasicScenario-server-1387461900", "status": "ACTIVE", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "9f80aa2212896cb58f381f7c04acc4f2054c41e1f2afa0c15e041a42", "image": {"id": "f1bd60a1-081c-445d-a549-f77a9b13cbf7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:32:05Z", "updated": "2025-07-31T10:32:21Z", "addresses": {"tempest-TestMinimumBasicScenario-611164139-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:5e:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-660393162", "OS-SRV-USG:launched_at": "2025-07-31T10:32:21.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": []}}' 2025-07-31 10:32:55,944 98108 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:33:56,260 98108 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/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d 0.259s 2025-07-31 10:33:56,261 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-opensta ck-request-id': 'req-f5a1a403-a37e-43da-b851-55c1c1c1bbce', 'x-compute-request-id': 'req-f5a1a403-a37e-43da-b851-55c1c1c1bbce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d'} Body: b'{"server": {"id": "0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d", "name": "tempest-TestMinimumBasicScenario-server-1387461900", "status": "ACTIVE", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "9f80aa2212896cb58f381f7c04acc4f2054c41e1f2afa0c15e041a42", "image": {"id": "f1bd60a1-081c-445d-a549-f77a9b13cbf7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:32:05Z", "updated": "2025-07-31T10:32:21Z", "addresses": {"tempest-TestMinimumBasicScenario-611164139-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:5e:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-660393162", "OS-SRV-USG:launched_at": "2025-07-31T10:32:21.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": []}}' 2025-07-31 10:33:56,503 98108 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.217s 2025-07-31 10:33:56,504 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:56 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-24f6235c-9d4e-45a2-b89a-a91e28230a6a', 'x-compute-request-id': 'req-24f6235c-9d4e-45a2-b89a-a91e28230a6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d", "name": "tempest-TestMinimumBasicScenario-server-1387461900", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}]}]}' 2025-07-31 10:33:56,722 98108 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/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d 0.214s 2025-07-31 10:33:56,723 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e44a041d-757c-4b84-ac26-da3ed37d7e84', 'x-compute-request-id': 'req-e44a041d-757c-4b84-ac26-da3ed37d7e84', 'connection': 'close', 'status' : '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d'} Body: b'{"server": {"id": "0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d", "name": "tempest-TestMinimumBasicScenario-server-1387461900", "status": "ACTIVE", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "9f80aa2212896cb58f381f7c04acc4f2054c41e1f2afa0c15e041a42", "image": {"id": "f1bd60a1-081c-445d-a549-f77a9b13cbf7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:32:05Z", "updated": "2025-07-31T10:32:21Z", "addresses": {"tempest-TestMinimumBasicScenario-611164139-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:5e:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-660393162", "OS-SRV-USG:launched_at": "2025-07-31T10:32:21.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": []}}' 2025-07-31 10:33:56,965 98108 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/volumes 0.227s 2025-07-31 10:33:56,966 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-61725552", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70c9349a-09c8-49c0-b851-d46aebee7711', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70c9349a-09c8-49c0-b851-d46aebee7711', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "df32f259-c762-45a4-9866-1863675eaba9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:33:56.895385", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-61725552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/df32f259-c762-45a4-9866-1863675eaba9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df32f259-c762-45a4-9866-1863675eaba9"}], "user_id": "0727d96352d54ccaa14665724787ccf6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:33:57,016 98108 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/volumes/df32f259-c762-45a4-9866-1863675eaba9 0.037s 2025-07-31 10:33:57,017 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-i d': 'req-54eea6ef-8df6-43b9-92e3-14c931433c47', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54eea6ef-8df6-43b9-92e3-14c931433c47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df32f259-c762-45a4-9866-1863675eaba9'} Body: b'{"volume": {"id": "df32f259-c762-45a4-9866-1863675eaba9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:33:57.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-61725552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/df32f259-c762-45a4-9866-1863675eaba9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df32f259-c762-45a4-9866-1863675eaba9"}], "user_id": "0727d96352d54ccaa14665724787ccf6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eda7533fc4ec452a967ea460519a06fc"}}' 2025-07-31 10:33:58,070 98108 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/volumes/df32f259-c762-45a4-9866-1863675eaba9 0.037s 2025-07-31 10:33:58,071 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fa9f646-1d85-4f1c-a4ea-2f95715f51ad', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fa9f646-1d85-4f1c-a4ea-2f95715f51ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df32f259-c762-45a4-9866-1863675eaba9'} Body: b'{"volume": {"id": "df32f259-c762-45a4-9866-1863675eaba9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:33:57.000000", "updated_at": "2025-07-31T10:33:57.000000", "name": "tempest-TestMinimumBasicScenario-volume-61725552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/df32f259-c762-45a4-9866-1863675eaba9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df32f259-c762-45a4-9866-1863675eaba9"}], "user_id": "0727d96352d54ccaa14665724787ccf6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eda7533fc4ec452a967ea460519a06fc"}}' 2025-07-31 10:33:58,193 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/df32f259-c762-45a4-9866-1863675eaba9 0.107s 2025-07-31 10:33:58,194 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33: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-0cfeec17-cbf4-4d97-8a6c-0d0a94241452', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df32f259-c762-45a4-9866-1863675eaba9'} Body: b'' 2025-07-31 10:33:58,214 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/df32f259-c762-45a4- 9866-1863675eaba9 0.020s 2025-07-31 10:33:58,215 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33: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-661d3d02-d329-4f63-abcf-b99d78072810', 'x-openstack-request-id': 'req-661d3d02-d329-4f63-abcf-b99d78072810', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df32f259-c762-45a4-9866-1863675eaba9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume df32f259-c762-45a4-9866-1863675eaba9 could not be found."}}' 2025-07-31 10:33:58,330 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d 0.115s 2025-07-31 10:33:58,331 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:58 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-a50494f2-d35a-4a3b-8315-c23f054faf76', 'x-compute-request-id': 'req-a50494f2-d35a-4a3b-8315-c23f054faf76', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d'} Body: b'' 2025-07-31 10:33:58,551 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d 0.219s 2025-07-31 10:33:58,551 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8154fd08-2937-432d-b099-08a3cb0fcb98', 'x-compute-request-id': 'req-8154fd08-2937-432d-b099-08a3cb0fcb98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d'} Body: b'{"server": {"id": "0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d", "name": "tempest-TestMinimumBasicScenario-server-1387461900", "status": "ACTIVE", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "9f80aa2212896cb58f381f7c04acc4f2054c41e1f2afa0c15e041a42", "image": {"id": "f1bd60a1-081c-445d-a549-f77a9b13cbf7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:32:05Z", "updated": "2025-07-31T10:33:58Z", "addresses": {"tempest-TestMinimumBasicScenario-611164139-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:5e:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name" : "tempest-TestMinimumBasicScenario-660393162", "OS-SRV-USG:launched_at": "2025-07-31T10:32:21.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": []}}' 2025-07-31 10:34:48,662 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d 0.058s 2025-07-31 10:34:48,663 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:48 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-0319cb73-cf1d-40cd-9bd4-cc4744fea6bf', 'x-compute-request-id': 'req-0319cb73-cf1d-40cd-9bd4-cc4744fea6bf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0d8eff4f-8254-4d4b-9b10-2d0908dfeb4d could not be found."}}' 2025-07-31 10:34:49,064 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-660393162 0.400s 2025-07-31 10:34:49,064 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:48 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-d4168d4e-13d6-4f4c-bcc8-83af53ee2945', 'x-compute-request-id': 'req-d4168d4e-13d6-4f4c-bcc8-83af53ee2945', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-660393162'} Body: b'' 2025-07-31 10:34:49,176 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7 0.111s 2025-07-31 10:34:49,176 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-758c026f-0e31-4a53-a2c3-f9232a68aa1a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/f1bd60a1-081c-445d-a549-f77a9b13cbf7'} Body: b'' tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.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 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 505, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 267, 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 263, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 29c5d1cb-1ff1-4bb4-b108-39d868efb403 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:34:09,416 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa 0.196s 2025-07-31 10:34:09,416 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2267e4dd-8c50-41df-a032-fdfdd67cdea7', 'x-compute-request-id': 'req-2267e4dd-8c50-41df-a032-fdfdd67cdea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa'} Body: b'{"server": {"id": "89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa", "name": "tempest-ServerActionsTestOtherA-server-197744620", "status": "ACTIVE", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "user_id": "f6645c19806f4333ab8470a4ca992d55", "metadata": {}, "hostId": "64c297d649256b129c2297af737e7796912bd1795fadd873aa7c9d15", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:27:29Z", "updated": "2025-07-31T10:27:46Z", "addresses": {"tempest-ServerActionsTestOtherA-643710180-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:5d:17"}, {"version": 4, "addr": "172.24.4.213", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:5d:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1276964573", "OS-SRV-USG:launched_at": "2025-07-31T10:27:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1085583387"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:35:09,638 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.144s 2025-07-31 10:35:09,638 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:35:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2495', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2a49db13-44f8-4646-82f4-5a1853276428', '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": "f6645c19806f4333ab8470a4ca992d55", "name": "tempest-ServerActionsTestOtherA-1756835093-project-member", "password_expires_at": null}, "audit_ids": ["RpYY9aDwQyK4p2amMEl-bw"], "expires_at": "2025-07-31T11:35:09.000000Z", "issued_at": "2025-07-31T10:35:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "28fa38b5a12b4014a7716cfe1cefc8bc", "name": "tempest-ServerActionsTestOtherA-1756835093"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873 507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/28fa38b5a12b4014a7716cfe1cefc8bc", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:35:09,639 98116 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm) Found network {'id': '0b0ef3d0-7392-4545-8728-594f19601fbb', 'name': 'tempest-ServerActionsTestOtherA-643710180-network', 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53338, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:27:22Z', 'updated_at': '2025-07-31T10:27:22Z', 'revision_number': 1} available for tenant 2025-07-31 10:35:09,640 98116 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1276964573', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG+0yg5ofeGm8aVym+EuO8U70FxsvZQIK5cfiXddGiUh8sMVn+xI2LCp3yNbp7k3rY4JF4D0Tci3MTikyypJbaTV2lbZtKYSTRFwazs9fswBotIL9DeY2UPDNwsyakiePg==', 'fingerprint': '67:c9:96:01:88:fe:67:71:b1:e4:2f:73:ad:b6:7b:bc', 'user_id': 'f6645c19806f4333ab8470a4ca992d55', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBaqOkzPK/2sGo/RYzmp35FwV/eWqDNZUBsHbgKokjiGamjX7FezssP\nxrudhDQrzfCgBwYFK4EEACKhZANiAARvtMoOaH3hpvGlcpvhLjvFO9BcbL2UCCuX\nH4l3XRolIfLDFZ/sSNiwqd8jW6e5N62OCReA9E3ItzE4pMsqSW2k1dpW2bSmEk0R\ncGs7PX7MAaLSC/Q3mNlDwzcLMmpInj4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b146d17b-9560-439a-b5c3-cb8a7ea2015a', 'name': 'tempest-securitygroup--1085583387', 'stateful': True, 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'description': 'tempest-description--1209036772', 'shared': False, 'security_group_rules': [{'id': '4d878166-1dd9-4678-ad74-ac8c5057f72a', 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'security_group_id': 'b146d17b-9560-439a-b5c3-cb8a7ea2015a', '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': 754, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:27:27Z', 'updated_at': '2025-07-31T10:27:27Z', 'revision_number': 0}, {'id': '7a949b3c-19ae-4fb0-9201-f991e626e892', 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'security_group_id': 'b146d17b-9560-439a-b5c3-cb8a7ea2015a', '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': 755, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:27:27Z', 'updated_at': '2025-07-31T10:27:27Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:27:27Z', 'updated_at': '2025-07-31T10:27:27Z', 'revision_number': 1, 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc'}, 'floating_ip': {'id': '6189aad8-5787-490b-a3dc-3ae1c2a415f0', 'tenant_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'floating_ip_address': '172.24.4.213', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '28fa38b5a12b4014a7716cfe1cefc8bc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:27:29Z', 'updated_at': '2025-07-31T10:27:29Z', 'revision_number': 0, 'ip': '172.24.4.213'}} 2025-07-31 10:35:10,102 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/volumes 0.461s 2025-07-31 10:35:10,103 98116 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-2005598652", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:35:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37cef8a8-e7cf-4eae-8c99-ec411ff94650', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37cef8a8-e7cf-4eae-8c99-ec411ff94650', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "29c5d1cb-1ff1-4bb4-b108-39d868efb403", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:35:10.032126", "updated_at": null, "name": "tempest-tempest.common.compute-volume-2005598652", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403"}], "user_id": "f6645c19806f4333ab8470a4ca992d55", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:35:10,259 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403 0.144s 2025-07-31 10:35:10,259 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:35:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-3e21e001-d329-4bef-9adc-e219730623a1', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e21e001-d329-4bef-9adc-e219730623a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403'} Body: b'{"volume": {"id": "29c5d1cb-1ff1-4bb4-b108-39d868efb403", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:35:10.000000", "updated_at": "2025-07-31T10:35:10.000000", "name": "tempest-tempest.common.compute-volume-2005598652", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403"}], "user_id": "f6645c19806f4333ab8470a4ca992d55", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc"}}' 2025-07-31 10:35:11,313 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403 0.040s 2025-07-31 10:35:11,314 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b685ae6-4180-4d48-9d7b-41f25cefa622', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b685ae6-4180-4d48-9d7b-41f25cefa622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403'} Body: b'{"volume": {"id": "29c5d1cb-1ff1-4bb4-b108-39d868efb403", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:35:10.000000", "updated_at": "2025-07-31T10:35:10.000000", "name": "tempest-tempest.common.compute-volume-2005598652", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403"}], "user_id": "f6645c19806f4333ab8470a4ca992d55", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc"}}' 2025-07-31 10:35:11,438 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403 0.110s 2025-07-31 10:35:11,439 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:35:11 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-4591fcc3-7a55-4c42-a582-cbc005433855', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403'} Body: b'' 2025-07-31 10:35:11,463 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 404 GET htt p://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403 0.023s 2025-07-31 10:35:11,463 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-806197cf-efcc-4ce7-abd1-a5c88f886558', 'x-openstack-request-id': 'req-806197cf-efcc-4ce7-abd1-a5c88f886558', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/29c5d1cb-1ff1-4bb4-b108-39d868efb403'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 29c5d1cb-1ff1-4bb4-b108-39d868efb403 could not be found."}}' 2025-07-31 10:35:11,464 98116 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 2025-07-31 10:35:11,694 98116 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa 0.229s 2025-07-31 10:35:11,695 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0008ff4-41e5-4442-93f3-044e072f509e', 'x-compute-request-id': 'req-e0008ff4-41e5-4442-93f3-044e072f509e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa'} Body: b'{"server": {"id": "89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa", "name": "tempest-ServerActionsTestOtherA-server-197744620", "status": "ACTIVE", "tenant_id": "28fa38b5a12b4014a7716cfe1cefc8bc", "user_id": "f6645c19806f4333ab8470a4ca992d55", "metadata": {}, "hostId": "64c297d649256b129c2297af737e7796912bd1795fadd873aa7c9d15", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:27:29Z", "updated": "2025-07-31T10:27:46Z", "addresses": {"tempest-ServerActionsTestOtherA-643710180-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:5d:17"}, {"version": 4, "addr": "172.24.4.213", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:5d:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89db3d35-b9bf-4c0a-ba5c-a2954e29a0aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1276964573", "OS-SRV-USG:launched_at": "2025-07-31T10:27:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1085583387"}], "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_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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6bdc1990-38af-4d28-ba33-4ba8b9d5e5cb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:37:07,712 98116 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 0.424s 2025-07-31 10:37:07,712 98116 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-258465774"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '344', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/6bdc1990-38af-4d28-ba33-4ba8b9d5e5cb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f711e03c-1968-4708-9d04-0453efd9d23f', 'x-compute-request-id': 'req-f711e03c-1968-4708-9d04-0453efd9d23f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "6bdc1990-38af-4d28-ba33-4ba8b9d5e5cb", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-07-31T10:37:07.602384", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-258465774", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-07-31 10:37:07,775 98116 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/6bdc1990-38af-4d28-ba33-4ba8b9d5e5cb 0.057s 2025-07-31 10:37:07,775 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:07 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-0ae88e62-fb86-4a68-b44a-759afa6690a8', 'x-compute-request-id': 'req-0ae88e62-fb86-4a68-b44a-759afa6690a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/6bdc1990-38af-4d28-ba33-4ba8b9d5e5cb'} Body: b'{"volume": {"id": "6bdc1990-38af-4d28-ba33-4ba8b9d5e5cb", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-07-31T10:37:08.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-258465774", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-07-31 10:37:08,840 98116 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/6bdc1990-38af-4d28-ba33-4ba8b9d5e5cb 0.058s 2025-07-31 10:37:08,841 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:08 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-e6b25eee-375b-4956-bec2-7762a793ad75', 'x-compute-request-id': 'req-e6b25eee-375b-4956-bec2-7762a793ad75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/6bdc1990-38af-4d28-ba33-4ba8b9d5e5cb'} Body: b'{"volume": {"id": "6bdc1990-38af-4d28-ba33-4ba8b9d5e5cb", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-07-31T1 0:37:08.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-258465774", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 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 162, 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 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group c6a04308-b60f-448b-ae94-dde4ec817fc8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:37:11,332 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/types 0.175s 2025-07-31 10:37:11,332 98116 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-524721255"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-648527f8-70f5-413b-94cd-611f728e607d', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-648527f8-70f5-413b-94cd-611f728e607d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "01553e0b-2626-47b0-8619-b8d03751ea18", "name": "tempest-GroupSnapshotsTest-volume-type-524721255", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:37:11,363 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/group_types 0.028s 2025-07-31 10:37:11,364 98116 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-550181904"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cedd1f50-fefe-453c-a1f6-05e422e27bae', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cedd1f50-fefe-453c-a1f6-05e422e27bae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "f79bc93c-0a8c-4331-a867-b0ec7caff780", "name": "tempest-GroupSnapshotsTest-group-type-550181904", "description": null, "is_public": true, "group_specs": {}}}' 2025-07-31 10:37:11,632 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/groups 0.265s 2025-07-31 10:37:11,632 98116 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": "f79bc93c-0a8c-4331-a867-b0ec7caff780", "volume_types": ["01553e0b-2626-47b0-8619-b8d03751ea18"], "name": "tempest-GroupSnapshotsTest-Group-1133280491"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cad2bc0-f678-45e6-8b15-01e5c8ba6c45', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cad2bc0-f678-45e6-8b15-01e5c8ba6c45', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "c6a04308-b60f-448b-ae94-dde4ec817fc8", "name": "tempest-GroupSnapshotsTest-Group-1133280491"}}' 2025-07-31 10:37:11,665 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/c6a04308-b60f-448b-ae94-dde4ec817fc8 0.031s 2025-07-31 10:37:11,666 98116 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': 'Thu, 31 Jul 2025 10:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80f45062-5cbd-42be-9426-4967f9f6b207', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80f45062-5cbd-42be-9426-4967f9f6b207', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/c6a04308-b60f-448b-ae94-dde4ec817fc8'} Body: b'{"group": {"id": "c6a04308-b60f-448b-ae94-dde4ec817fc8", "status": "creating", "availability_zone": "nova", "created_at": "2025-07-31T10:37:12.000000", "name": "tempest-GroupSnapshotsTest-Group-1133280491", "description": null, "group_type": "f79bc93c-0a8c-4331-a867-b0ec7caff780", "volume_types": ["01553e0b-2626-47b0-8619-b8d03751ea18"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:37:12,701 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/c6a04308-b60f-448b-ae94-dde4ec817fc8 0.029s 2025-07-31 10:37:12,701 98116 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': 'Thu, 31 Jul 2025 10:37:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7225a035-3d8f-4be5-9368-8547b907abf8', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7225a035-3d8f-4be5-9368-8547b907abf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/c6a04308-b60f-448b-ae94-dde4ec817fc8'} Body: b'{"group": {"id": "c6a04308-b60f-448b-ae94-dde4ec817fc8", "status": "error", "availability_zone": "nova", "created_at": "2025-07-31T10:37:12.000000", "name": "tempest-GroupSnapshotsTest-Group-1133280491", "description": null, "group_type": "f79bc93c-0a8c-4331-a867-b0ec7caff780", "volume_types": ["01553e0b-2626-47b0-8619-b8d03751ea18"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:37:12,740 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.034s 2025-07-31 10:37:12,741 98116 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': 'Thu, 31 Jul 2025 10:37:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cad18e17-5dd2-4dc4-b33f-f612965fc37a', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cad18e17-5dd2-4dc4-b33f-f612965fc37a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-07-31 10:37:12,815 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/c6a04308-b60f-448b-ae94-dde4ec817fc8/action 0.060s 2025-07-31 10:37:12,815 98116 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': 'Thu, 31 Jul 2025 10:37:12 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-9d4f8c2f-fb24-4634-921b-9cb12d22df20', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/c 6a04308-b60f-448b-ae94-dde4ec817fc8/action'} Body: b'' 2025-07-31 10:37:12,830 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/c6a04308-b60f-448b-ae94-dde4ec817fc8 0.015s 2025-07-31 10:37:12,831 98116 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': 'Thu, 31 Jul 2025 10:37:12 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-5ca93445-f575-4f52-9f5f-db3e4938dd41', 'x-openstack-request-id': 'req-5ca93445-f575-4f52-9f5f-db3e4938dd41', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/c6a04308-b60f-448b-ae94-dde4ec817fc8'} Body: b'{"itemNotFound": {"code": 404, "message": "Group c6a04308-b60f-448b-ae94-dde4ec817fc8 could not be found."}}' 2025-07-31 10:37:12,858 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/f79bc93c-0a8c-4331-a867-b0ec7caff780 0.027s 2025-07-31 10:37:12,859 98116 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': 'Thu, 31 Jul 2025 10:37:12 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-8c2f1a3a-3b07-4b0f-bf11-5b5191891f68', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/f79bc93c-0a8c-4331-a867-b0ec7caff780'} Body: b'' 2025-07-31 10:37:12,906 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/01553e0b-2626-47b0-8619-b8d03751ea18 0.047s 2025-07-31 10:37:12,906 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:12 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-ebc386ff-2b5f-485f-813b-f3c307618183', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/01553e0b-2626-47b0-8619-b8d03751ea18'} Body: b'' 2025-07-31 10:37:12,920 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/01553e0b-2626-47b0-8619-b8d03751ea18 0.013s 2025-07-31 10:37:12,920 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:12 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-5a59c6c8-6d66-442c-8c7d-2aa7070054d4', 'x-openstack-request-id': 'req-5a59c6c8-6d66-442c-8c7d-2aa7070054d4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/01553e0b-2626-47b0-8619-b8d03751ea18'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 01553e0b-2626-47b0-8619-b8d03751ea18 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 225, 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 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 52623c6e-542e-4cdf-ae31-ec40ae8973c8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:37:12,950 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/types 0.027s 2025-07-31 10:37:12,951 98116 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-131839668"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eef437f-2301-4861-9ccd-b3a78a3b4de4', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eef437f-2301-4861-9ccd-b3a78a3b4de4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "96dcea0c-c1f8-4648-87ff-3ab0c824e938", "name": "tempest-GroupSnapshotsTest-volume-type-131839668", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:37:12,985 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/group_types 0.031s 2025-07-31 10:37:12,985 98116 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-871868719"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00cecc44-8a3a-44d0-8a15-330b10db758b', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00cecc44-8a3a-44d0-8a15-330b10db758b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "8d8f3d69-3c21-4dbb-9875-9b1c511d2d76", "name": "tempest-GroupSnapshotsTest-group-type-871868719", "description": null, "is_public": true, "group_specs": {}}}' 2025-07-31 10:37:13,064 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/groups 0.076s 2025-07-31 10:37:13,064 98116 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": "8d8f3d69-3c21-4dbb-9875-9b1c511d2d76", "volume_types": ["96dcea0c-c1f8-4648-87ff-3ab0c824e938"], "name": "tempest-GroupSnapshotsTest-Group-1832470473"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e89a77d0-566d-4f79-8124-e03a88406f64', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e89a77d0-566d-4f79-8124-e03a88406f64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "52623c6e-542e-4cdf-ae31-ec40ae8973c8", "name": "tempest-GroupSnapshotsTest-Group-1832470473"}}' 2025-07-31 10:37:13,095 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/groups/52623c6e-542e-4cdf-ae31-ec40ae8973c8 0.029s 2025-07-31 10:37:13,096 98116 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': 'Thu, 31 Jul 2025 10:37:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10cf6713-c866-4c7b-84ca-3f96fa30271a', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10cf6713-c866-4c7b-84ca-3f96fa30271a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/52623c6e-542e-4cdf-ae31-ec40ae8973c8'} Body: b'{"group": {"id": "52623c6e-542e-4cdf-ae31-ec40ae8973c8", "status": "creating", "availability_zone": "nova", "created_at": "2025-07-31T10:37:13.000000", "name": "tempest-GroupSnapshotsTest-Group-1832470473", "description": null, "group_type": "8d8f3d69-3c21-4dbb-9875-9b1c511d2d76", "volume_types": ["96dcea0c-c1f8-4648-87ff-3ab0c824e938"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:37:14,137 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/groups/52623c6e-542e-4cdf-ae31-ec40ae8973c8 0.035s 2025-07-31 10:37:14,138 98116 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': 'Thu, 31 Jul 2025 10:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ec2eca3-ea3c-471a-9fff-b3a43ac07b3e', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ec2eca3-ea3c-471a-9fff-b3a43ac07b3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/52623c6e-542e-4cdf-ae31-ec40ae8973c8'} Body: b'{"group": {"id": "52623c6e-542e-4cdf-ae31-ec40ae8973c8", "status": "error", "availability_zone": "nova", "created_at": "2025-07-31T10:37:13.000000", "name": "tempest-GroupSnapshotsTest-Group-1832470473", "description": null, "group_type": "8d8f3d69-3c21-4dbb-9875-9b1c511d2d76", "volume_types": ["96dcea0c-c1f8-4648-87ff-3ab0c824e938"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:37:14,146 98116 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 2025-07-31 10:37:14,181 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.034s 2025-07-31 10:37:14,181 98116 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': 'Thu, 31 Jul 2025 10:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bebf91d6-acb1-420c-9b04-1a6e992d57c2', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bebf91d6-acb1-420c-9b04-1a6e992d57c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-07-31 10:37:14,257 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/52623c6e-542e-4cdf-ae31-ec40ae8973c8/action 0.060s 2025-07-31 10:37:14,257 98116 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': 'Thu, 31 Jul 2025 10:37:14 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-0936b5a7-5c5c-47d0-90d6-599a5f87a52b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/52623c6e-542e-4cdf-ae31-ec40ae8973c8/action'} Body: b'' 2025-07-31 10:37:14,274 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/52623c6e-542e-4cdf-ae31-ec40ae8973c8 0.015s 2025-07-31 10:37:14,274 98116 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': 'Thu, 31 Jul 2025 10:37:14 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-255b854e-11c1-49f8-95d0-ff4700963cee', 'x-openstack-request-id': 'req-255b854e-11c1-49f8-95d0-ff4700963cee', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/52623c6e-542e-4cdf-ae31-ec40ae8973c8'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 52623c6e-542e-4cdf-ae31-ec40ae8973c8 could not be found."}}' 2025-07-31 10:37:14,309 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/8d8f3d69-3c21-4dbb-9875-9b1c511d2d76 0.034s 2025-07-31 10:37:14,310 98116 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': 'Thu, 31 Jul 2025 10:37:14 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-30c0ff71-bf2e-4f74-be73-c380571aaab5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/8d8f3d69-3c21-4dbb-9875-9b1c511d2d76'} Body: b'' 2025-07-31 10:37:14,361 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/96dcea0c-c1f8-4648-87ff-3ab0c824e938 0.050s 2025-07-31 10:37:14,361 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10: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-74135efd-8104-4332-a209-f8484560e2e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/96dcea0c-c1f8-4648-87ff-3ab0c824e938'} Body: b'' 2025-07-31 10:37:14,379 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/96dcea0c-c1f8-4648-87ff-3ab0c824e938 0.017s 2025-07-31 10:37:14,380 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:14 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-506a8022-fb79-4039-9828-533df9b76aac', 'x-openstack-request-id': 'req-506a8022-fb79-4039-9828-533df9b76aac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/96dcea0c- c1f8-4648-87ff-3ab0c824e938'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 96dcea0c-c1f8-4648-87ff-3ab0c824e938 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 92, 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 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 4cbe22b9-c77b-4fc9-8cc3-464db3c217cf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:37:14,414 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/types 0.028s 2025-07-31 10:37:14,414 98116 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-1003460644"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ba74820-a3c5-4650-b817-1c5c535cd89f', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ba74820-a3c5-4650-b817-1c5c535cd89f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "42c3a8af-1dc8-442c-9676-58e735afb16f", "name": "tempest-GroupSnapshotsTest-volume-type-1003460644", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:37:14,447 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/group_types 0.030s 2025-07-31 10:37:14,447 98116 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-484727383"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06bf0f7c-9bb1-455f-872b-b5a182118a48', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06bf0f7c-9bb1-455f-872b-b5a182118a48', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "4aa9f995-9909-474c-84ad-98e1da86ffdf", "name": "tempest-GroupSnapshotsTest-group-type-484727383", "description": null, "is_public": true, "group_specs": {}}}' 2025-07-31 10:37:14,535 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/groups 0.084s 2025-07-31 10:37:14,535 98116 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": "4aa9f995-9909-474c-84ad-98e1da86ffdf", "volume_types": ["42c3a8af-1dc8-442c-9676-58e735afb16f"], "name": "tempest-GroupSnapshotsTest-Group-1770934531"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76319786-cb57-4237-9948-ccaae0c5e6fd', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76319786-cb57-4237-9948-ccaae0c5e6fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "4cbe22b9-c77b-4fc9-8cc3-464db3c217cf", "name": "tempest-GroupSnapshotsTest-Group-1770934531"}}' 2025-07-31 10:37:14,562 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/4cbe22b9-c77b-4fc9-8cc3-464db3c217cf 0.026s 2025-07-31 10:37:14,563 98116 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 - H eaders: {'date': 'Thu, 31 Jul 2025 10:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64541bc9-dbc1-4de0-bcfe-2df84003d05b', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64541bc9-dbc1-4de0-bcfe-2df84003d05b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/4cbe22b9-c77b-4fc9-8cc3-464db3c217cf'} Body: b'{"group": {"id": "4cbe22b9-c77b-4fc9-8cc3-464db3c217cf", "status": "creating", "availability_zone": "nova", "created_at": "2025-07-31T10:37:15.000000", "name": "tempest-GroupSnapshotsTest-Group-1770934531", "description": null, "group_type": "4aa9f995-9909-474c-84ad-98e1da86ffdf", "volume_types": ["42c3a8af-1dc8-442c-9676-58e735afb16f"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:37:15,604 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/4cbe22b9-c77b-4fc9-8cc3-464db3c217cf 0.032s 2025-07-31 10:37:15,604 98116 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': 'Thu, 31 Jul 2025 10:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e9dea7d-4bbc-4e37-975e-2b6b8e0499c6', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e9dea7d-4bbc-4e37-975e-2b6b8e0499c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/4cbe22b9-c77b-4fc9-8cc3-464db3c217cf'} Body: b'{"group": {"id": "4cbe22b9-c77b-4fc9-8cc3-464db3c217cf", "status": "error", "availability_zone": "nova", "created_at": "2025-07-31T10:37:15.000000", "name": "tempest-GroupSnapshotsTest-Group-1770934531", "description": null, "group_type": "4aa9f995-9909-474c-84ad-98e1da86ffdf", "volume_types": ["42c3a8af-1dc8-442c-9676-58e735afb16f"], "group_snapshot_id": null, "source_group_id": null}}' 2025-07-31 10:37:15,654 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.043s 2025-07-31 10:37:15,654 98116 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': 'Thu, 31 Jul 2025 10:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c3716cc-d991-45ba-a458-5ef046eb886e', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c3716cc-d991-45ba-a458-5ef046eb886e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-07-31 10:37:15,759 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/4cbe22b9-c77b-4fc9-8cc3-464db3c217cf/action 0.076s 2025-07-31 10:37:15,762 98116 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': 'Thu, 31 Jul 2025 10:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-029bce25-4499-4e7d-880f-93e72001eceb', 'connection': 'close', 'status': '202', 'content-location': 'http ://10.0.0.210/volume/v3/groups/4cbe22b9-c77b-4fc9-8cc3-464db3c217cf/action'} Body: b'' 2025-07-31 10:37:15,781 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/4cbe22b9-c77b-4fc9-8cc3-464db3c217cf 0.017s 2025-07-31 10:37:15,782 98116 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': 'Thu, 31 Jul 2025 10:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-2770278e-c832-44fb-8d1e-57d61c07e3ff', 'x-openstack-request-id': 'req-2770278e-c832-44fb-8d1e-57d61c07e3ff', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/4cbe22b9-c77b-4fc9-8cc3-464db3c217cf'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4cbe22b9-c77b-4fc9-8cc3-464db3c217cf could not be found."}}' 2025-07-31 10:37:15,818 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/4aa9f995-9909-474c-84ad-98e1da86ffdf 0.034s 2025-07-31 10:37:15,818 98116 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': 'Thu, 31 Jul 2025 10:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b88a4c88-d38b-4a90-8fdb-27a021231b2d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/4aa9f995-9909-474c-84ad-98e1da86ffdf'} Body: b'' 2025-07-31 10:37:15,874 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/42c3a8af-1dc8-442c-9676-58e735afb16f 0.055s 2025-07-31 10:37:15,874 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37: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-3bcabe5d-b63e-464c-955a-8233bc419f14', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/42c3a8af-1dc8-442c-9676-58e735afb16f'} Body: b'' 2025-07-31 10:37:15,892 98116 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/42c3a8af-1dc8-442c-9676-58e735afb16f 0.016s 2025-07-31 10:37:15,892 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:15 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-e026fead-5c45-44bc-af8b-6876aa78711b', 'x-openstack-request-id': 'req-e026fead-5c45-44bc-af8b-6876aa78711b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/42c3a8af-1dc8-442c-9676-58e735afb16f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 42c3a8af-1dc8-442c-9676-58e735afb16f 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c89f8e1a-310e-4db6-bdbf-3b0978fc3cef failed to build and is in ERROR status 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 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 101, in test_minimum_basic_scenario volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b8981d9a-c428-4cf5-b15d-5e5d88307ef2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:34:49,180 98108 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.3-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2025-07-31 10:34:49,809 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.627s 2025-07-31 10:34:49,810 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1525866029", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-417a84af-0fb6-4e52-8d09-601bff1df5bd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1525866029", "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": "eda7533fc4ec452a967ea460519a06fc", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2652b2d0-95ae-4e49-adee-c3d804b7d6c0", "created_at": "2025-07-31T10:34:50Z", "updated_at": "2025-07-31T10:34:50Z", "tags": [], "self": "/v2/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0", "file": "/v2/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:34:50,929 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0/file 1.119s 2025-07-31 10:34:50,930 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-1f2edbb9-898e-4463-9c2e-3c7ea4cfdc59', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0/file'} Body: b'' 2025-07-31 10:34:50,930 98108 DEBUG [tempest.scenario.manager] image:2652b2d0-95ae-4e49-adee-c3d804b7d6c0 2025-07-31 10:34:51,002 98108 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.070s 2025-07-31 10:34:51,002 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-747254812", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBADRegmQ7+dJ7fWEeM+2G6PSwRneerBbMTzuRdeViwXkxrz/yJ5XQuQY87l1WOaszOAuk1Vrz8wMruKpjkVshjHoS5FLQeeKPFAG3NHJjxMcGx8iTfENRKWAcON6cZc8eg=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9a6bc84-b9fd-4660-a8ba-f52e41dce2bb', 'x-compute-request-id': 'req-b9a6bc84-b9fd-4660-a8ba-f52e41dce2bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-7472 54812", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBADRegmQ7+dJ7fWEeM+2G6PSwRneerBbMTzuRdeViwXkxrz/yJ5XQuQY87l1WOaszOAuk1Vrz8wMruKpjkVshjHoS5FLQeeKPFAG3NHJjxMcGx8iTfENRKWAcON6cZc8eg==", "fingerprint": "95:22:d8:eb:7e:73:e3:0e:d9:a7:7f:c3:c9:0e:c5:05", "user_id": "0727d96352d54ccaa14665724787ccf6"}}' 2025-07-31 10:34:51,052 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.042s 2025-07-31 10:34:51,052 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-633a0af3-176d-400a-b738-3d3eb7095060', '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": "0727d96352d54ccaa14665724787ccf6", "name": "tempest-TestMinimumBasicScenario-1745172107-project-member", "password_expires_at": null}, "audit_ids": ["xTNOGgNIRD-BQ39VvZdJ8Q"], "expires_at": "2025-07-31T11:34:51.000000Z", "issued_at": "2025-07-31T10:34:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eda7533fc4ec452a967ea460519a06fc", "name": "tempest-TestMinimumBasicScenario-1745172107"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/eda7533fc4ec452a967ea460519a06fc", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:34:51,053 98108 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'f3a2962b-1909-4b3a-bcac-f3a601797ec3', 'name': 'tempest-TestMinimumBasicScenario-611164139-network', 'tenant_id': 'eda7533fc4ec452a967ea460519a06fc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'eda7533fc4ec452a967ea460519a06fc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52119, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:31:47Z', 'updated_at': '2025-07-31T10:31:47Z', 'revision_number': 1} available for tenant 2025-07-31 10:34:51,594 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.540s 2025-07-31 10:34:51,595 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1444239907", "imageRef": "2652b2d0-95ae-4e49-adee-c3d804b7d6c0", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-747254812", "networks": [{"uuid": "f3a2962b-1909-4b3a-bcac-f3a601797ec3"}]}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a03463d6-2454-4023-9dbd-22f7127e4483', 'x-compute-request-id': 'req-a03463d6-2454-4023-9dbd-22f7127e4483', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "009f6dfe-bd71-4291-869b-b83de9dc4ff8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ixdP8eyYoU7R"}}' 2025-07-31 10:34:51,671 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8 0.071s 2025-07-31 10:34:51,675 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4872eb1a-9f14-4eb0-9df3-08484f3e8693', 'x-compute-request-id': 'req-4872eb1a-9f14-4eb0-9df3-08484f3e8693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8'} Body: b'{"server": {"id": "009f6dfe-bd71-4291-869b-b83de9dc4ff8", "name": "tempest-TestMinimumBasicScenario-server-1444239907", "status": "BUILD", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "", "image": {"id": "2652b2d0-95ae-4e49-adee-c3d804b7d6c0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:34:52Z", "updated": "2025-07-31T10:34:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-A Z:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-747254812", "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": []}}' 2025-07-31 10:35:41,954 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8 0.236s 2025-07-31 10:35:41,955 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:35:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-344c812e-174f-451b-a262-7694ac53a143', 'x-compute-request-id': 'req-344c812e-174f-451b-a262-7694ac53a143', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8'} Body: b'{"server": {"id": "009f6dfe-bd71-4291-869b-b83de9dc4ff8", "name": "tempest-TestMinimumBasicScenario-server-1444239907", "status": "ACTIVE", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "9f80aa2212896cb58f381f7c04acc4f2054c41e1f2afa0c15e041a42", "image": {"id": "2652b2d0-95ae-4e49-adee-c3d804b7d6c0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:34:51Z", "updated": "2025-07-31T10:35:07Z", "addresses": {"tempest-TestMinimumBasicScenario-611164139-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:11:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-747254812", "OS-SRV-USG:launched_at": "2025-07-31T10:35:07.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": []}}' 2025-07-31 10:35:41,969 98108 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:36:42,333 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8 0.350s 2025-07-31 10:36:42,334 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71f295e9-f5c6-4081-b8ec-bb1e85b3977a', 'x-compute-request-id': 'req-71f295e9-f5c6-4081-b8ec-bb1e85b3977a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8'} Body: b'{"server": {"id": "009f6dfe-bd71-4291-869 b-b83de9dc4ff8", "name": "tempest-TestMinimumBasicScenario-server-1444239907", "status": "ACTIVE", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "9f80aa2212896cb58f381f7c04acc4f2054c41e1f2afa0c15e041a42", "image": {"id": "2652b2d0-95ae-4e49-adee-c3d804b7d6c0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:34:51Z", "updated": "2025-07-31T10:35:07Z", "addresses": {"tempest-TestMinimumBasicScenario-611164139-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:11:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-747254812", "OS-SRV-USG:launched_at": "2025-07-31T10:35:07.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": []}}' 2025-07-31 10:36:42,553 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.204s 2025-07-31 10:36:42,554 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:42 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-b8ae56ee-1ccd-49a4-875b-18eb20d84301', 'x-compute-request-id': 'req-b8ae56ee-1ccd-49a4-875b-18eb20d84301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "009f6dfe-bd71-4291-869b-b83de9dc4ff8", "name": "tempest-TestMinimumBasicScenario-server-1444239907", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}]}]}' 2025-07-31 10:36:42,823 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8 0.265s 2025-07-31 10:36:42,823 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-524cdd0f-c796-439a-a79c-0a2c89abd15b', 'x-compute-request-id': 'req-524cdd0f-c796-439a-a79c-0a2c89abd15b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8'} Body: b'{"server": {"id": "009f6dfe-bd71-4291-869b-b83de9dc4ff8", "name": "tempest-TestMinimumBasicScenario-server-1444239907", "status": "ACTIVE", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "9f80aa221 2896cb58f381f7c04acc4f2054c41e1f2afa0c15e041a42", "image": {"id": "2652b2d0-95ae-4e49-adee-c3d804b7d6c0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:34:51Z", "updated": "2025-07-31T10:35:07Z", "addresses": {"tempest-TestMinimumBasicScenario-611164139-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:11:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-747254812", "OS-SRV-USG:launched_at": "2025-07-31T10:35:07.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": []}}' 2025-07-31 10:36:43,044 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/volumes 0.205s 2025-07-31 10:36:43,045 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-641822131", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78c3f110-c2fd-49a9-acd4-56308b77fb1e', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78c3f110-c2fd-49a9-acd4-56308b77fb1e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b8981d9a-c428-4cf5-b15d-5e5d88307ef2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:36:42.980247", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-641822131", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2"}], "user_id": "0727d96352d54ccaa14665724787ccf6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:36:43,097 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2 0.040s 2025-07-31 10:36:43,098 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01d89367-870b-4832-9ce2-8bae6cd4f70e', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01d89367-870b-4832-9ce2-8bae6cd4f70e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2'} Body: b'{"volume": {"id": "b8981d9a-c428-4cf5-b15d-5e5d88307ef2", "status": "creating", "size": 1, "availab ility_zone": "nova", "created_at": "2025-07-31T10:36:43.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-641822131", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2"}], "user_id": "0727d96352d54ccaa14665724787ccf6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eda7533fc4ec452a967ea460519a06fc"}}' 2025-07-31 10:36:44,157 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2 0.044s 2025-07-31 10:36:44,157 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-998f0153-26b1-43d0-9cbd-866a721e079a', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-998f0153-26b1-43d0-9cbd-866a721e079a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2'} Body: b'{"volume": {"id": "b8981d9a-c428-4cf5-b15d-5e5d88307ef2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:36:43.000000", "updated_at": "2025-07-31T10:36:43.000000", "name": "tempest-TestMinimumBasicScenario-volume-641822131", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2"}], "user_id": "0727d96352d54ccaa14665724787ccf6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eda7533fc4ec452a967ea460519a06fc"}}' 2025-07-31 10:36:44,275 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2 0.103s 2025-07-31 10:36:44,276 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:44 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-8f95b6ee-5eba-486d-a03a-cb7a433a4fee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2'} Body: b'' 2025-07-31 10:36:44,300 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2 0.023s 2025-07-31 10:36:44,300 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:44 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-a3e3d 9a9-443b-47d1-9adc-d7c2b4c79930', 'x-openstack-request-id': 'req-a3e3d9a9-443b-47d1-9adc-d7c2b4c79930', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8981d9a-c428-4cf5-b15d-5e5d88307ef2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b8981d9a-c428-4cf5-b15d-5e5d88307ef2 could not be found."}}' 2025-07-31 10:36:44,410 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8 0.110s 2025-07-31 10:36:44,411 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:44 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-1ec8de99-4d71-4da3-9512-b91eaa27ed77', 'x-compute-request-id': 'req-1ec8de99-4d71-4da3-9512-b91eaa27ed77', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8'} Body: b'' 2025-07-31 10:36:45,037 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8 0.625s 2025-07-31 10:36:45,037 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-419d0f69-2686-4df9-b59d-599369ffda12', 'x-compute-request-id': 'req-419d0f69-2686-4df9-b59d-599369ffda12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8'} Body: b'{"server": {"id": "009f6dfe-bd71-4291-869b-b83de9dc4ff8", "name": "tempest-TestMinimumBasicScenario-server-1444239907", "status": "ACTIVE", "tenant_id": "eda7533fc4ec452a967ea460519a06fc", "user_id": "0727d96352d54ccaa14665724787ccf6", "metadata": {}, "hostId": "9f80aa2212896cb58f381f7c04acc4f2054c41e1f2afa0c15e041a42", "image": {"id": "2652b2d0-95ae-4e49-adee-c3d804b7d6c0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:34:51Z", "updated": "2025-07-31T10:36:44Z", "addresses": {"tempest-TestMinimumBasicScenario-611164139-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:11:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-747254812", "OS-SRV-USG:launched_at": "2025-07-31T10:35:07.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": []}}' 2025-07-31 10:37:35,358 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/009f6d fe-bd71-4291-869b-b83de9dc4ff8 0.265s 2025-07-31 10:37:35,359 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:35 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-7cdcb18a-877a-474a-b037-c7a6409164ae', 'x-compute-request-id': 'req-7cdcb18a-877a-474a-b037-c7a6409164ae', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/009f6dfe-bd71-4291-869b-b83de9dc4ff8'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 009f6dfe-bd71-4291-869b-b83de9dc4ff8 could not be found."}}' 2025-07-31 10:37:35,395 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-747254812 0.035s 2025-07-31 10:37:35,395 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37: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': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3940a377-a579-495e-ac5d-b7ff95a6ddfd', 'x-compute-request-id': 'req-3940a377-a579-495e-ac5d-b7ff95a6ddfd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-747254812'} Body: b'' 2025-07-31 10:37:35,517 98108 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0 0.121s 2025-07-31 10:37:35,517 98108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-116119f7-d0da-4574-8c48-d0818833d15e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/2652b2d0-95ae-4e49-adee-c3d804b7d6c0'} Body: b'' 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 030e2d6a-94f9-45f8-a141-1a190ef004b7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:36:09,813 98110 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:36:09,813 98110 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:36:09,971 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.155s 2025-07-31 10:36:09,971 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1597029931", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLHjodT0i6KQ3ItIWetvefFYxOm3Z37xFX4pTg0P4JAKrY8PjEa/2PApDgMXj0V+A5pWPjyXWlXsf8K3pyRjhH52FadZdFTxYwzlZfhNGXKuBIf5IQV4ySFzQcrPmwyrxw=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:09 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-af4e57c9-857a-47dd-849a-03691d84658a', 'x-compute-request-id': 'req-af4e57c9-857a-47dd-849a-03691d84658a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1597029931", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLHjodT0i6KQ3ItIWetvefFYxOm3Z37xFX4pTg0P4JAKrY8PjEa/2PApDgMXj0V+A5pWPjyXWlXsf8K3pyRjhH52FadZdFTxYwzlZfhNGXKuBIf5IQV4ySFzQcrPmwyrxw==", "fingerprint": "15:10:90:33:51:50:7d:60:e9:73:90:df:21:b9:1f:5e", "user_id": "99fe885c8b95416598ba7ac4473b8b9f"}}' 2025-07-31 10:36:09,975 98110 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1597029931 created 2025-07-31 10:36:10,215 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.239s 2025-07-31 10:36:10,216 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1869870388", "description": "tempest-description--305640109"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-77ceaef0-54eb-44e0-b351-18fd85353a56', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3", "name": "tempest-securitygroup--1869870388", "stateful": true, "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "description": "tempest-description--305640109", "shared": false, "security_group_rules": [{"id": "b014f659-64ed-4076-aa9f-6791c8d55219", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "security_group_id": "283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3", "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": 1124, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:36:10Z", "updated_at": "2025-07-31T10:36:10Z", "revision_number": 0}, {"id": "b7c38b36-f02c-47ea-9ec9-c7c791c3f60b", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "security_group_id": "283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3", "ethertype": "IPv4", "direction": "egress", "protocol": null, "po rt_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": 1123, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:36:10Z", "updated_at": "2025-07-31T10:36:10Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:36:10Z", "updated_at": "2025-07-31T10:36:10Z", "revision_number": 1, "project_id": "01c4b29efb5841cfb95ceebdc25be710"}}' 2025-07-31 10:36:10,455 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.238s 2025-07-31 10:36:10,455 98110 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": "283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-81aaf1ef-a493-4d83-aded-7387607b515f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a90a61bd-e153-420a-a77b-943e6c6ee28f", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "security_group_id": "283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:36:10Z", "updated_at": "2025-07-31T10:36:10Z", "revision_number": 0}}' 2025-07-31 10:36:10,697 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.241s 2025-07-31 10:36:10,698 98110 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": "283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a96833cb-e8cd-4c76-b275-fa92ba4e147c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "34c4615f-f2ea-4ad7-8086-12259c719dc5", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "security_group_id": "283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:36:10Z", "updated_at": "2025-07-31T10:36:10Z", "revision_number": 0}}' 2025-07-31 10:36:10,698 98110 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1869870388 created 2025-07-31 10:36:11,363 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.664s 2025-07-31 10:36:11,363 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth -Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-f3d47ec6-262d-4337-9422-d0eacaa55cb0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "016cf4df-f506-49c9-a05a-20a4986f41bc", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "floating_ip_address": "172.24.4.193", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:36:11Z", "updated_at": "2025-07-31T10:36:11Z", "revision_number": 0}}' 2025-07-31 10:36:11,364 98110 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '016cf4df-f506-49c9-a05a-20a4986f41bc', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'floating_ip_address': '172.24.4.193', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:36:11Z', 'updated_at': '2025-07-31T10:36:11Z', 'revision_number': 0, 'ip': '172.24.4.193'} created 2025-07-31 10:36:11,446 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.077s 2025-07-31 10:36:11,447 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2487', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d4968372-a93d-48bc-b625-253bbcfc5818', '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": "99fe885c8b95416598ba7ac4473b8b9f", "name": "tempest-AttachVolumeTestJSON-587431724-project-member", "password_expires_at": null}, "audit_ids": ["nnaZtOGuTp-9Nj67aDh-pQ"], "expires_at": "2025-07-31T11:36:11.000000Z", "issued_at": "2025-07-31T10:36:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01c4b29efb5841cfb95ceebdc25be710", "name": "tempest-AttachVolumeTestJSON-587431724"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placem ent", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/01c4b29efb5841cfb95ceebdc25be710", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:36:11,448 98110 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '04db2ce3-549b-4799-be0e-5ed2588171d3', 'name': 'tempest-AttachVolumeTestJSON-2109434594-network', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4734, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:36:03Z', 'updated_at': '2025-07-31T10:36:03Z', 'revision_number': 1} available for tenant 2025-07-31 10:36:11,448 98110 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1597029931', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLHjodT0i6KQ3ItIWetvefFYxOm3Z37xFX4pTg0P4JAKrY8PjEa/2PApDgMXj0V+A5pWPjyXWlXsf8K3pyRjhH52FadZdFTxYwzlZfhNGXKuBIf5IQV4ySFzQcrPmwyrxw==', 'fingerprint': '15:10:90:33:51:50:7d:60:e9:73:90:df:21:b9:1f:5e', 'user_id': '99fe885c8b95416598ba7ac4473b8b9f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB+Jz7QADXxEhiUM6RODIW+WQz0/IugIS2Nzli+nYyVE3MDGdZ+xYB8\nf4svPQINM9GgBwYFK4EEACKhZANiAASx46HU9IuikNyLSFnrb3nxWMTpt2d+8RV+\nKU4ND+CQCq2PD4xGv9jwKQ4DF49FfgOaVj48l1pV7H/Ct6ckY4R+dhWnWXRU8WMM\n5WX4TRlyrgSH+SEFeMkhc0HKz5sMq8c=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3', 'name': 'tempest-securitygroup--1869870388', 'stateful': True, 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'description': 'tempest-description--305640109', 'shared': False, 'security_group_rules': [{'id': 'b014f659-64ed-4076-aa9f-6791c8d55219', 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'security_group_id': '283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3', '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': 1124, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:36:10Z', 'updated_at': '2025-07-31T10:36:10Z', 'revision_number': 0}, {'id': 'b7c38b36-f02c-47ea-9ec9-c7c791c3f60b', 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'security_group_id': '283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3', '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': 1123, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:36:10Z', 'updated_at': '2025-07-31T10:36:10Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:36:10Z', 'updated_at': '2025-07-31T10:36:10Z', 'revision_number': 1, 'project_id': '01c4b29efb5841cfb95ceebdc25be710'}, 'floating_ip': {'id': '016cf4df-f506-49c9-a05a-20a4986f41bc', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'floating_ip_address': '172.24.4.193', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:36:11Z', 'updated_at': '2025-07-31T10:36:11Z', 'revision_number': 0, 'ip': '172.24.4.193'}} 2025-07-31 10:36:12,062 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.613s 2025-07-31 10:36:12,063 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-898684986", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "04db2ce3-549b-4799-be0e-5ed2588171d3"}], "security_groups": [{"name": "tempest-securitygroup--1869870388"}], "key_name": "tempest-keypair-1597029931", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1665942-a706-44a4-801b-33a76ed8fcb8', 'x-compute-request-id': 'req-f1665942-a706-44a4-801b-33a76ed8fcb8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "56bf8173-4138-4575-95ca-8b79049db6b9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/56bf8173-4138-4575-95ca-8b79049db6b9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1869870388"}], "adminPass": "password"}}' 2025-07-31 10:36:12,134 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9 0.068s 2025-07-31 10:36:12,134 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:36:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1229', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c648dee9-5e30-4b6b-9f65-a7258e3ca2c9', 'x-compute-request-id': 'req-c648dee9-5e30-4b6b-9f65-a7258e3ca2c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9'} Body: b'{"server": {"id": "56bf8173-4138-4575-95ca-8b79049db6b9", "name": "tempest-AttachVolumeTestJSON-server-898684986", "status": "BUILD", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "hr ef": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:36:12Z", "updated": "2025-07-31T10:36:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/56bf8173-4138-4575-95ca-8b79049db6b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1597029931", "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": []}}' 2025-07-31 10:37:02,408 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9 0.220s 2025-07-31 10:37:02,409 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:02 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-c597b47a-fb50-41e0-9487-3292a11fe36c', 'x-compute-request-id': 'req-c597b47a-fb50-41e0-9487-3292a11fe36c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9'} Body: b'{"server": {"id": "56bf8173-4138-4575-95ca-8b79049db6b9", "name": "tempest-AttachVolumeTestJSON-server-898684986", "status": "ACTIVE", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "metadata": {}, "hostId": "d26171f2a839bdae8bf1b666b807f70c9297bf1b3db5499069d7e090", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:36:12Z", "updated": "2025-07-31T10:36:27Z", "addresses": {"tempest-AttachVolumeTestJSON-2109434594-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:cf:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/56bf8173-4138-4575-95ca-8b79049db6b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1597029931", "OS-SRV-USG:launched_at": "2025-07-31T10:36:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1869870388"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:37:02,423 98110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:38:02,615 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9/os-interface 0.181s 2025-07-31 10:38:02,615 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:02 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-890261ac-55a0-464d-9ef2-0db91ea2abb8', 'x-compute-request-id': 'req-890261ac-55a0-464d-9ef2-0db91ea2abb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "04db2ce3-549b-4799-be0e-5ed2588171d3", "port_id": "8d944a19-70ce-48f1-af59-533ca43b95bd", "mac_addr": "fa:16:3e:65:cf:a9", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b9e07fcb-f09f-453b-aa03-2d4c02af82e1", "ip_address": "10.0.0.9"}]}]}' 2025-07-31 10:38:03,392 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/016cf4df-f506-49c9-a05a-20a4986f41bc 0.772s 2025-07-31 10:38:03,392 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "8d944a19-70ce-48f1-af59-533ca43b95bd"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-42abc8f5-d34a-4615-b01a-c76da0e6fd21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/016cf4df-f506-49c9-a05a-20a4986f41bc'} Body: b'{"floatingip": {"id": "016cf4df-f506-49c9-a05a-20a4986f41bc", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "floating_ip_address": "172.24.4.193", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "be59706d-b7db-49e4-a7db-6939a8b7b409", "port_id": "8d944a19-70ce-48f1-af59-533ca43b95bd", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "04db2ce3-549b-4799-be0e-5ed2588171d3", "mac_address": "fa:16:3e:65:cf:a9", "admin_state_up": true, "status": "ACTIVE", "device_id": "56bf8173-4138-4575-95ca-8b79049db6b9", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:36:11Z", "updated_at": "2025-07-31T10:38:02Z", "revision_number": 1, "project_id": "01c4b29efb5841cfb95ceebdc25be710"}}' 2025-07-31 10:38:03,397 98110 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.193:22' as 'cirros' with public key authentication 2025-07-31 10:38:03,417 98110 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:38:03,523 98110 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:38:03,524 98110 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.193 successfully created 2025-07-31 10:38:03,569 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9/ips 0.044s 2025-07-31 10:38:03,569 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:03 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-5dc60fcd-adb2-4b66-b007-c575753da110', 'x-compute-request-id': 'req-5dc60fcd-adb2-4b66-b007-c575753da110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-2109434594-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2025-07-31 10:38:03,573 98110 INFO [tempest.lib.common.ssh] Cre ating ssh connection to '172.24.4.193:22' as 'cirros' with public key authentication 2025-07-31 10:38:03,576 98110 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:38:03,677 98110 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:38:03,678 98110 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.193 successfully created 2025-07-31 10:38:03,678 98110 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-07-31 10:38:03,679 98110 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.193:22' as 'cirros' with public key authentication 2025-07-31 10:38:03,681 98110 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:38:03,787 98110 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:38:03,788 98110 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.193 successfully created 2025-07-31 10:38:04,068 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.266s 2025-07-31 10:38:04,068 98110 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-460523341"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-201f8671-9dfd-4204-8002-3073685d4ec3', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-201f8671-9dfd-4204-8002-3073685d4ec3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "030e2d6a-94f9-45f8-a141-1a190ef004b7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:38:03.994060", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-460523341", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7"}], "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:38:04,121 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7 0.040s 2025-07-31 10:38:04,121 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd9fb3c3-238c-4552-9ae2-ed18060f63dc', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd9fb3c3-238c-4552-9ae2-ed18060f63dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7'} Body: b'{"volume": {"id": "030e2d6a-94f9-45f8-a141-1a190ef004b7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:38:04.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-460523341", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"re l": "self", "href": "http://10.0.0.210/volume/v3/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7"}], "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01c4b29efb5841cfb95ceebdc25be710"}}' 2025-07-31 10:38:05,180 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7 0.044s 2025-07-31 10:38:05,181 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71e76af1-bfc9-4367-8990-2db24a229f1b', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71e76af1-bfc9-4367-8990-2db24a229f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7'} Body: b'{"volume": {"id": "030e2d6a-94f9-45f8-a141-1a190ef004b7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:38:04.000000", "updated_at": "2025-07-31T10:38:04.000000", "name": "tempest-AttachVolumeTestJSON-volume-460523341", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/030e2d6a-94f9-45f8-a141-1a190ef004b7"}], "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01c4b29efb5841cfb95ceebdc25be710"}}' 2025-07-31 10:38:05,798 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9 0.603s 2025-07-31 10:38:05,798 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ebdae98-254b-4165-a23b-808fe1dd1114', 'x-compute-request-id': 'req-8ebdae98-254b-4165-a23b-808fe1dd1114', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9'} Body: b'' 2025-07-31 10:38:05,969 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9 0.170s 2025-07-31 10:38:05,970 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:05 GMT', 'server': '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-1a3b7a03-0919-43be-998d-aadb173f5975', 'x-compute-request-id': 'req-1a3b7a03-0919-43be-998d-aadb173f5975', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9'} Body: b'{"server": {"id": "56bf8173-4138-4575-95ca-8b79049db6b9", "name": "tempest-AttachVolumeTestJSON-server-898684986", "status": "ACTIVE", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "metadata": {}, "hostId": "d26171f2a839bdae8bf1b666b807f70c9297bf1b3db5499069d7e090", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:36:12Z", "updated": "2025-07-31T10:38:06Z", "addresses": {"tempest-AttachVolumeTestJSON-2109434594-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:cf:a9"}, {"version": 4, "addr": "172.24.4.193", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:cf:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/56bf8173-4138-4575-95ca-8b79049db6b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1597029931", "OS-SRV-USG:launched_at": "2025-07-31T10:36:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1869870388"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:38:56,086 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9 0.052s 2025-07-31 10:38:56,087 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-cf04175b-d723-4b5e-be85-f58e4122b46f', 'x-compute-request-id': 'req-cf04175b-d723-4b5e-be85-f58e4122b46f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/56bf8173-4138-4575-95ca-8b79049db6b9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 56bf8173-4138-4575-95ca-8b79049db6b9 could not be found."}}' 2025-07-31 10:38:56,139 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1597029931 0.051s 2025-07-31 10:38:56,139 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:56 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-2e26c54f-a91d-4780-8407-e1e79a3dcd4e', 'x-compute-request-id': 'req-2e26c54f-a91d-4780-8407-e1e79a3dcd4e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1597029931'} Body: b'' 2025-07-31 10:38:56,407 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http:/ /10.0.0.210/networking/v2.0/security-groups/283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3 0.267s 2025-07-31 10:38:56,407 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-819c3e78-8b4e-4151-ac5b-4b96983a0f35', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3'} Body: b'' 2025-07-31 10:38:56,436 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3 0.028s 2025-07-31 10:38:56,437 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-6bb01686-5974-453d-ba19-1003a4d5fcf5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 283f6ad5-4ce8-4f1a-9ae0-7044bbe43bc3 does not exist", "detail": ""}}' 2025-07-31 10:38:56,782 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/016cf4df-f506-49c9-a05a-20a4986f41bc 0.345s 2025-07-31 10:38:56,783 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-b9e4e417-954d-4a95-8dac-ab926088f7ac', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/016cf4df-f506-49c9-a05a-20a4986f41bc'} Body: b'' tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 186, in test_old_versions_reject volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2318a781-5760-4d9f-8aaf-b1daaf18acf2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:37:36,259 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.094s 2025-07-31 10:37:36,259 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2527', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-810ee56d-8b20-46ee-81a5-c70ec7388035', '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": "c354f53699ad4bdbab6253fe2abdf4d5", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-169904792-project-member", "password_expires_at": null}, "audit_ids": ["A42zxF89S-2KtzimpbVzDw"], "expires_at": "2025-07-31T11:37:36.000000Z", "issued_at": "2025-07-31T10:37:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "018c4210b72440bd8b934000c728fe63", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-169904792"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/018c4210b72440bd8b934000c728fe63", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:37:36,260 98116 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '198ea65f-7597-4472-9713-4edea09e1cb9', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-454672598-network', 'tenant_id': '018c4210b72440bd8b934000c728fe63', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '018c4210b72440bd8b934000c728fe63', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54584, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_add ress_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:37:24Z', 'updated_at': '2025-07-31T10:37:24Z', 'revision_number': 1} available for tenant 2025-07-31 10:37:36,261 98116 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:37:36,261 98116 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:37:36,371 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.107s 2025-07-31 10:37:36,371 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1023426574", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA7+XK0MD+j2/yzNgGGw3PLu+lfNbrNOGt62X352xRZVXvWGaScApEsCLTFIXZ8fcEh8hEnQr/03tPDQeJiae6QGP6+AY3aTLLw2H/Beb/nR7fEI7Y/T41KkFEmmALsXTw=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:36 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-36e38b8f-b391-47c9-a49b-bcee01681929', 'x-compute-request-id': 'req-36e38b8f-b391-47c9-a49b-bcee01681929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1023426574", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA7+XK0MD+j2/yzNgGGw3PLu+lfNbrNOGt62X352xRZVXvWGaScApEsCLTFIXZ8fcEh8hEnQr/03tPDQeJiae6QGP6+AY3aTLLw2H/Beb/nR7fEI7Y/T41KkFEmmALsXTw==", "fingerprint": "d8:19:4f:3f:b2:2d:87:1a:b8:17:6e:68:cb:bb:86:43", "user_id": "c354f53699ad4bdbab6253fe2abdf4d5"}}' 2025-07-31 10:37:36,374 98116 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1023426574 created 2025-07-31 10:37:36,591 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.216s 2025-07-31 10:37:36,591 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--898708108", "description": "tempest-description--2146537176"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-4701cb6a-81e7-473a-9387-cff00c380404', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6fa2e94b-a4d0-42e2-955a-da0530888045", "name": "tempest-securitygroup--898708108", "stateful": true, "tenant_id": "018c4210b72440bd8b934000c728fe63", "description": "tempest-description--2146537176", "shared": false, "security_group_rules": [{"id": "32af215e-4283-4228-b714-8d19d88c2c47", "project_id": "018c4210b72440bd8b934000c728fe63", "tenant_id": "018c4210b72440bd8b934000c728fe63", "security_group_id": "6fa2e94b-a4d0-42e2-955a-da0530888045", "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": 1180, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:37:36Z", "updated_at": "2025-07-31T10:37:36Z", "revision_number": 0}, {"id": "52c766d4-77d5-412f-93df-e9f0af79a587", "project_id": "018c4210b72440bd8b934000c728fe63", "tenan t_id": "018c4210b72440bd8b934000c728fe63", "security_group_id": "6fa2e94b-a4d0-42e2-955a-da0530888045", "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": 1181, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:37:36Z", "updated_at": "2025-07-31T10:37:36Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:37:36Z", "updated_at": "2025-07-31T10:37:36Z", "revision_number": 1, "project_id": "018c4210b72440bd8b934000c728fe63"}}' 2025-07-31 10:37:37,068 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.476s 2025-07-31 10:37:37,069 98116 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": "6fa2e94b-a4d0-42e2-955a-da0530888045", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-a6cb57ae-03f9-4c80-9169-47265edf56d2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "45e9943e-5957-477f-9989-6e7cdccd11c1", "project_id": "018c4210b72440bd8b934000c728fe63", "tenant_id": "018c4210b72440bd8b934000c728fe63", "security_group_id": "6fa2e94b-a4d0-42e2-955a-da0530888045", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:37:36Z", "updated_at": "2025-07-31T10:37:36Z", "revision_number": 0}}' 2025-07-31 10:37:37,594 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.525s 2025-07-31 10:37:37,594 98116 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": "6fa2e94b-a4d0-42e2-955a-da0530888045", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-402afd4c-5db3-4907-865f-321ad3ad2226', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2a5c0e09-72fe-41a3-a8b3-2a1c894f511e", "project_id": "018c4210b72440bd8b934000c728fe63", "tenant_id": "018c4210b72440bd8b934000c728fe63", "security_group_id": "6fa2e94b-a4d0-42e2-955a-da0530888045", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:37:37Z", "updated_at": "2025-07-31T10:37:37Z", "revision_number": 0}}' 2025-07-31 10:37:37,595 98116 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--898708108 created 2025-07-31 10:37:38,510 98116 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.91 5s 2025-07-31 10:37:38,510 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-83e5658c-66e0-465c-b1ce-b57ed23decbd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5822864c-f7ae-4571-ac9e-a04e1fde4251", "tenant_id": "018c4210b72440bd8b934000c728fe63", "floating_ip_address": "172.24.4.157", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "018c4210b72440bd8b934000c728fe63", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:37:38Z", "updated_at": "2025-07-31T10:37:38Z", "revision_number": 0}}' 2025-07-31 10:37:38,511 98116 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5822864c-f7ae-4571-ac9e-a04e1fde4251', 'tenant_id': '018c4210b72440bd8b934000c728fe63', 'floating_ip_address': '172.24.4.157', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '018c4210b72440bd8b934000c728fe63', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:37:38Z', 'updated_at': '2025-07-31T10:37:38Z', 'revision_number': 0, 'ip': '172.24.4.157'} created 2025-07-31 10:37:38,511 98116 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1023426574', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA7+XK0MD+j2/yzNgGGw3PLu+lfNbrNOGt62X352xRZVXvWGaScApEsCLTFIXZ8fcEh8hEnQr/03tPDQeJiae6QGP6+AY3aTLLw2H/Beb/nR7fEI7Y/T41KkFEmmALsXTw==', 'fingerprint': 'd8:19:4f:3f:b2:2d:87:1a:b8:17:6e:68:cb:bb:86:43', 'user_id': 'c354f53699ad4bdbab6253fe2abdf4d5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBsuNRE1G26NzA+vX6QiZbYK1bno0DC0pWBOrlN8zswyV3kjlNnge+f\n6u3cyfQG3L+gBwYFK4EEACKhZANiAAQO/lytDA/o9v8szYBhsNzy7vpXzW6zThre\ntl9+dsUWVV71hmknAKRLAi0xSF2fH3BIfIRJ0K/9N7Tw0HiYmnukBj+vgGN2kyy8\nNh/wXm/50e3xCO2P0+NSpBRJpgC7F08=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6fa2e94b-a4d0-42e2-955a-da0530888045', 'name': 'tempest-securitygroup--898708108', 'stateful': True, 'tenant_id': '018c4210b72440bd8b934000c728fe63', 'description': 'tempest-description--2146537176', 'shared': False, 'security_group_rules': [{'id': '32af215e-4283-4228-b714-8d19d88c2c47', 'project_id': '018c4210b72440bd8b934000c728fe63', 'tenant_id': '018c4210b72440bd8b934000c728fe63', 'security_group_id': '6fa2e94b-a4d0-42e2-955a-da0530888045', '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': 1180, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:37:36Z', 'updated_at': '2025-07-31T10:37:36Z', 'revision_number': 0}, {'id': '52c766d4-77d5-412f-93df-e9f0af79a587', 'project_id': '018c4210b72440bd8b934000c728fe63', 'tenant_id': '018c4210b72440bd8b934000c728fe63', 'security_group_id': '6fa2e94b-a4d0-42e2-955a-da0530888045', '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': 1181, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:37:36Z', 'updated_at': '2025-07-31T10:37:36Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:37:36Z', 'updated_at': '2025-07-31T10:37:36Z', 'revision_number': 1, 'project_id': '018c4210b72440bd8b934000c728fe63'}, 'floating_ip': {'id': '5822864c-f7ae-4571-ac9e-a04e1fde4251', 'tenant_id': '018c4210b72440bd8b934000c728fe63', 'floating_ip_address': '172.24.4.157', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '018c4210b72440bd8b934000c728fe63', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:37:38Z', 'updated_at': '2025-07-31T10:37:38Z', 'revision_number': 0, 'ip': '172.24.4.157'}} 2025-07-31 10:37:39,173 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/compute/v2.1/servers 0.660s 2025-07-31 10:37:39,173 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-471163313", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "networks": [{"uuid": "198ea65f-7597-4472-9713-4edea09e1cb9"}], "security_groups": [{"name": "tempest-securitygroup--898708108"}], "key_name": "tempest-keypair-1023426574", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cda8be53-e566-4f32-82f5-fc38704ccabb', 'x-compute-request-id': 'req-cda8be53-e566-4f32-82f5-fc38704ccabb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1fa626a0-7a97-4e9a-b395-c0c9714eab5d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--898708108"}], "adminPass": "ZYF3Z9BcM62p"}}' 2025-07-31 10:37:39,383 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d 0.207s 2025-07-31 10:37:39,384 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:37:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1249', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2199914f-eae9-497a-acf6-a0abebb101d6', 'x-compute-request-id': 'req-2199914f-eae9-497a-acf6-a0abebb101d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d'} Body: b'{"server": {"id": "1fa626a0-7a97-4e9a-b395-c0c9714eab5d", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-471163313", "status": "BUILD", "tenant_id": "018c4210b72440bd8b934000c728fe63", "user_id": "c354f53699ad4bdbab6253fe2abdf4d5", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:37:39Z", "updated": "2025-07-31T10:37:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1023426574", "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": []}}' 2025-07-31 10:38:29,701 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d 0.284s 2025-07-31 10:38:29,701 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1573', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d4349d3-00d0-4dc1-9a7c-9219ec6ca2db', 'x-compute-request-id': 'req-6d4349d3-00d0-4dc1-9a7c-9219ec6ca2db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d'} Body: b'{"server": {"id": "1fa626a0-7a97-4e9a-b395-c0c9714eab5d", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-471163313", "status": "ACTIVE", "tenant_id": "018c4210b72440bd8b934000c728fe63", "user_id": "c354f53699ad4bdbab6253fe2abdf4d5", "metadata": {}, "hostId": "e60d713420d769254384a16488d995ea8ad2be28a1d96b6074cab981", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:37:39Z", "updated": "2025-07-31T10:37:55Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-454672598-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:90:6b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1023426574", "OS-SRV-USG:launched_at": "2025-07-31T10:37:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--898708108"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:38:29,715 98116 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:39:29,947 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d/os-interface 0.177s 2025-07-31 10:39:29,947 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:29 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-41fc41ba-0928-44dc-a71f-0612c0878a3e', 'x-compute-request-id': 'req-41fc41ba-0928-44dc-a71f-0612c0878a3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "198ea65f-7597-4472-9713-4edea09e1cb9", "port_id": "1d09ecf9-8046-412f-9294-e55804b6fbaf", "mac_addr": "fa:16:3e:8a:90:6b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "de01ff36-29b0-4872-ac9b-ea900498a163", "ip_address": "10.0.0.3"}]}]}' 2025-07-31 10:39:30,724 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/5822864c-f7ae-4571-ac9e-a04e1fde4251 0.773s 2025-07-31 10:39:30,725 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "1d09ecf9-8046-412f-9294-e55804b6fbaf"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c0a0b8a8-2e4e-42f3-81fe-18eaaa7ee394', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/5822864c-f7ae-4571-ac9e-a04e1fde4251'} Body: b'{"floatingip": {"id": "5822864c-f7ae-4571-ac9e-a04e1fde4251", "tenant_id": "018c4210b72440bd8b934000c728fe63", "floating_ip_address": "172.24.4.157", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "22a40d1a-a7ce-409d-a3e8-3ef634a14e8b", "port_id": "1d09ecf9-8046-412f-9294-e55804b6fbaf", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "198ea65f-7597-4472-9713-4edea09e1cb9", "mac_address": "fa:16:3e:8a:90:6b", "admin_state_up": true, "status": "ACTIVE", "device_id": "1fa626a0-7a97-4e9a-b395-c0c9714eab5d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:37:38Z", "updated_at": "2025-07-31T10:39:30Z", "revision_number": 1, "project_id": "018c4210b72440bd8b934000c728fe63"}}' 2025-07-31 10:39:30,730 98116 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.157:22' as 'cirros' with public key authentication 2025-07-31 10:39:30,746 98116 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:39:30,850 98116 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:39:30,851 98116 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.157 successfully created 2025-07-31 10:39:31,146 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d 0.294s 2025-07-31 10:39:31,147 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1573', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a06c635-2862-4bbf-be4c-e8622293ba3d', 'x-compute-request-id': 'req-9a06c635-2862-4bbf-be4c-e8622293ba3d', 'connection': 'close', 'status': '200', 'content-location': 'http://1 0.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d'} Body: b'{"server": {"id": "1fa626a0-7a97-4e9a-b395-c0c9714eab5d", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-471163313", "status": "ACTIVE", "tenant_id": "018c4210b72440bd8b934000c728fe63", "user_id": "c354f53699ad4bdbab6253fe2abdf4d5", "metadata": {}, "hostId": "e60d713420d769254384a16488d995ea8ad2be28a1d96b6074cab981", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:37:39Z", "updated": "2025-07-31T10:37:55Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-454672598-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:90:6b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1023426574", "OS-SRV-USG:launched_at": "2025-07-31T10:37:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--898708108"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:39:31,245 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers 0.083s 2025-07-31 10:39:31,245 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '356', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fd4367d-52e8-42a4-8ce0-094868a1b793', 'x-compute-request-id': 'req-9fd4367d-52e8-42a4-8ce0-094868a1b793', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "1fa626a0-7a97-4e9a-b395-c0c9714eab5d", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-471163313", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}]}]}' 2025-07-31 10:39:31,480 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/volume/v3/volumes 0.230s 2025-07-31 10:39:31,481 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1060446781", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f54b9314-60eb-4ff9-9466-7190a96d6ce3', 'content-length': '790', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f54b9314-60eb-4ff9-9466-7190a96d6ce3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id ": "2318a781-5760-4d9f-8aaf-b1daaf18acf2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:39:31.418904", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1060446781", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2"}], "user_id": "c354f53699ad4bdbab6253fe2abdf4d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-07-31 10:39:31,547 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2 0.041s 2025-07-31 10:39:31,548 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41da6568-0bc5-4168-8164-b3f9b7314a2c', 'content-length': '858', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41da6568-0bc5-4168-8164-b3f9b7314a2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2'} Body: b'{"volume": {"id": "2318a781-5760-4d9f-8aaf-b1daaf18acf2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:39:31.000000", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1060446781", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2"}], "user_id": "c354f53699ad4bdbab6253fe2abdf4d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "018c4210b72440bd8b934000c728fe63"}}' 2025-07-31 10:39:32,654 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2 0.091s 2025-07-31 10:39:32,655 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dedfafc-34f2-40af-b97b-96b8b0efe512', 'content-length': '879', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dedfafc-34f2-40af-b97b-96b8b0efe512', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2'} Body: b'{"volume": {"id": "2318a781-5760-4d9f-8aaf-b1daaf18acf2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:39:31.000000", "updated_at": "2025-07-31T10:39:32.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1060446781", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0 .210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2"}], "user_id": "c354f53699ad4bdbab6253fe2abdf4d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "018c4210b72440bd8b934000c728fe63"}}' 2025-07-31 10:39:32,766 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2 0.096s 2025-07-31 10:39:32,766 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-066dff79-db58-422d-90b0-043dafe55892', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2'} Body: b'' 2025-07-31 10:39:32,787 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2 0.020s 2025-07-31 10:39:32,787 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-38e13bcf-0811-4e5f-95f9-aabcdd66b195', 'x-openstack-request-id': 'req-38e13bcf-0811-4e5f-95f9-aabcdd66b195', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2318a781-5760-4d9f-8aaf-b1daaf18acf2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2318a781-5760-4d9f-8aaf-b1daaf18acf2 could not be found."}}' 2025-07-31 10:39:32,908 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d 0.121s 2025-07-31 10:39:32,909 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54c42954-143c-4cc6-b97f-7a105084947a', 'x-compute-request-id': 'req-54c42954-143c-4cc6-b97f-7a105084947a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d'} Body: b'' 2025-07-31 10:39:33,111 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d 0.202s 2025-07-31 10:39:33,112 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1698', '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-66d640a7-9944-4e7d-a9e6-63f8e6ff8bfe', 'x-compute-request-id': 'req-66d640a7-9944-4e7d-a9e6-63f8e6ff8bfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d'} Body: b'{"server": {"id": "1fa626a0-7a97-4e9a-b395-c0c9714eab5d", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-471163313", "status": "ACTIVE", "tenant_id": "018c4210b72440bd8b934000c728fe63", "user_id": "c354f53699ad4bdbab6253fe2abdf4d5", "metadata": {}, "hostId": "e60d713420d769254384a16488d995ea8ad2be28a1d96b6074cab981", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:37:39Z", "updated": "2025-07-31T10:39:33Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-454672598-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:90:6b"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:90:6b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1023426574", "OS-SRV-USG:launched_at": "2025-07-31T10:37:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--898708108"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:40:23,209 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d 0.048s 2025-07-31 10:40:23,209 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:23 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-d2ebcdb5-e51e-43d0-9054-5860b795ff25', 'x-compute-request-id': 'req-d2ebcdb5-e51e-43d0-9054-5860b795ff25', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fa626a0-7a97-4e9a-b395-c0c9714eab5d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1fa626a0-7a97-4e9a-b395-c0c9714eab5d could not be found."}}' 2025-07-31 10:40:23,247 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1023426574 0.037s 2025-07-31 10:40:23,247 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:23 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-6d44611e-d2da-4487-b5c5-2f514668 9e18', 'x-compute-request-id': 'req-6d44611e-d2da-4487-b5c5-2f5146689e18', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1023426574'} Body: b'' 2025-07-31 10:40:23,496 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/6fa2e94b-a4d0-42e2-955a-da0530888045 0.248s 2025-07-31 10:40:23,497 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-56353e1c-94b7-4b65-93f0-647415e56f0b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/6fa2e94b-a4d0-42e2-955a-da0530888045'} Body: b'' 2025-07-31 10:40:23,518 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/6fa2e94b-a4d0-42e2-955a-da0530888045 0.020s 2025-07-31 10:40:23,518 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-b9bfdc59-648c-404a-9c50-9d7d18c62e8d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/6fa2e94b-a4d0-42e2-955a-da0530888045'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6fa2e94b-a4d0-42e2-955a-da0530888045 does not exist", "detail": ""}}' 2025-07-31 10:40:23,857 98116 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/5822864c-f7ae-4571-ac9e-a04e1fde4251 0.338s 2025-07-31 10:40:23,858 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-8f032619-5bd7-48fa-a795-d735543366f7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/5822864c-f7ae-4571-ac9e-a04e1fde4251'} Body: b'' 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 65, 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 349, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 267, 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 263, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume da9ca596-e3aa-4ce0-abc9-1ac66a422e7c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:40:47,055 98116 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.264s 2025-07-31 10:40:47,055 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-417655760", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN5SNG6qtgrnTmAvvBNCrOF2idGgKJuqMkXGslwbbPC7+Q/E17cLMVM/j7cgKirGCmgrJIsEZLR4bAamMcjQYkYkr+YKax7MS25WDCw3EwA0084V1IZ8q7s4o0/L5J3EBg=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:46 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-52f27e21-7bd2-47bf-a5c6-454add446931', 'x-compute-request-id': 'req-52f27e21-7bd2-47bf-a5c6-454add446931', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-417655760", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN5SNG6qtgrnTmAvvBNCrOF2idGgKJuqMkXGslwbbPC7+Q/E17cLMVM/j7cgKirGCmgrJIsEZLR4bAamMcjQYkYkr+YKax7MS25WDCw3EwA0084V1IZ8q7s4o0/L5J3EBg==", "fingerprint": "a6:70:47:33:68:84:e3:f6:ca:89:67:95:cc:7c:93:33", "user_id": "031de0c330254d3191d57669079b17dc"}}' 2025-07-31 10:40:47,273 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.214s 2025-07-31 10:40:47,273 98116 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-1120373871", "description": "tempest-secgroup-smoke-1120373871 description", "project_id": "78d07050bf994c02b2c95b655a3a2fe1"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1677', 'x-openstack-request-id': 'req-48cd8802-3f91-4d9a-8874-af04a236afe7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "name": "tempest-secgroup-smoke-1120373871", "stateful": true, "tenant_id": "78d07050bf994c02b2c95b655a3a2fe1", "description": "tempest-secgroup-smoke-1120373871 description", "shared": false, "security_group_rules": [{"id": "14b820cd-6f26-49da-9026-38b8d3ebe3ce", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "tenant_id": "78d07050bf994c02b2c95b655a3a2fe1", "security_group_id": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "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": 1221, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:40:47Z", "updated_at": "2025-07-31T10:40:47Z", "revision_number": 0}, {"id": "d9898fbf-9ab7-47a7-bb08-04c37be36dc2", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "tenant_id": "78d07050bf994c02b2c95b655a3a2fe1", "security_group_id": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "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": 1220, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:40:47Z", "updated_at": "2025-07-31T10:40:47Z", "revision_num ber": 0}], "tags": [], "created_at": "2025-07-31T10:40:47Z", "updated_at": "2025-07-31T10:40:47Z", "revision_number": 1, "project_id": "78d07050bf994c02b2c95b655a3a2fe1"}}' 2025-07-31 10:40:47,470 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.196s 2025-07-31 10:40:47,471 98116 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": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-fc1b59fc-341b-4cd5-b8cb-ecfa87460613', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1a838173-e6ac-4572-89bc-3773dca95764", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "tenant_id": "78d07050bf994c02b2c95b655a3a2fe1", "security_group_id": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:40:47Z", "updated_at": "2025-07-31T10:40:47Z", "revision_number": 0}}' 2025-07-31 10:40:47,694 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.222s 2025-07-31 10:40:47,694 98116 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": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-19490024-1868-4582-9a5a-a169037c326f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b286204a-6057-43ef-ae6a-c3378a7ac3af", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "tenant_id": "78d07050bf994c02b2c95b655a3a2fe1", "security_group_id": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:40:47Z", "updated_at": "2025-07-31T10:40:47Z", "revision_number": 0}}' 2025-07-31 10:40:47,896 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.201s 2025-07-31 10:40:47,897 98116 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": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-f06f0656-f4a1-42ce-a23a-b471f3c05eae', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0fb40797-3271-489b-ba40-f46cc2019c7b", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "tenant_id": "78d07050bf994c02b2c95b655a3a2fe1", "security_group_id": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:40:47Z", "updated_at": "2025-07-31T10:40:47Z", "revision_number": 0}}' 2025-07-31 10:40:48,162 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.265s 2025-07-31 10:40:48,163 98116 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": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-9483aa5c-bbb4-4f9c-8988-8a9b0d270a97', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c9ad0532-634c-425d-b665-65fbb661a486", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "tenant_id": "78d07050bf994c02b2c95b655a3a2fe1", "security_group_id": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:40:47Z", "updated_at": "2025-07-31T10:40:47Z", "revision_number": 0}}' 2025-07-31 10:40:48,409 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.246s 2025-07-31 10:40:48,410 98116 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": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-78ae6f63-ab47-49b1-bc58-9bba4c9c5081', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fcc35a10-eda0-4480-adb3-d0331c59fc6e", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "tenant_id": "78d07050bf994c02b2c95b655a3a2fe1", "security_group_id": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:40:48Z", "updated_at": "2025-07-31T10:40:48Z", "revision_number": 0}}' 2025-07-31 10:40:48,623 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volu me_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.213s 2025-07-31 10:40:48,624 98116 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": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-b5aa7de3-5206-4542-bb89-b6cd7f2fc46c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "137ca4ea-a31d-4de4-9c14-42a6eeb15d90", "project_id": "78d07050bf994c02b2c95b655a3a2fe1", "tenant_id": "78d07050bf994c02b2c95b655a3a2fe1", "security_group_id": "aec6acc7-ece5-4d78-a03a-c37e9386cd48", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:40:48Z", "updated_at": "2025-07-31T10:40:48Z", "revision_number": 0}}' 2025-07-31 10:40:48,684 98116 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.055s 2025-07-31 10:40:48,684 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2485', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5d1a6784-c9f0-43fb-90b3-ead8b9550877', '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": "031de0c330254d3191d57669079b17dc", "name": "tempest-TestShelveInstance-1167757619-project-member", "password_expires_at": null}, "audit_ids": ["NZHprQwoR2SwXJHn08Uu9Q"], "expires_at": "2025-07-31T11:40:48.000000Z", "issued_at": "2025-07-31T10:40:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "78d07050bf994c02b2c95b655a3a2fe1", "name": "tempest-TestShelveInstance-1167757619"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "Re gionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/78d07050bf994c02b2c95b655a3a2fe1", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:40:48,685 98116 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '58656225-fd1d-4e0d-a317-671bfef639fb', 'name': 'tempest-TestShelveInstance-2013191859-network', 'tenant_id': '78d07050bf994c02b2c95b655a3a2fe1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '78d07050bf994c02b2c95b655a3a2fe1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 23124, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:40:32Z', 'updated_at': '2025-07-31T10:40:32Z', 'revision_number': 1} available for tenant 2025-07-31 10:40:49,245 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/volumes 0.559s 2025-07-31 10:40:49,246 98116 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-1337058049", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-671d78ff-5034-4f1d-8eda-4bf5f9a0b5cb', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-671d78ff-5034-4f1d-8eda-4bf5f9a0b5cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "da9ca596-e3aa-4ce0-abc9-1ac66a422e7c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:40:49.182003", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1337058049", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c"}], "user_id": "031de0c330254d3191d57669079b17dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:40:49,305 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c 0.042s 2025-07-31 10:40:49,305 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-356c4135-b6e3-431f-bca3-9feaab9eb3f2', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-356c4135-b 6e3-431f-bca3-9feaab9eb3f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c'} Body: b'{"volume": {"id": "da9ca596-e3aa-4ce0-abc9-1ac66a422e7c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:40:49.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1337058049", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c"}], "user_id": "031de0c330254d3191d57669079b17dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "78d07050bf994c02b2c95b655a3a2fe1"}}' 2025-07-31 10:40:50,362 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c 0.043s 2025-07-31 10:40:50,363 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d5d06c7-efe9-4149-ad9d-93e1e95ae7ad', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d5d06c7-efe9-4149-ad9d-93e1e95ae7ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c'} Body: b'{"volume": {"id": "da9ca596-e3aa-4ce0-abc9-1ac66a422e7c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:40:49.000000", "updated_at": "2025-07-31T10:40:49.000000", "name": "tempest-tempest.common.compute-volume-1337058049", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c"}], "user_id": "031de0c330254d3191d57669079b17dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "78d07050bf994c02b2c95b655a3a2fe1"}}' 2025-07-31 10:40:50,490 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c 0.113s 2025-07-31 10:40:50,490 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31ecb59d-9abb-480b-8c89-53f36498c18f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c'} Body: b'' 2025-07-31 10:40:50,512 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c 0.021s 2025-07-31 10:40:50,512 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth- Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef410e58-2e07-46ac-8237-2ebb17ba57a5', 'x-openstack-request-id': 'req-ef410e58-2e07-46ac-8237-2ebb17ba57a5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/da9ca596-e3aa-4ce0-abc9-1ac66a422e7c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume da9ca596-e3aa-4ce0-abc9-1ac66a422e7c could not be found."}}' 2025-07-31 10:40:50,753 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/aec6acc7-ece5-4d78-a03a-c37e9386cd48 0.239s 2025-07-31 10:40:50,753 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-a10d6c44-888e-4911-85fa-8ec5fd204834', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/aec6acc7-ece5-4d78-a03a-c37e9386cd48'} Body: b'' 2025-07-31 10:40:50,783 98116 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-417655760 0.029s 2025-07-31 10:40:50,783 98116 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40: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-7dca9667-2b68-4e8a-bed1-7d5e331934e2', 'x-compute-request-id': 'req-7dca9667-2b68-4e8a-bed1-7d5e331934e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-417655760'} Body: b'' 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e2311db0-78f6-40af-b28a-eda86dfabcca failed to build and is in ERROR status 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d533f750-3b3b-4208-8dda-653ac250a35d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:38:56,786 98110 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-07-31 10:38:56,786 98110 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-07-31 10:38:56,846 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.059s 2025-07-31 10:38:56,846 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1549629352", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAuu3FPEOYNgM/0rqdl1Mla3I++9mk4Wj6LZcherzzAbN+bOMrkzw4uAkRAqMA0ah7tKcX1+xdL9yov990UvarWfQ3n13ANPFUEVpK3vGKW4724CzIXuS56tfA35Pvf8Cg=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:56 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-86f96117-6502-4d5d-a8f6-1c51d6f37829', 'x-compute-request-id': 'req-86f96117-6502-4d5d-a8f6-1c51d6f37829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1549629352", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAuu3FPEOYNgM/0rqdl1Mla3I++9mk4Wj6LZcherzzAbN+bOMrkzw4uAkRAqMA0ah7tKcX1+xdL9yov990UvarWfQ3n13ANPFUEVpK3vGKW4724CzIXuS56tfA35Pvf8Cg==", "fingerprint": "1a:4b:04:f3:5c:c9:41:d7:f3:96:9e:c2:7d:cb:d6:24", "user_id": "99fe885c8b95416598ba7ac4473b8b9f"}}' 2025-07-31 10:38:56,849 98110 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1549629352 created 2025-07-31 10:38:57,084 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.235s 2025-07-31 10:38:57,085 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--471700477", "description": "tempest-description--66762531"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-f8e89ede-e5ec-4f4e-bc08-91d34d32f4b2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "46f96a14-8800-432c-b3d9-772adbe65fed", "name": "tempest-securitygroup--471700477", "stateful": true, "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "description": "tempest-description--66762531", "shared": false, "security_group_rules": [{"id": "69e1523e-cc78-4a84-b079-9906ca341e20", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "security_group_id": "46f96a14-8800-432c-b3d9-772adbe65fed", "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": 1189, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:38:56Z", "updated_at": "2025-07-31T10:38:56Z", "revision_number": 0}, {"id": "a588321b-402a-4b42-a8dc-bdbd5f500585", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "security_group_id": "46f96a14-8800-432c-b3d9-772adbe65fed", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_r ange_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": 1188, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:38:56Z", "updated_at": "2025-07-31T10:38:56Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:38:56Z", "updated_at": "2025-07-31T10:38:56Z", "revision_number": 1, "project_id": "01c4b29efb5841cfb95ceebdc25be710"}}' 2025-07-31 10:38:57,591 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.506s 2025-07-31 10:38:57,591 98110 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": "46f96a14-8800-432c-b3d9-772adbe65fed", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-22ef48de-f546-4bd0-b15e-f213b9666e18', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "15193fb8-f3c2-4f5a-b289-27968e1f72c0", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "security_group_id": "46f96a14-8800-432c-b3d9-772adbe65fed", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:38:57Z", "updated_at": "2025-07-31T10:38:57Z", "revision_number": 0}}' 2025-07-31 10:38:57,817 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.225s 2025-07-31 10:38:57,818 98110 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": "46f96a14-8800-432c-b3d9-772adbe65fed", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-927529ab-fb62-432b-8824-c9ac6072ccae', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "be53d8a7-c104-4f4b-868f-23883fcb8683", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "security_group_id": "46f96a14-8800-432c-b3d9-772adbe65fed", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:38:57Z", "updated_at": "2025-07-31T10:38:57Z", "revision_number": 0}}' 2025-07-31 10:38:57,818 98110 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--471700477 created 2025-07-31 10:38:58,482 98110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.664s 2025-07-31 10:38:58,483 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: {"floatingip": {"floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-1da83c3b-a079-4c5a-b452-944a17e02a75', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b346b5d3-d4d2-4de3-9cc1-136aa9525cd1", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "floating_ip_address": "172.24.4.133", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "01c4b29efb5841cfb95ceebdc25be710", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:38:58Z", "updated_at": "2025-07-31T10:38:58Z", "revision_number": 0}}' 2025-07-31 10:38:58,483 98110 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b346b5d3-d4d2-4de3-9cc1-136aa9525cd1', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'floating_ip_address': '172.24.4.133', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:38:58Z', 'updated_at': '2025-07-31T10:38:58Z', 'revision_number': 0, 'ip': '172.24.4.133'} created 2025-07-31 10:38:58,582 98110 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.094s 2025-07-31 10:38:58,583 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2487', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-244c41d8-ad3c-4931-ae78-516d2fedde74', '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": "99fe885c8b95416598ba7ac4473b8b9f", "name": "tempest-AttachVolumeTestJSON-587431724-project-member", "password_expires_at": null}, "audit_ids": ["u5d9kUlUQ42usfynlhQAJg"], "expires_at": "2025-07-31T11:38:58.000000Z", "issued_at": "2025-07-31T10:38:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01c4b29efb5841cfb95ceebdc25be710", "name": "tempest-AttachVolumeTestJSON-587431724"}, "is_domain": false, "roles": [{"id": "19e3416a0a9a455c9306c3a87413dd97", "name": "member"}, {"id": "77a7873507184b4c85cc968773e9ac34", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d328fda739444fa491e30b72f9997831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0fdab6a75f114d8a9c74944e1b8ed1d6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "2cfd500c5e1c4d059571edd2f3eb5387", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1f04508865794bd9a1889ebdd3fe31da", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff2818c9be2c43c9898ab3f89aa3b831", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "510d9ed2aede47298bfba16a81ee4c4f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ec8991fc33f74ddfbb916f47e89d63bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "76a2781c99a84dbe97ecdc44e91e6e34", "type": "plac ement", "name": "placement"}, {"endpoints": [{"id": "ea757a9735ba47939c003ca813fcdd59", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "ac7ac6176ea24dfabd0eb2931085dfa5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8b044592ed04489e8dd955e5955bd5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/01c4b29efb5841cfb95ceebdc25be710", "region": "RegionOne"}], "id": "efd62b0e48e94295a34febd72571499d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f27d2d566222485698e463a1f756ac53", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f10feeb3f6b44125847ad8dafc857797", "type": "compute", "name": "nova"}]}}' 2025-07-31 10:38:58,583 98110 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '04db2ce3-549b-4799-be0e-5ed2588171d3', 'name': 'tempest-AttachVolumeTestJSON-2109434594-network', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4734, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-07-31T10:36:03Z', 'updated_at': '2025-07-31T10:36:03Z', 'revision_number': 1} available for tenant 2025-07-31 10:38:58,584 98110 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1549629352', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAuu3FPEOYNgM/0rqdl1Mla3I++9mk4Wj6LZcherzzAbN+bOMrkzw4uAkRAqMA0ah7tKcX1+xdL9yov990UvarWfQ3n13ANPFUEVpK3vGKW4724CzIXuS56tfA35Pvf8Cg==', 'fingerprint': '1a:4b:04:f3:5c:c9:41:d7:f3:96:9e:c2:7d:cb:d6:24', 'user_id': '99fe885c8b95416598ba7ac4473b8b9f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAGVJXPF1JCOYQmxUNW6Kb7K5ZKnNuFS7O9KMwJGsVul7x4h/PIo4Cu\nmTMtgzsIsQygBwYFK4EEACKhZANiAAQLrtxTxDmDYDP9K6nZdTJWtyPvvZpOFo+i\n2XIXq88wGzfmzjK5M8OLgJEQKjANGoe7SnF9fsXS/cqL/fdFL2q1n0N59dwDTxVB\nFaSt7xiluO9uAsyF7kuerXwN+T73/Ao=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '46f96a14-8800-432c-b3d9-772adbe65fed', 'name': 'tempest-securitygroup--471700477', 'stateful': True, 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'description': 'tempest-description--66762531', 'shared': False, 'security_group_rules': [{'id': '69e1523e-cc78-4a84-b079-9906ca341e20', 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'security_group_id': '46f96a14-8800-432c-b3d9-772adbe65fed', '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': 1189, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:38:56Z', 'updated_at': '2025-07-31T10:38:56Z', 'revision_number': 0}, {'id': 'a588321b-402a-4b42-a8dc-bdbd5f500585', 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'security_group_id': '46f96a14-8800-432c-b3d9-772adbe65fed', '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': 1188, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-07-31T10:38:56Z', 'updated_at': '2025-07-31T10:38:56Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-07-31T10:3 8:56Z', 'updated_at': '2025-07-31T10:38:56Z', 'revision_number': 1, 'project_id': '01c4b29efb5841cfb95ceebdc25be710'}, 'floating_ip': {'id': 'b346b5d3-d4d2-4de3-9cc1-136aa9525cd1', 'tenant_id': '01c4b29efb5841cfb95ceebdc25be710', 'floating_ip_address': '172.24.4.133', 'floating_network_id': '74392d56-398c-403a-95ac-e6403cbc3c69', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '01c4b29efb5841cfb95ceebdc25be710', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-07-31T10:38:58Z', 'updated_at': '2025-07-31T10:38:58Z', 'revision_number': 0, 'ip': '172.24.4.133'}} 2025-07-31 10:38:59,141 98110 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.556s 2025-07-31 10:38:59,141 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1564243528", "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "04db2ce3-549b-4799-be0e-5ed2588171d3"}], "security_groups": [{"name": "tempest-securitygroup--471700477"}], "key_name": "tempest-keypair-1549629352", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e16c346d-4b9a-4fa7-9f7f-eea25c3b7b6e', 'x-compute-request-id': 'req-e16c346d-4b9a-4fa7-9f7f-eea25c3b7b6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5a5d53ca-4765-4f33-bf55-483f3bada29d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--471700477"}], "adminPass": "password"}}' 2025-07-31 10:38:59,245 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d 0.100s 2025-07-31 10:38:59,245 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:38:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9115c14-6854-4191-b465-773bef591dcb', 'x-compute-request-id': 'req-e9115c14-6854-4191-b465-773bef591dcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d'} Body: b'{"server": {"id": "5a5d53ca-4765-4f33-bf55-483f3bada29d", "name": "tempest-AttachVolumeTestJSON-server-1564243528", "status": "BUILD", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "metadata": {}, "hostId": "", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{" rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:38:59Z", "updated": "2025-07-31T10:38:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1549629352", "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": []}}' 2025-07-31 10:39:49,556 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d 0.255s 2025-07-31 10:39:49,556 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:39:49 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-6fd9d639-7c06-4762-abeb-2f011ea35175', 'x-compute-request-id': 'req-6fd9d639-7c06-4762-abeb-2f011ea35175', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d'} Body: b'{"server": {"id": "5a5d53ca-4765-4f33-bf55-483f3bada29d", "name": "tempest-AttachVolumeTestJSON-server-1564243528", "status": "ACTIVE", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "metadata": {}, "hostId": "d26171f2a839bdae8bf1b666b807f70c9297bf1b3db5499069d7e090", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:38:59Z", "updated": "2025-07-31T10:39:14Z", "addresses": {"tempest-AttachVolumeTestJSON-2109434594-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:60:54"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1549629352", "OS-SRV-USG:launched_at": "2025-07-31T10:39:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--471700477"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:39:49,571 98110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-07-31 10:40:49,787 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d/os-interface 0.207s 2025-07-31 10:40:49,787 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:49 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-f4eada86-23ff-4af2-b85b-86de2522ec88', 'x-compute-request-id': 'req-f4eada86-23ff-4af2-b85b-86de2522ec88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "04db2ce3-549b-4799-be0e-5ed2588171d3", "port_id": "862aa0b2-02c3-4c7b-a6f1-6e6abab96648", "mac_addr": "fa:16:3e:ef:60:54", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b9e07fcb-f09f-453b-aa03-2d4c02af82e1", "ip_address": "10.0.0.9"}]}]}' 2025-07-31 10:40:50,582 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/b346b5d3-d4d2-4de3-9cc1-136aa9525cd1 0.790s 2025-07-31 10:40:50,582 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "862aa0b2-02c3-4c7b-a6f1-6e6abab96648"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-2b0b3e66-fc45-43c3-af0f-7dc20d6754f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/b346b5d3-d4d2-4de3-9cc1-136aa9525cd1'} Body: b'{"floatingip": {"id": "b346b5d3-d4d2-4de3-9cc1-136aa9525cd1", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "floating_ip_address": "172.24.4.133", "floating_network_id": "74392d56-398c-403a-95ac-e6403cbc3c69", "router_id": "be59706d-b7db-49e4-a7db-6939a8b7b409", "port_id": "862aa0b2-02c3-4c7b-a6f1-6e6abab96648", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "04db2ce3-549b-4799-be0e-5ed2588171d3", "mac_address": "fa:16:3e:ef:60:54", "admin_state_up": true, "status": "ACTIVE", "device_id": "5a5d53ca-4765-4f33-bf55-483f3bada29d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-07-31T10:38:58Z", "updated_at": "2025-07-31T10:40:50Z", "revision_number": 1, "project_id": "01c4b29efb5841cfb95ceebdc25be710"}}' 2025-07-31 10:40:50,583 98110 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.133:22' as 'cirros' with public key authentication 2025-07-31 10:40:50,592 98110 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-07-31 10:40:50,695 98110 INFO [paramiko.transport] Authentication (publickey) successful! 2025-07-31 10:40:50,695 98110 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.133 successfully created 2025-07-31 10:40:50,750 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d/ips 0.054s 2025-07-31 10:40:50,751 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:50 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-5c7ce2cd-2995-4a76-a9f0-98badf34a544', 'x-compute-request-id': 'req-5c7ce2cd-2995-4a76-a9f0-98badf34a544', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-2109434594-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2025-07-31 10:40:5 0,943 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/volumes 0.189s 2025-07-31 10:40:50,943 98110 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-1353440808"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15c6f229-f64f-40ea-a5e9-9c35c0916c4c', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15c6f229-f64f-40ea-a5e9-9c35c0916c4c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d533f750-3b3b-4208-8dda-653ac250a35d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:40:50.881902", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1353440808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d533f750-3b3b-4208-8dda-653ac250a35d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d533f750-3b3b-4208-8dda-653ac250a35d"}], "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:40:51,006 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/d533f750-3b3b-4208-8dda-653ac250a35d 0.041s 2025-07-31 10:40:51,006 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32d267af-7daf-4c19-919e-b472ef4f4567', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32d267af-7daf-4c19-919e-b472ef4f4567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d533f750-3b3b-4208-8dda-653ac250a35d'} Body: b'{"volume": {"id": "d533f750-3b3b-4208-8dda-653ac250a35d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:40:51.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1353440808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d533f750-3b3b-4208-8dda-653ac250a35d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d533f750-3b3b-4208-8dda-653ac250a35d"}], "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01c4b29efb5841cfb95ceebdc25be710"}}' 2025-07-31 10:40:52,061 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/d533f750-3b3b-4208-8dda-653ac250a35d 0.040s 2025-07-31 10:40:52,061 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91a6ce7b-ad39-43 02-b465-117454d780c9', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91a6ce7b-ad39-4302-b465-117454d780c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d533f750-3b3b-4208-8dda-653ac250a35d'} Body: b'{"volume": {"id": "d533f750-3b3b-4208-8dda-653ac250a35d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:40:51.000000", "updated_at": "2025-07-31T10:40:51.000000", "name": "tempest-AttachVolumeTestJSON-volume-1353440808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d533f750-3b3b-4208-8dda-653ac250a35d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d533f750-3b3b-4208-8dda-653ac250a35d"}], "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01c4b29efb5841cfb95ceebdc25be710"}}' 2025-07-31 10:40:52,198 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d 0.123s 2025-07-31 10:40:52,198 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:52 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-16e559d1-5283-499c-b944-b7e5eb49cae7', 'x-compute-request-id': 'req-16e559d1-5283-499c-b944-b7e5eb49cae7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d'} Body: b'' 2025-07-31 10:40:52,432 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d 0.233s 2025-07-31 10:40:52,432 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:40:52 GMT', 'server': '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-3550a9e8-192b-4c53-816e-22c0a184ceed', 'x-compute-request-id': 'req-3550a9e8-192b-4c53-816e-22c0a184ceed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d'} Body: b'{"server": {"id": "5a5d53ca-4765-4f33-bf55-483f3bada29d", "name": "tempest-AttachVolumeTestJSON-server-1564243528", "status": "ACTIVE", "tenant_id": "01c4b29efb5841cfb95ceebdc25be710", "user_id": "99fe885c8b95416598ba7ac4473b8b9f", "metadata": {}, "hostId": "d26171f2a839bdae8bf1b666b807f70c9297bf1b3db5499069d7e090", "image": {"id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-07-31T10:38:59Z", "updated": "2025-07-31T10:40:52Z", "addresses": {"tempest-AttachVolumeTestJSON-2109434594-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:60:54"}, {"version": 4, "addr": "172.24.4.133", "OS-EXT-IPS:type": "floating" , "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:60:54"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1549629352", "OS-SRV-USG:launched_at": "2025-07-31T10:39:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--471700477"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-07-31 10:41:42,747 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d 0.272s 2025-07-31 10:41:42,748 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:42 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-e63cc7fb-abf7-40bb-9834-4eb154f59011', 'x-compute-request-id': 'req-e63cc7fb-abf7-40bb-9834-4eb154f59011', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5a5d53ca-4765-4f33-bf55-483f3bada29d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5a5d53ca-4765-4f33-bf55-483f3bada29d could not be found."}}' 2025-07-31 10:41:42,788 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1549629352 0.039s 2025-07-31 10:41:42,788 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:42 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-4098817f-6ae6-46ca-a1cf-87fb791449e7', 'x-compute-request-id': 'req-4098817f-6ae6-46ca-a1cf-87fb791449e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1549629352'} Body: b'' 2025-07-31 10:41:42,986 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/46f96a14-8800-432c-b3d9-772adbe65fed 0.197s 2025-07-31 10:41:42,987 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-deabc090-0a4b-4253-905a-0861e097e53f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/46f96a14-8800-432c-b3d9-772adbe65fed'} Body: b'' 2025-07-31 10:41:43,005 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/46f96a14-8800-432c-b3d9-772adbe65fed 0.017s 2025-07-31 10:41:43,005 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-51c4246f-2495-4544-bcc5-39cf108746b6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/46f96a14-8800-432c-b3d9-772adbe65fed'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 46f96a14-8800-432c-b3d9-772adbe65fed does not exist", "detail": ""}}' 2025-07-31 10:41:43,487 98110 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/b346b5d3-d4d2-4de3-9cc1-136aa9525cd1 0.481s 2025-07-31 10:41:43,487 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-07d24b31-f16b-4fc1-9a8c-3821c821ab42', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/b346b5d3-d4d2-4de3-9cc1-136aa9525cd1'} Body: b'' 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume dda7ee9f-0394-4e39-85e8-514f4578dc7a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:41:49,477 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/os-quota-sets/b3f372b96ff14744b3f2f18f9079bd58?usage=True 0.039s 2025-07-31 10:41:49,477 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fef210e-cefa-488d-85a0-d4a85a61e038', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fef210e-cefa-488d-85a0-d4a85a61e038', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/os-quota-sets/b3f372b96ff14744b3f2f18f9079bd58?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": "b3f372b96ff14744b3f2f18f9079bd58"}}' 2025-07-31 10:41:49,816 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/volumes 0.328s 2025-07-31 10:41:49,816 98110 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-2035581916"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15a7913d-8c25-4d54-944d-8bad88355047', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15a7913d-8c25-4d54-944d-8bad88355047', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "dda7ee9f-0394-4e39-85e8-514f4578dc7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:41:49.750225", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-2035581916", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a"}], "user_id": "ce1569c7e16e4c13b3992b4374114dca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:41:49,868 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a 0.040s 2025-07-31 10:41:49,869 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'app lication/json', 'x-compute-request-id': 'req-6f986dc3-2717-438c-b2e1-0c70f172c1c2', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f986dc3-2717-438c-b2e1-0c70f172c1c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a'} Body: b'{"volume": {"id": "dda7ee9f-0394-4e39-85e8-514f4578dc7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:41:50.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-2035581916", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a"}], "user_id": "ce1569c7e16e4c13b3992b4374114dca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3f372b96ff14744b3f2f18f9079bd58"}}' 2025-07-31 10:41:50,925 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a 0.041s 2025-07-31 10:41:50,925 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b8d677b-0961-4655-b7c5-aa9218ea015f', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b8d677b-0961-4655-b7c5-aa9218ea015f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a'} Body: b'{"volume": {"id": "dda7ee9f-0394-4e39-85e8-514f4578dc7a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:41:50.000000", "updated_at": "2025-07-31T10:41:50.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-2035581916", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a"}], "user_id": "ce1569c7e16e4c13b3992b4374114dca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3f372b96ff14744b3f2f18f9079bd58"}}' 2025-07-31 10:41:50,988 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a 0.044s 2025-07-31 10:41:50,988 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a82fb1d8-a206-4bf5-a070-7a1850241807', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a82fb1d8-a206-4bf5-a070-7a1850241807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a'} Body: b'{"volume": {"id": "dda7ee9f-0394-4e39-85e8-514f4578dc7a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:41:50.000000", "updated_at": "2025-07-31T10:41:50.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-2035581916", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a"}], "user_id": "ce1569c7e16e4c13b3992b4374114dca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3f372b96ff14744b3f2f18f9079bd58"}}' 2025-07-31 10:41:51,097 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a 0.096s 2025-07-31 10:41:51,097 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41: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-692bf430-dae8-4181-9788-95010e1eca4b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a'} Body: b'' 2025-07-31 10:41:51,121 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a 0.023s 2025-07-31 10:41:51,121 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41: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-c9a78ece-4ec4-40e5-9883-0ef731bfb6b8', 'x-openstack-request-id': 'req-c9a78ece-4ec4-40e5-9883-0ef731bfb6b8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dda7ee9f-0394-4e39-85e8-514f4578dc7a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume dda7ee9f-0394-4e39-85e8-514f4578dc7a 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 08e8ee5b-d9be-4e77-871c-28f156d8f15a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:41:51,316 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/volumes 0.191s 2025-07-31 10:41:51,317 98110 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-622042583"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52bb2d80-f3e3-495c-84a9-6c59e791f5c3', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52bb2d80-f3e3-495c-84a9-6c59e791f5c3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "08e8ee5b-d9be-4e77-871c-28f156d8f15a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:41:51.242144", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-622042583", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a"}], "user_id": "ce1569c7e16e4c13b3992b4374114dca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:41:51,371 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a 0.042s 2025-07-31 10:41:51,371 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a56db99b-4d5a-44ae-bdaa-8e82d608d26e', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a56db99b-4d5a-44ae-bdaa-8e82d608d26e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a'} Body: b'{"volume": {"id": "08e8ee5b-d9be-4e77-871c-28f156d8f15a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:41:51.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-622042583", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a"}], "user_id": "ce1569c7e16e4c13b3992b4374114dca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3f372b96ff14744b3f2f18f9079bd58"}}' 2025-07-31 10:41:52,432 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a 0.047s 2025-07-31 10:41:52,433 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-674d7188-926f-4909-a9ba-1058a2ac6a9f', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-674d7188-926f-4909-a9ba-1058a2ac6a9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a'} Body: b'{"volume": {"id": "08e8ee5b-d9be-4e77-871c-28f156d8f15a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:41:51.000000", "updated_at": "2025-07-31T10:41:51.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-622042583", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a"}], "user_id": "ce1569c7e16e4c13b3992b4374114dca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3f372b96ff14744b3f2f18f9079bd58"}}' 2025-07-31 10:41:52,489 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a 0.042s 2025-07-31 10:41:52,490 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-248b4aaa-9842-4573-84f1-341c7745c4f6', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-248b4aaa-9842-4573-84f1-341c7745c4f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a'} Body: b'{"volume": {"id": "08e8ee5b-d9be-4e77-871c-28f156d8f15a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:41:51.000000", "updated_at": "2025-07-31T10:41:51.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-622042583", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a"}], "user_id": "ce1569c7e16e4c13b3992b4374114dca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3f372b96ff14744b3f2f18f9079bd58"}}' 2025-07-31 10:41:52,602 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a 0.099s 2025-07-31 10:41:52,602 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41: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-1b113f4d-f7f8-4515-9cd4-e8f322e9b07e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a'} Body: b'' 2025-07-31 10:41:52,626 98110 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9 be-4e77-871c-28f156d8f15a 0.023s 2025-07-31 10:41:52,626 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:41: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-58141313-41a1-4979-9229-e3997325763b', 'x-openstack-request-id': 'req-58141313-41a1-4979-9229-e3997325763b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08e8ee5b-d9be-4e77-871c-28f156d8f15a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 08e8ee5b-d9be-4e77-871c-28f156d8f15a could not be found."}}' 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 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 95cf90c8-13af-452d-ab94-62afe8f0e70a failed to build and is in ERROR status 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 56, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b4815022-69e8-4b43-949d-a244b61f74ed failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:42:02,462 98110 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/types 0.166s 2025-07-31 10:42:02,462 98110 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-1604936115", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a5e072c-3c40-413b-973e-fcc05f608cce', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a5e072c-3c40-413b-973e-fcc05f608cce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "e6365f18-f6ab-40dd-a60b-cfcda5ff28ee", "name": "tempest-VolumeTypesTest-volume-type-1604936115", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:42:02,506 98110 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/types 0.040s 2025-07-31 10:42:02,507 98110 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-462629697", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feca1b62-9d60-446d-982e-20c8a8913291', 'content-length': '272', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feca1b62-9d60-446d-982e-20c8a8913291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "c40b0567-d42c-48e5-af53-b0fd43e3acaa", "name": "tempest-VolumeTypesTest-volume-type-462629697", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-07-31 10:42:02,832 98110 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/volumes 0.322s 2025-07-31 10:42:02,833 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1241582283", "volume_type": "e6365f18-f6ab-40dd-a60b-cfcda5ff28ee", "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-169930ac-5ee2-4ade-bbc8-a0411bf1b550', 'content-length': '782', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-169930ac-5ee2-4ade-bbc8-a0411bf1b550', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b4815022-69e8-4b43-949d-a244b61f74ed", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:02.750474", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1241582283", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1604936115", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b481502 2-69e8-4b43-949d-a244b61f74ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b4815022-69e8-4b43-949d-a244b61f74ed"}], "user_id": "8713b24588a443a5aa020237adb38f86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:42:02,888 98110 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/volumes/b4815022-69e8-4b43-949d-a244b61f74ed 0.042s 2025-07-31 10:42:02,888 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-534ec68a-8704-49f3-b0d5-a14453efaf65', 'content-length': '850', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-534ec68a-8704-49f3-b0d5-a14453efaf65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed'} Body: b'{"volume": {"id": "b4815022-69e8-4b43-949d-a244b61f74ed", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:03.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1241582283", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1604936115", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b4815022-69e8-4b43-949d-a244b61f74ed"}], "user_id": "8713b24588a443a5aa020237adb38f86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "010bb1497df1476aba5b546bf3a57fe3"}}' 2025-07-31 10:42:03,950 98110 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/volumes/b4815022-69e8-4b43-949d-a244b61f74ed 0.045s 2025-07-31 10:42:03,951 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fa9bc80-d644-4e6a-8595-e277c9f8adbd', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fa9bc80-d644-4e6a-8595-e277c9f8adbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed'} Body: b'{"volume": {"id": "b4815022-69e8-4b43-949d-a244b61f74ed", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:03.000000", "updated_at": "2025-07-31T10:42:03.000000", "name": "tempest-VolumeTypesTest-volume-1241582283", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1604936115", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b4815022-69e8-4b43-949d-a244b61f74ed"}], "user_id": "8713b24588a443a5aa020237adb38f86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "010bb1497df1476aba5b546bf3a57fe3"}}' 2025-07-31 10:42:04,012 98110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups) : 200 GET http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed 0.043s 2025-07-31 10:42:04,012 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0eea965-843f-4300-813c-27bf76c096ea', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0eea965-843f-4300-813c-27bf76c096ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed'} Body: b'{"volume": {"id": "b4815022-69e8-4b43-949d-a244b61f74ed", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:03.000000", "updated_at": "2025-07-31T10:42:03.000000", "name": "tempest-VolumeTypesTest-volume-1241582283", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1604936115", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b4815022-69e8-4b43-949d-a244b61f74ed"}], "user_id": "8713b24588a443a5aa020237adb38f86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "010bb1497df1476aba5b546bf3a57fe3"}}' 2025-07-31 10:42:04,133 98110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed 0.105s 2025-07-31 10:42:04,134 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-6ac59f11-4586-4970-be08-9532873791be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed'} Body: b'' 2025-07-31 10:42:04,157 98110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed 0.022s 2025-07-31 10:42:04,157 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:04 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-6be452b3-5a87-4f94-8692-0d5817ab8538', 'x-openstack-request-id': 'req-6be452b3-5a87-4f94-8692-0d5817ab8538', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b4815022-69e8-4b43-949d-a244b61f74ed'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b4815022-69e8-4b43-949d-a244b61f74ed could not be found."}}' 2025-07-31 10:42:04,218 98110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/c40b0567-d42c-48e5-af53-b0fd43e3acaa 0.059s 2025-07-31 10:42:04,218 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-428e55c2-65db-4240-a708-21b666aa5708', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/c40b0567-d42c-48e5-af53-b0fd43e3acaa'} Body: b'' 2025-07-31 10:42:04,235 98110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/c40b0567-d42c-48e5-af53-b0fd43e3acaa 0.016s 2025-07-31 10:42:04,235 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-9de1d36a-7cc1-469b-bb51-8205be1b6605', 'x-openstack-request-id': 'req-9de1d36a-7cc1-469b-bb51-8205be1b6605', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/c40b0567-d42c-48e5-af53-b0fd43e3acaa'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c40b0567-d42c-48e5-af53-b0fd43e3acaa could not be found."}}' 2025-07-31 10:42:04,291 98110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/e6365f18-f6ab-40dd-a60b-cfcda5ff28ee 0.055s 2025-07-31 10:42:04,291 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-202dd8a5-d66b-485b-aec1-ccf8b9c195c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/e6365f18-f6ab-40dd-a60b-cfcda5ff28ee'} Body: b'' 2025-07-31 10:42:04,308 98110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/e6365f18-f6ab-40dd-a60b-cfcda5ff28ee 0.017s 2025-07-31 10:42:04,309 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-f7da47d4-7e11-4c1d-bd1b-d810689dcc66', 'x-openstack-request-id': 'req-f7da47d4-7e11-4c1d-bd1b-d810689dcc66', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/e6365f18-f6ab-40dd-a60b-cfcda5ff28ee'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e6365f18-f6ab-40dd-a60b-cfcda5ff28ee 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5a82335d-aa92-413d-8766-600fb3b5793f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:42:08,041 98110 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/volumes 0.379s 2025-07-31 10:42:08,041 98110 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-925104836"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3995f931-9532-41c8-acd6-6ca91e14abde', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3995f931-9532-41c8-acd6-6ca91e14abde', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5a82335d-aa92-413d-8766-600fb3b5793f", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-07-31T10:42:07.968237", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-925104836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5a82335d-aa92-413d-8766-600fb3b5793f"}], "user_id": "c5915ba185884c4ea7de98adf108a22f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:42:08,101 98110 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f 0.047s 2025-07-31 10:42:08,101 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0aca735d-e701-4a87-b24b-5a341ff777dd', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0aca735d-e701-4a87-b24b-5a341ff777dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f'} Body: b'{"volume": {"id": "5a82335d-aa92-413d-8766-600fb3b5793f", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-07-31T10:42:08.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-925104836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5a82335d-aa92-413d-8766-600fb3b5793f"}], "user_id": "c5915ba185884c4ea7de98adf108a22f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d7d4ba754d8e4e5bb62c2971153f6f9f"}}' 2025-07-31 10:42:09,157 98110 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f 0.039s 2025-07-31 10:42:09,157 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-fdb8a328-3650-487d-848a-d3df80ff7e2e', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdb8a328-3650-487d-848a-d3df80ff7e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f'} Body: b'{"volume": {"id": "5a82335d-aa92-413d-8766-600fb3b5793f", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-07-31T10:42:08.000000", "updated_at": "2025-07-31T10:42:08.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-925104836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5a82335d-aa92-413d-8766-600fb3b5793f"}], "user_id": "c5915ba185884c4ea7de98adf108a22f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d7d4ba754d8e4e5bb62c2971153f6f9f"}}' 2025-07-31 10:42:09,216 98110 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f 0.039s 2025-07-31 10:42:09,216 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddbc1a80-273e-4250-be3a-a3aaf99fd773', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddbc1a80-273e-4250-be3a-a3aaf99fd773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f'} Body: b'{"volume": {"id": "5a82335d-aa92-413d-8766-600fb3b5793f", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-07-31T10:42:08.000000", "updated_at": "2025-07-31T10:42:08.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-925104836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5a82335d-aa92-413d-8766-600fb3b5793f"}], "user_id": "c5915ba185884c4ea7de98adf108a22f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d7d4ba754d8e4e5bb62c2971153f6f9f"}}' 2025-07-31 10:42:09,336 98110 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f 0.106s 2025-07-31 10:42:09,336 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-9dd2e020-ee39-4148-b81d-bd1444916504', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f'} Body: b'' 2025-07-31 10:42:09,358 98110 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d- 8766-600fb3b5793f 0.021s 2025-07-31 10:42:09,358 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-c7adeda1-252e-4e91-a8ec-503aa1351d94', 'x-openstack-request-id': 'req-c7adeda1-252e-4e91-a8ec-503aa1351d94', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a82335d-aa92-413d-8766-600fb3b5793f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5a82335d-aa92-413d-8766-600fb3b5793f 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 65, 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d0f889ba-6fc1-4e40-bd18-b0a57f1165b9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:42:11,486 98110 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/volumes 0.228s 2025-07-31 10:42:11,486 98110 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-494636606"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-156aeb1f-f892-4185-b962-a2c05c005c33', 'content-length': '762', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-156aeb1f-f892-4185-b962-a2c05c005c33', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d0f889ba-6fc1-4e40-bd18-b0a57f1165b9", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-07-31T10:42:11.419140", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-494636606", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9"}], "user_id": "88e338e38761415a9296634356185ad2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:42:11,538 98110 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9 0.039s 2025-07-31 10:42:11,538 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1da198b-16bc-490f-9716-b8f321778b35', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1da198b-16bc-490f-9716-b8f321778b35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9'} Body: b'{"volume": {"id": "d0f889ba-6fc1-4e40-bd18-b0a57f1165b9", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-07-31T10:42:11.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-494636606", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9"}], "user_id": "88e338e38761415a9296634356185ad2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c3f58b6ee8a404f9a3fc730c2b77ffe"}}' 2025-07-31 10:42:12,595 98110 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9 0.042s 2025-07-31 10:42:12,596 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:12 GMT', 'server': 'Apache /2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-450b4d65-a500-4e5e-ae44-820490767cc8', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-450b4d65-a500-4e5e-ae44-820490767cc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9'} Body: b'{"volume": {"id": "d0f889ba-6fc1-4e40-bd18-b0a57f1165b9", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-07-31T10:42:11.000000", "updated_at": "2025-07-31T10:42:12.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-494636606", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9"}], "user_id": "88e338e38761415a9296634356185ad2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c3f58b6ee8a404f9a3fc730c2b77ffe"}}' 2025-07-31 10:42:12,647 98110 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9 0.038s 2025-07-31 10:42:12,648 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8432c20-f748-4e98-8351-00efbc84cf32', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8432c20-f748-4e98-8351-00efbc84cf32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9'} Body: b'{"volume": {"id": "d0f889ba-6fc1-4e40-bd18-b0a57f1165b9", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-07-31T10:42:11.000000", "updated_at": "2025-07-31T10:42:12.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-494636606", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9"}], "user_id": "88e338e38761415a9296634356185ad2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c3f58b6ee8a404f9a3fc730c2b77ffe"}}' 2025-07-31 10:42:12,755 98110 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9 0.094s 2025-07-31 10:42:12,755 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:12 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-16bf8bb2-e5b3-4670-a32f-55a6b11bf070', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9'} Body: b'' 2025-07-31 10:42:12,778 98110 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJ SON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9 0.023s 2025-07-31 10:42:12,779 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-36a8afe2-c00b-412e-8493-21db99714ea1', 'x-openstack-request-id': 'req-36a8afe2-c00b-412e-8493-21db99714ea1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d0f889ba-6fc1-4e40-bd18-b0a57f1165b9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d0f889ba-6fc1-4e40-bd18-b0a57f1165b9 could not be found."}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_snapshot_stop_start_instance[compute,id-e3f4f2fc-5c6a-4be6-9c54-aedfc0954da7,image,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 147, in test_bootable_volume_snapshot_stop_start_instance volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1405, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2fa444ed-43b3-459d-b4d6-358ef892fe71 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:42:30,578 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_bootable_volume_snapshot_stop_start_instance): 200 GET http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.209s 2025-07-31 10:42:30,578 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e0a50840-9f91-437d-a885-38d0a0b4d0ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:42:31,082 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_bootable_volume_snapshot_stop_start_instance): 202 POST http://10.0.0.210/volume/v3/volumes 0.502s 2025-07-31 10:42:31,082 98110 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-642398615", "snapshot_id": null, "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-010223ad-5aca-4bb2-b378-cb407ccdb753', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-010223ad-5aca-4bb2-b378-cb407ccdb753', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2fa444ed-43b3-459d-b4d6-358ef892fe71", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:30.991993", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-642398615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:42:31,136 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_bootable_volume_snapshot_stop_start_instance): 200 GET http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71 0.042s 2025-07-31 10:42:31,137 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d461362-52d5-4413-ba74-f3f14f2f5a59', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d461362-52d5-4413-ba74-f3f14f2f5a59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71'} Body: b'{"volume": {"id": "2fa444ed-43b3-459d-b4d6-358ef892fe71", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:31.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-642398615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61530218010c4de0b178119f5aecbc6d"}}' 2025-07-31 10:42:32,195 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_bootable_volume_snapshot_stop_start_instance): 200 GET http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71 0.043s 2025-07-31 10:42:32,195 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff8d5cbf-7eb1-4607-8961-3a28df9d9b9c', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff8d5cbf-7eb1-4607-8961-3a28df9d9b9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71'} Body: b'{"volume": {"id": "2fa444ed-43b3-459d-b4d6-358ef892fe71", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:31.000000", "updated_at": "2025-07-31T10:42:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-642398615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61530218010c4de0b178119f5aecbc6d"}}' 2025-07-31 10:42:32,334 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71 0.123s 2025-07-31 10:42:32,335 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-dd7cbe86-7559-46bc-b1b1-e1c14007d233', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71'} Body: b'' 2025-07-31 10:42:32,362 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71 0.026s 2025-07-31 10:42:32,362 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-d0a8292b-75ad-4a8c-8fd2-bea39dd1afb0', 'x-openstack-request-id': 'req-d0a8292b-75ad-4a8c-8fd2-bea39dd1afb0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2fa444ed-43b3-459d-b4d6-358ef892fe71'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2fa444ed-43b3-459d-b4d6-358ef892fe71 could not be found."}}' 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 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 179, in test_create_server_from_volume_snapshot boot_volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1405, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 63bd898f-509e-4e05-968e-65d09c98aaad failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:42:32,386 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.020s 2025-07-31 10:42:32,386 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-32763875-0475-437a-8b1e-059cc50d3d90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:42:32,715 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/volumes 0.328s 2025-07-31 10:42:32,716 98110 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-1755949503", "snapshot_id": null, "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b332819-159c-4a12-a447-be7105b6dd81', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b332819-159c-4a12-a447-be7105b6dd81', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "63bd898f-509e-4e05-968e-65d09c98aaad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:32.642121", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1755949503", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/63bd898f-509e-4e05-968e-65d09c98aaad"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:42:32,775 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad 0.047s 2025-07-31 10:42:32,775 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'d ate': 'Thu, 31 Jul 2025 10:42:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e49cda2-2cef-4238-9766-256b856519da', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e49cda2-2cef-4238-9766-256b856519da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad'} Body: b'{"volume": {"id": "63bd898f-509e-4e05-968e-65d09c98aaad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:33.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1755949503", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/63bd898f-509e-4e05-968e-65d09c98aaad"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61530218010c4de0b178119f5aecbc6d"}}' 2025-07-31 10:42:33,826 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad 0.036s 2025-07-31 10:42:33,826 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad91b493-9395-4514-9fd0-ab02c5ea06cf', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad91b493-9395-4514-9fd0-ab02c5ea06cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad'} Body: b'{"volume": {"id": "63bd898f-509e-4e05-968e-65d09c98aaad", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:33.000000", "updated_at": "2025-07-31T10:42:33.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1755949503", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/63bd898f-509e-4e05-968e-65d09c98aaad"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61530218010c4de0b178119f5aecbc6d"}}' 2025-07-31 10:42:33,937 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad 0.097s 2025-07-31 10:42:33,938 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f5b2923-7778-426d-afa9-663ca50a3412', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad'} Body: b'' 2025-07-31 10:42:33,960 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad 0.022s 2025-07-31 10:42:33,961 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:33 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-c0d502ae-4ad5-4510-ae34-a11c7737026b', 'x-openstack-request-id': 'req-c0d502ae-4ad5-4510-ae34-a11c7737026b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/63bd898f-509e-4e05-968e-65d09c98aaad'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 63bd898f-509e-4e05-968e-65d09c98aaad 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 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 224, in test_image_defined_boot_from_volume volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1405, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4f39f302-f85f-41a9-9a8d-ee52746307a0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:42:33,983 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.020s 2025-07-31 10:42:33,983 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bc685693-64a2-4f58-b607-ba8e98f6c597', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:42:34,315 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.331s 2025-07-31 10:42:34,315 98110 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-165427623", "snapshot_id": null, "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa579d06-64ad-4ee7-a16f-fdb33f27dcf4', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa579d06-64ad-4ee7-a16f-fdb33f27dcf4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4f39f302-f85f-41a9-9a8d-ee52746307a0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:34.255979", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-165427623", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:42:34,365 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0 0.038s 2025-07-31 10:42:34,366 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-182012a0-af0d-42ce-a6f8-e33d479f1245', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-182012a0-af0d-42ce-a6f8-e33d479f1245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0'} Body: b'{"volume": {"id": "4f39f302-f85f-41a9-9a8d-ee52746307a0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:34.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-165427623", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61530218010c4de0b178119f5aecbc6d"}}' 2025-07-31 10:42:35,451 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0 0.068s 2025-07-31 10:42:35,452 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7b07876-2c9f-445a-8758-6541f47ecab3', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7b07876-2c9f-445a-8758-6541f47ecab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0'} Body: b'{"volume": {"id": "4f39f302-f85f-41a9-9a8d-ee52746307a0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:34.000000", "updated_at": "2025-07-31T10:42:34.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-165427623", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61530218010c4de0b178119f5aecbc6d"}}' 2025-07-31 10:42:35,574 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0 0.095s 2025-07-31 10:42:35,575 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e32a1a1-bdb5-48b1-928a-613e9d2bc1c8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0'} Body: b'' 2025-07-31 10:42:35,598 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeB ootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0 0.022s 2025-07-31 10:42:35,598 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-a316dafb-74db-44e8-b3f8-6435c61c4382', 'x-openstack-request-id': 'req-a316dafb-74db-44e8-b3f8-6435c61c4382', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4f39f302-f85f-41a9-9a8d-ee52746307a0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4f39f302-f85f-41a9-9a8d-ee52746307a0 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 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 81, in test_volume_boot_pattern volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1405, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1637dcd0-1206-4559-aa77-38943b5fc41d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-31 10:42:35,601 98110 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2025-07-31 10:42:35,674 98110 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.072s 2025-07-31 10:42:35,675 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1822628086", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB7fRQmO5q/+N4KH9O5j9jFBjfr/DvevxE/B8CRNDjNxY+taquaTMoYM/mpXgm1rX5mNTx/icCRncfNWQiKz3bJC1tVaAyJMxlQ2V+FUPExpEaCAgDNoXH8cFCSnlrQG9g=="}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44fccb1b-e595-47bf-abe3-4565d4a354c2', 'x-compute-request-id': 'req-44fccb1b-e595-47bf-abe3-4565d4a354c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1822628086", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB7fRQmO5q/+N4KH9O5j9jFBjfr/DvevxE/B8CRNDjNxY+taquaTMoYM/mpXgm1rX5mNTx/icCRncfNWQiKz3bJC1tVaAyJMxlQ2V+FUPExpEaCAgDNoXH8cFCSnlrQG9g==", "fingerprint": "5e:5b:46:43:65:b1:e6:cd:53:3b:41:93:d1:a7:8b:f0", "user_id": "06f0598819ff43ad958504a8f7a32f39"}}' 2025-07-31 10:42:35,913 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.235s 2025-07-31 10:42:35,913 98110 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-2076855660", "description": "tempest-secgroup-smoke-2076855660 description", "project_id": "61530218010c4de0b178119f5aecbc6d"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1677', 'x-openstack-request-id': 'req-89417d2a-8636-42a3-bafe-62094e9af256', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "84a3f14c-6e22-4395-9b97-903bdd45244f", "name": "tempest-secgroup-smoke-2076855660", "stateful": true, "tenant_id": "61530218010c4de0b178119f5aecbc6d", "description": "tempest-secgroup-smoke-2076855660 description", "shared": false, "security_group_rules": [{"id": "0aee43d3-bf7b-443b-be52-85b88c9d7b4f", "project_id": "61530218010c4de0b178119f5aecbc6d", "tenant_id": "61530218010c4de0b178119f5aecbc6d", "security_group_id": "84a3f14c-6e22-4395-9b97-903bdd45244f", "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": 1304, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-07-31T10:42:35Z", "updated_at": "2025-07-31T10:42:35Z", "revision_number": 0}, {"id": "93dfee6f-94c1-4125-b511-8d01df3d67df", "project_id": "61530218010c4de0b178119f5aecbc6d", "tenant_id": "61530218010c4de0b178119f5aecbc6d", "security_group_id": "84a3f14c-6e22-4395-9b97-903bdd45244f", "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": 1303, "belongs_to_default_sg": false, "descript ion": null, "tags": [], "created_at": "2025-07-31T10:42:35Z", "updated_at": "2025-07-31T10:42:35Z", "revision_number": 0}], "tags": [], "created_at": "2025-07-31T10:42:35Z", "updated_at": "2025-07-31T10:42:35Z", "revision_number": 1, "project_id": "61530218010c4de0b178119f5aecbc6d"}}' 2025-07-31 10:42:36,118 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.204s 2025-07-31 10:42:36,118 98110 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": "84a3f14c-6e22-4395-9b97-903bdd45244f", "project_id": "61530218010c4de0b178119f5aecbc6d", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-629dba20-a016-4df1-9cd4-4c6f39c61e25', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5ff4e60c-d2bb-4007-865b-ea66eea5f28c", "project_id": "61530218010c4de0b178119f5aecbc6d", "tenant_id": "61530218010c4de0b178119f5aecbc6d", "security_group_id": "84a3f14c-6e22-4395-9b97-903bdd45244f", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:42:35Z", "updated_at": "2025-07-31T10:42:35Z", "revision_number": 0}}' 2025-07-31 10:42:36,344 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.225s 2025-07-31 10:42:36,345 98110 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": "84a3f14c-6e22-4395-9b97-903bdd45244f", "project_id": "61530218010c4de0b178119f5aecbc6d", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-ac776679-0705-4eba-bfd6-0ef272776329', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "eb659171-9016-48a3-b83e-84eb16999360", "project_id": "61530218010c4de0b178119f5aecbc6d", "tenant_id": "61530218010c4de0b178119f5aecbc6d", "security_group_id": "84a3f14c-6e22-4395-9b97-903bdd45244f", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:42:36Z", "updated_at": "2025-07-31T10:42:36Z", "revision_number": 0}}' 2025-07-31 10:42:36,562 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.217s 2025-07-31 10:42:36,562 98110 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": "84a3f14c-6e22-4395-9b97-903bdd45244f", "project_id": "61530218010c4de0b178119f5aecbc6d", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-6a095b4b-9276-4f33-abca-06450afe48eb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9dbca279-cfe0-40e6-9eab-69185dfbcf6b", "project_id": "61530218010c4de0b178119f5aecbc6d", "tenant_id": "61530218010c4de0b178119f5aecbc6d", "security_group_id": "84a3f14c-6e22-4395-9b97-903bdd45244f", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:42:36Z", "updated_at": "2025-07-31T10:42:36Z", "revision_number": 0}}' 2025-07-31 10:42:36,766 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.203s 2025-07-31 10:42:36,767 98110 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": "84a3f14c-6e22-4395-9b97-903bdd45244f", "project_id": "61530218010c4de0b178119f5aecbc6d", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-085d1370-6c78-4737-8e17-2c2c6571d82a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3997119a-37c8-44a8-8e84-8ceaa6f78be1", "project_id": "61530218010c4de0b178119f5aecbc6d", "tenant_id": "61530218010c4de0b178119f5aecbc6d", "security_group_id": "84a3f14c-6e22-4395-9b97-903bdd45244f", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:42:36Z", "updated_at": "2025-07-31T10:42:36Z", "revision_number": 0}}' 2025-07-31 10:42:36,990 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.223s 2025-07-31 10:42:36,991 98110 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": "84a3f14c-6e22-4395-9b97-903bdd45244f", "project_id": "61530218010c4de0b178119f5aecbc6d", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-637706c4-22ac-476a-9cb8-dc76a64513c3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8c5d1bd3-7f56-4fd7-bc7d-c47795877002", "project_id": "61530218010c4de0b178119f5aecbc6d", "tenant_id": "61530218010c4de0b178119f5aecbc6d", "security_group_id": "84a3f14c-6e22-4395-9b97-903bdd45244f", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:42:36Z", "updated_at": "2025-07-31T10:42:36Z", "revision_number": 0}}' 2025-07-31 10:42:37,213 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.221s 2025-07-31 10:42:37,213 98110 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": "84a3f14c-6e22-4395-9b97-903bdd45244f", "project_id": "61530218010c4de0b178119f5aecbc6d", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-af32fc87-dcab-40c5-87ba-c795d597abb9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6657d858-206a-462c-8b26-ccbe2d570190", "project_id": "61530218010c4de0b178119f5aecbc6d", "tenant_id": "61530218010c4de0b178119f5aecbc6d", "security_group_id": "84a3f14c-6e22-4395-9b97-903bdd45244f", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-07-31T10:42:37Z", "updated_at": "2025-07-31T10:42:37Z", "revision_number": 0}}' 2025-07-31 10:42:37,213 98110 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2025-07-31 10:42:37,236 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f 0.021s 2025-07-31 10:42:37,236 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-68c734cf-8bac-4459-82c0-3f889e1cfbb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a81a63e8df264963bdd8d0b675f7ed3b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "created_at": "2025-07-31T10:16:27Z", "updated_at": "2025-07-31T10:16:28Z", "tags": [], "self": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "file": "/v2/images/9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f/file", "schema": "/v2/schemas/image"}' 2025-07-31 10:42:37,551 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.314s 2025-07-31 10:42:37,551 98110 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-1755249423", "snapshot_id": null, "imageRef": "9bd4cb9f-6c0b-46f4-ae27-4ce828cd6e5f", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:37 GMT', 'server': 'Apache/2.4.52 ( Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd3aeb1f-8ba2-4145-a587-a5adf2c8f149', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd3aeb1f-8ba2-4145-a587-a5adf2c8f149', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1637dcd0-1206-4559-aa77-38943b5fc41d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:37.495365", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1755249423", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-07-31 10:42:37,600 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d 0.037s 2025-07-31 10:42:37,600 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b232b69-cd08-4319-be19-ca54e1c05758', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b232b69-cd08-4319-be19-ca54e1c05758', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d'} Body: b'{"volume": {"id": "1637dcd0-1206-4559-aa77-38943b5fc41d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:37.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1755249423", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61530218010c4de0b178119f5aecbc6d"}}' 2025-07-31 10:42:38,700 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d 0.085s 2025-07-31 10:42:38,701 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df636067-acc4-4247-9f04-75ff2948d788', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df636067-acc4-4247-9f04-75ff2948d788', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d'} Body: b'{"volume": {"id": "1637dcd0-1206-4559-aa77-38943b5fc41d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-07-31T10:42:37.000000", "updated_at": "2025-07-31T10:42:38.000000", "name ": "tempest-TestVolumeBootPattern-volume-origin-1755249423", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d"}], "user_id": "06f0598819ff43ad958504a8f7a32f39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61530218010c4de0b178119f5aecbc6d"}}' 2025-07-31 10:42:38,802 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d 0.088s 2025-07-31 10:42:38,802 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-45af4429-5a8f-44e9-ab5d-be8b9eece0f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d'} Body: b'' 2025-07-31 10:42:38,823 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d 0.020s 2025-07-31 10:42:38,824 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42: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-38a29a25-ac18-41e4-a29c-93427a7fee06', 'x-openstack-request-id': 'req-38a29a25-ac18-41e4-a29c-93427a7fee06', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1637dcd0-1206-4559-aa77-38943b5fc41d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1637dcd0-1206-4559-aa77-38943b5fc41d could not be found."}}' 2025-07-31 10:42:39,698 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/84a3f14c-6e22-4395-9b97-903bdd45244f 0.874s 2025-07-31 10:42:39,698 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-492eb5ae-e9a1-436a-98d3-00285fc39ee7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/84a3f14c-6e22-4395-9b97-903bdd45244f'} Body: b'' 2025-07-31 10:42:39,786 98110 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1822628086 0.087s 2025-07-31 10:42:39,787 98110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 31 Jul 2025 10:42:39 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-63b79ab7-2582-49fa-bc04-224d74f9a69d', 'x-compute-request-id': 'req-63b79ab7-2582-49fa-bc04-224d74f9a69d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1822628086'} Body: b'' ====== Totals ====== Ran: 218 tests in 1339.0146 sec. - Passed: 75 - Skipped: 31 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 112 Sum of execute time for each test: 4583.4989 sec. ============== Worker Balance ============== - Worker 0 (18 tests) => 0:16:16.821990 - Worker 1 (32 tests) => 0:19:23.268593 - Worker 2 (15 tests) => 0:08:24.002618 - Worker 3 (19 tests) => 0:11:18.568782 - Worker 4 (14 tests) => 0:19:46.802636 - Worker 5 (14 tests) => 0:01:51.165893 - Worker 6 (13 tests) => 0:01:21.987682 - Worker 7 (10 tests) => 0:04:39.122805 - Worker 8 (22 tests) => 0:10:07.040118 - Worker 9 (32 tests) => 0:07:04.449376 - Worker 10 (12 tests) => 0:08:00.150954 - Worker 11 (17 tests) => 0:06:19.863531 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed